faster_path 0.0.2

Alternative to Pathname
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
version: "{build}"
clone_depth: 5
install:
  - SET PATH=C:\Ruby22\bin;%PATH%
  - ruby --version
  - git clone https://github.com/ruby/mspec.git ../mspec
build: off
test_script:
  - SET CHECK_LEAKS=true
  - ../mspec/bin/mspec -ff command_line language core library
branches:
  only:
    - master
    - /^try/