sfp 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  SFP Language Parser
2
2
  ===================
3
3
  - Author: Herry (herry13@gmail.com)
4
- - Version: 0.3.6
4
+ - Version: 0.3.7
5
5
  - License: [BSD License](https://github.com/herry13/sfp-ruby/blob/master/LICENSE)
6
6
 
7
7
  A Ruby gem that provides a Ruby interface to parse [SFP language](https://github.com/herry13/nuri/wiki/SFP-language), a declarative language to specify a planning task.
data/bin/sfp CHANGED
@@ -5,7 +5,7 @@ require "#{libdir}/../lib/sfp"
5
5
  require 'yaml'
6
6
 
7
7
  opts = Trollop::options do
8
- version "sfp 0.3.5 (c) 2013 Herry"
8
+ version "sfp 0.3.7 (c) 2013 Herry"
9
9
  banner <<-EOS
10
10
  Parse a SFP file and print the result in JSON format.
11
11