sfp 0.3.17 → 0.3.18

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml CHANGED
@@ -2,12 +2,34 @@ language: ruby
2
2
 
3
3
  gemfile:
4
4
  - Gemfile
5
+ - Gemfile.1.8.7
5
6
 
6
7
  rvm:
8
+ - 1.8.7
7
9
  - 1.9.2
8
10
  - 1.9.3
9
11
  - 2.0.0
12
+ - jruby-18mode
10
13
  - jruby-19mode
11
14
 
15
+ matrix:
16
+ exclude:
17
+ - rvm: 1.8.7
18
+ gemfile: Gemfile
19
+ - rvm: 1.9.2
20
+ gemfile: Gemfile.1.8.7
21
+ - rvm: 1.9.3
22
+ gemfile: Gemfile.1.8.7
23
+ - rvm: 2.0.0
24
+ gemfile: Gemfile.1.8.7
25
+ - rvm: jruby-18mode
26
+ gemfile: Gemfile
27
+ - rvm: jruby-19mode
28
+ gemfile: Gemfile.1.8.7
29
+ - rvm: rbx-18mode
30
+ gemfile: Gemfile
31
+ - rvm: rbx-19mode
32
+ gemfile: Gemfile.1.8.7
33
+
12
34
  notifications:
13
35
  email: false
data/Gemfile.1.8.7 ADDED
@@ -0,0 +1,5 @@
1
+ source "https://rubygems.org"
2
+
3
+ gem 'json', '~>1.8.1'
4
+
5
+ gemspec
data/README.md CHANGED
@@ -3,7 +3,7 @@ SFP Language Parser
3
3
  - Author: Herry (herry13@gmail.com)
4
4
  - [BSD License](../master/LICENSE)
5
5
 
6
- [![Build Statuc Images](https://travis-ci.org/herry13/sfp-ruby.png)](https://travis-ci.org/herry13/sfp-ruby.png)
6
+ [![Build Status](https://travis-ci.org/herry13/sfp-ruby.png?branch=master)](https://travis-ci.org/herry13/sfp-ruby)
7
7
  [![Gem Version](https://badge.fury.io/rb/sfp.png)](https://badge.fury.io/rb/sfp)
8
8
 
9
9
  A Ruby script and library for parsing [SFP language](https://github.com/herry13/nuri/wiki/SFP-language), a declarative language to specify a planning task.
@@ -17,16 +17,22 @@ This is a spin-out project from [Nuri](https://github.com/herry13/nuri).
17
17
 
18
18
  To install
19
19
  ----------
20
+ - Ruby 1.8.7
20
21
 
21
- $ gem install sfp
22
+ $ gem install json
23
+ $ gem install sfp
24
+
25
+ - Ruby 1.9.x and 2.x
26
+
27
+ $ gem install sfp
22
28
 
23
29
 
24
30
  Requirements
25
31
  ------------
26
32
  - Ruby (>= 1.8.7)
27
33
  - Ruby Gems
28
- - antlr3 (>= 1.9.0)
29
- - json
34
+ - antlr3
35
+ - json (using Ruby 1.8.7 only)
30
36
 
31
37
 
32
38
  To use as a command line
data/Rakefile CHANGED
@@ -30,8 +30,3 @@ namespace :test do
30
30
  sh("#{sfp} #{dir}/#{file}")
31
31
  end
32
32
  end
33
-
34
- namespace :gem do
35
- sh("gem build sfp.gemspec")
36
- sh("gem push #{gemspec_file}")
37
- end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.17
1
+ 0.3.18
@@ -5,7 +5,7 @@
5
5
  # Generated using ANTLR version: 3.5
6
6
  # Ruby runtime library version: 1.10.0
7
7
  # Input grammar file: SfpLang.g
8
- # Generated at: 2013-10-07 11:39:52
8
+ # Generated at: 2013-11-14 11:25:20
9
9
  #
10
10
 
11
11
  # ~~~> start load path setup