finitio 0.9.1 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/Gemfile +0 -10
- data/Gemfile.lock +82 -35
- data/README.md +1 -1
- data/finitio.gemspec +9 -157
- data/lib/finitio/version.rb +2 -2
- metadata +108 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1f480aeb4db3e1d01d3a5d17306557bde03f0bc6fe6525f919b4bf1419026f8
|
4
|
+
data.tar.gz: 910e20fadff426a69d4a42299290b198cfdbc36c238b54e6e7a0b2e4777d0798
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35105c22fb14360380bee7d2ac70d170ca46a5b6fd55c5e059bf1c38f96519157645fb2581a57013de2b56c8b5730fc9cd69afca79e4693f007219705ca525c9
|
7
|
+
data.tar.gz: d17223fc24cd31c0cb4d56846f45403243b3921362a9fba15b6bc17b29a332480e3b90780dc5b0c3214c3f2087f4a911aee0463ca88a59a616e619a51708d214
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,71 +1,118 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
finitio (0.
|
5
|
-
citrus (>=
|
4
|
+
finitio (0.10.0)
|
5
|
+
citrus (>= 3.0, < 4.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
+
activesupport (5.2.4.4)
|
11
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
12
|
+
i18n (>= 0.7, < 2)
|
13
|
+
minitest (~> 5.1)
|
14
|
+
tzinfo (~> 1.1)
|
10
15
|
awesome_print (1.8.0)
|
11
|
-
builder (3.2.
|
16
|
+
builder (3.2.4)
|
12
17
|
citrus (3.0.2)
|
18
|
+
concurrent-ruby (1.1.7)
|
13
19
|
coveralls (0.8.23)
|
14
20
|
json (>= 1.8, < 3)
|
15
21
|
simplecov (~> 0.16.1)
|
16
22
|
term-ansicolor (~> 1.3)
|
17
23
|
thor (>= 0.19.4, < 2.0)
|
18
24
|
tins (~> 1.6)
|
19
|
-
cucumber (1.
|
20
|
-
builder (>= 2.
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
+
cucumber (4.1.0)
|
26
|
+
builder (~> 3.2, >= 3.2.3)
|
27
|
+
cucumber-core (~> 7.1, >= 7.1.0)
|
28
|
+
cucumber-create-meta (~> 1.0.0, >= 1.0.0)
|
29
|
+
cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
|
30
|
+
cucumber-gherkin (~> 14.0, >= 14.0.1)
|
31
|
+
cucumber-html-formatter (~> 7.0, >= 7.0.0)
|
32
|
+
cucumber-messages (~> 12.2, >= 12.2.0)
|
33
|
+
cucumber-wire (~> 3.1, >= 3.1.0)
|
34
|
+
diff-lcs (~> 1.3, >= 1.3, < 1.4)
|
35
|
+
multi_test (~> 0.1, >= 0.1.2)
|
36
|
+
sys-uname (~> 1.0, >= 1.0.2)
|
37
|
+
cucumber-core (7.1.0)
|
38
|
+
cucumber-gherkin (~> 14.0, >= 14.0.1)
|
39
|
+
cucumber-messages (~> 12.2, >= 12.2.0)
|
40
|
+
cucumber-tag-expressions (~> 2.0, >= 2.0.4)
|
41
|
+
cucumber-create-meta (1.0.0)
|
42
|
+
cucumber-messages (~> 12.2, >= 12.2.0)
|
43
|
+
sys-uname (~> 1.2, >= 1.2.1)
|
44
|
+
cucumber-cucumber-expressions (10.3.0)
|
45
|
+
cucumber-gherkin (14.2.0)
|
46
|
+
cucumber-messages (~> 12.4, >= 12.4.0)
|
47
|
+
cucumber-html-formatter (7.2.0)
|
48
|
+
cucumber-messages (~> 12.4, >= 12.4.0)
|
49
|
+
cucumber-messages (12.4.0)
|
50
|
+
protobuf-cucumber (~> 3.10, >= 3.10.8)
|
51
|
+
cucumber-tag-expressions (2.0.4)
|
52
|
+
cucumber-wire (3.1.0)
|
53
|
+
cucumber-core (~> 7.1, >= 7.1.0)
|
54
|
+
cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
|
55
|
+
cucumber-messages (~> 12.2, >= 12.2.0)
|
25
56
|
diff-lcs (1.3)
|
26
|
-
docile (1.3.
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
57
|
+
docile (1.3.4)
|
58
|
+
ffi (1.14.2)
|
59
|
+
i18n (1.8.7)
|
60
|
+
concurrent-ruby (~> 1.0)
|
61
|
+
json (2.5.1)
|
62
|
+
middleware (0.1.0)
|
63
|
+
minitest (5.14.3)
|
64
|
+
multi_json (1.15.0)
|
31
65
|
multi_test (0.1.2)
|
32
|
-
path (
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
66
|
+
path (2.0.1)
|
67
|
+
protobuf-cucumber (3.10.8)
|
68
|
+
activesupport (>= 3.2)
|
69
|
+
middleware
|
70
|
+
thor
|
71
|
+
thread_safe
|
72
|
+
rake (13.0.3)
|
73
|
+
rspec (3.10.0)
|
74
|
+
rspec-core (~> 3.10.0)
|
75
|
+
rspec-expectations (~> 3.10.0)
|
76
|
+
rspec-mocks (~> 3.10.0)
|
77
|
+
rspec-core (3.10.1)
|
78
|
+
rspec-support (~> 3.10.0)
|
79
|
+
rspec-expectations (3.10.1)
|
41
80
|
diff-lcs (>= 1.2.0, < 2.0)
|
42
|
-
rspec-support (~> 3.
|
43
|
-
rspec-mocks (3.
|
81
|
+
rspec-support (~> 3.10.0)
|
82
|
+
rspec-mocks (3.10.1)
|
44
83
|
diff-lcs (>= 1.2.0, < 2.0)
|
45
|
-
rspec-support (~> 3.
|
46
|
-
rspec-support (3.
|
84
|
+
rspec-support (~> 3.10.0)
|
85
|
+
rspec-support (3.10.1)
|
47
86
|
simplecov (0.16.1)
|
48
87
|
docile (~> 1.1)
|
49
88
|
json (>= 1.8, < 3)
|
50
89
|
simplecov-html (~> 0.10.0)
|
51
90
|
simplecov-html (0.10.2)
|
91
|
+
sync (0.5.0)
|
92
|
+
sys-uname (1.2.2)
|
93
|
+
ffi (~> 1.1)
|
52
94
|
term-ansicolor (1.7.1)
|
53
95
|
tins (~> 1.0)
|
54
|
-
thor (0.
|
55
|
-
|
96
|
+
thor (1.0.1)
|
97
|
+
thread_safe (0.3.6)
|
98
|
+
tins (1.26.0)
|
99
|
+
sync
|
100
|
+
tzinfo (1.2.9)
|
101
|
+
thread_safe (~> 0.1)
|
56
102
|
|
57
103
|
PLATFORMS
|
58
104
|
ruby
|
59
105
|
x86_64-darwin-18
|
60
106
|
|
61
107
|
DEPENDENCIES
|
62
|
-
awesome_print (~> 1.
|
63
|
-
coveralls
|
64
|
-
cucumber (~> 1
|
108
|
+
awesome_print (~> 1.8)
|
109
|
+
coveralls (~> 0.8)
|
110
|
+
cucumber (~> 4.1)
|
65
111
|
finitio!
|
66
|
-
|
67
|
-
|
112
|
+
multi_json (~> 1.15)
|
113
|
+
path (>= 2.0, < 3.0)
|
114
|
+
rake (~> 13.0)
|
68
115
|
rspec (~> 3.0)
|
69
116
|
|
70
117
|
BUNDLED WITH
|
71
|
-
2.2.
|
118
|
+
2.2.4
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
[![Build Status](https://travis-ci.org/blambeau/finitio-rb.
|
1
|
+
[![Build Status](https://travis-ci.org/blambeau/finitio-rb.svg?branch=master)](https://travis-ci.org/blambeau/finitio-rb)
|
2
2
|
[![Dependency Status](https://gemnasium.com/blambeau/finitio-rb.png)](https://gemnasium.com/blambeau/finitio-rb)
|
3
3
|
[![Code Climate](https://codeclimate.com/github/blambeau/finitio-rb.png)](https://codeclimate.com/github/blambeau/finitio-rb)
|
4
4
|
[![Coverage Status](https://coveralls.io/repos/blambeau/finitio-rb/badge.png?branch=master)](https://coveralls.io/r/blambeau/finitio-rb)
|
data/finitio.gemspec
CHANGED
@@ -1,186 +1,38 @@
|
|
1
|
-
# We require your library, mainly to have access to the VERSION number.
|
2
|
-
# Feel free to set $version manually.
|
3
1
|
$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
|
4
2
|
require "finitio/version"
|
5
3
|
$version = Finitio::Version.to_s
|
6
4
|
|
7
|
-
#
|
8
|
-
# This is your Gem specification. Default values are provided so that your library
|
9
|
-
# should be correctly packaged given what you have described in the .noespec file.
|
10
|
-
#
|
11
5
|
Gem::Specification.new do |s|
|
12
|
-
|
13
|
-
################################################################### ABOUT YOUR GEM
|
14
|
-
|
15
|
-
# Gem name (required)
|
16
6
|
s.name = "finitio"
|
17
|
-
|
18
|
-
# Gem version (required)
|
19
7
|
s.version = $version
|
20
|
-
|
21
|
-
# A short summary of this gem
|
22
|
-
#
|
23
|
-
# This is displayed in `gem list -d`.
|
24
8
|
s.summary = "Finitio - in Ruby"
|
25
|
-
|
26
|
-
# A long description of this gem (required)
|
27
|
-
#
|
28
|
-
# The description should be more detailed than the summary. For example,
|
29
|
-
# you might wish to copy the entire README into the description.
|
30
9
|
s.description = "Implements the Finitio information language in Ruby."
|
31
|
-
|
32
|
-
# The URL of this gem home page (optional)
|
33
10
|
s.homepage = "https://github.com/blambeau/finitio"
|
34
|
-
|
35
|
-
# Gem publication date (required but auto)
|
36
|
-
#
|
37
|
-
# Today is automatically used by default, uncomment only if
|
38
|
-
# you know what you do!
|
39
|
-
#
|
40
|
-
# s.date = Time.now.strftime('%Y-%m-%d')
|
41
|
-
|
42
|
-
# The license(s) for the library. Each license must be a short name, no
|
43
|
-
# more than 64 characters.
|
44
|
-
#
|
45
|
-
# s.licences = %w{}
|
46
|
-
|
47
|
-
# The rubyforge project this gem lives under (optional)
|
48
|
-
#
|
49
|
-
# s.rubyforge_project = nil
|
50
|
-
|
51
|
-
################################################################### ABOUT THE AUTHORS
|
52
|
-
|
53
|
-
# The list of author names who wrote this gem.
|
54
|
-
#
|
55
|
-
# If you are providing multiple authors and multiple emails they should be
|
56
|
-
# in the same order.
|
57
|
-
#
|
58
11
|
s.authors = ["Bernard Lambeau"]
|
59
|
-
|
60
|
-
# Contact emails for this gem
|
61
|
-
#
|
62
|
-
# If you are providing multiple authors and multiple emails they should be
|
63
|
-
# in the same order.
|
64
|
-
#
|
65
|
-
# NOTE: Somewhat strangly this attribute is always singular!
|
66
|
-
# Don't replace by s.emails = ...
|
67
12
|
s.email = ["blambeau@gmail.com"]
|
68
|
-
|
69
|
-
################################################################### PATHS, FILES, BINARIES
|
70
|
-
|
71
|
-
# Paths in the gem to add to $LOAD_PATH when this gem is
|
72
|
-
# activated (required).
|
73
|
-
#
|
74
|
-
# The default 'lib' is typically sufficient.
|
75
13
|
s.require_paths = ["lib"]
|
76
|
-
|
77
|
-
# Files included in this gem.
|
78
|
-
#
|
79
|
-
# By default, we take all files included in the Manifest.txt file on root
|
80
|
-
# of the project. Entries of the manifest are interpreted as Dir[...]
|
81
|
-
# patterns so that lazy people may use wilcards like lib/**/*
|
82
|
-
#
|
83
14
|
here = File.expand_path(File.dirname(__FILE__))
|
84
15
|
s.files = File.readlines(File.join(here, 'Manifest.txt')).
|
85
16
|
inject([]){|files, pattern| files + Dir[File.join(here, pattern.strip)]}.
|
86
17
|
collect{|x| x[(1+here.size)..-1]}
|
87
18
|
|
88
|
-
# Test files included in this gem.
|
89
|
-
#
|
90
19
|
s.test_files = Dir["test/**/*"] + Dir["spec/**/*"]
|
91
|
-
|
92
|
-
# The path in the gem for executable scripts (optional)
|
93
|
-
#
|
94
20
|
s.bindir = "bin"
|
95
|
-
|
96
|
-
# Executables included in the gem.
|
97
|
-
#
|
98
21
|
s.executables = (Dir["bin/*"]).collect{|f| File.basename(f)}
|
99
|
-
|
100
|
-
################################################################### REQUIREMENTS & INSTALL
|
101
|
-
# Remember the gem version requirements operators and schemes:
|
102
|
-
# = Equals version
|
103
|
-
# != Not equal to version
|
104
|
-
# > Greater than version
|
105
|
-
# < Less than version
|
106
|
-
# >= Greater than or equal to
|
107
|
-
# <= Less than or equal to
|
108
|
-
# ~> Approximately greater than
|
109
|
-
#
|
110
|
-
# Don't forget to have a look at http://lmgtfy.com/?q=Ruby+Versioning+Policies
|
111
|
-
# for setting your gem version.
|
112
|
-
#
|
113
|
-
# For your requirements to other gems, remember that
|
114
|
-
# ">= 2.2.0" (optimistic: specify minimal version)
|
115
|
-
# ">= 2.2.0", "< 3.0" (pessimistic: not greater than the next major)
|
116
|
-
# "~> 2.2" (shortcut for ">= 2.2.0", "< 3.0")
|
117
|
-
# "~> 2.2.0" (shortcut for ">= 2.2.0", "< 2.3.0")
|
118
|
-
#
|
119
|
-
s.add_dependency("citrus", ">= 2.4", "< 4.0")
|
120
|
-
|
121
|
-
#
|
122
|
-
# One call to add_dependency('gem_name', 'gem version requirement') for each
|
123
|
-
# runtime dependency. These gems will be installed with your gem.
|
124
|
-
# One call to add_development_dependency('gem_name', 'gem version requirement')
|
125
|
-
# for each development dependency. These gems are required for developers
|
126
|
-
#
|
127
|
-
# We use Gemfile for development dependencies.
|
128
22
|
|
23
|
+
s.add_dependency("citrus", ">= 3.0", "< 4.0")
|
24
|
+
|
25
|
+
s.add_development_dependency("rake", "~> 13.0")
|
26
|
+
s.add_development_dependency("rspec", "~> 3.0")
|
27
|
+
s.add_development_dependency("cucumber", "~> 4.1")
|
28
|
+
s.add_development_dependency("path", ">= 2.0", "< 3.0")
|
29
|
+
s.add_development_dependency("awesome_print", "~> 1.8")
|
30
|
+
s.add_development_dependency("coveralls", "~> 0.8")
|
31
|
+
s.add_development_dependency("multi_json", "~> 1.15")
|
129
32
|
|
130
|
-
# The version of ruby required by this gem
|
131
|
-
#
|
132
|
-
# Uncomment and set this if your gem requires specific ruby versions.
|
133
|
-
#
|
134
|
-
# s.required_ruby_version = ">= 0"
|
135
|
-
|
136
|
-
# The RubyGems version required by this gem
|
137
|
-
#
|
138
|
-
# s.required_rubygems_version = ">= 0"
|
139
|
-
|
140
|
-
# The platform this gem runs on. See Gem::Platform for details.
|
141
|
-
#
|
142
|
-
# s.platform = nil
|
143
|
-
|
144
|
-
# Extensions to build when installing the gem.
|
145
|
-
#
|
146
|
-
# Valid types of extensions are extconf.rb files, configure scripts
|
147
|
-
# and rakefiles or mkrf_conf files.
|
148
|
-
#
|
149
33
|
s.extensions = []
|
150
|
-
|
151
|
-
# External (to RubyGems) requirements that must be met for this gem to work.
|
152
|
-
# It’s simply information for the user.
|
153
|
-
#
|
154
34
|
s.requirements = nil
|
155
|
-
|
156
|
-
# A message that gets displayed after the gem is installed
|
157
|
-
#
|
158
|
-
# Uncomment and set this if you want to say something to the user
|
159
|
-
# after gem installation
|
160
|
-
#
|
161
35
|
s.post_install_message = nil
|
162
|
-
|
163
|
-
################################################################### SECURITY
|
164
|
-
|
165
|
-
# The key used to sign this gem. See Gem::Security for details.
|
166
|
-
#
|
167
|
-
# s.signing_key = nil
|
168
|
-
|
169
|
-
# The certificate chain used to sign this gem. See Gem::Security for
|
170
|
-
# details.
|
171
|
-
#
|
172
|
-
# s.cert_chain = []
|
173
|
-
|
174
|
-
################################################################### RDOC
|
175
|
-
|
176
|
-
# An ARGV style array of options to RDoc
|
177
|
-
#
|
178
|
-
# See 'rdoc --help' about this
|
179
|
-
#
|
180
36
|
s.rdoc_options = []
|
181
|
-
|
182
|
-
# Extra files to add to RDoc such as README
|
183
|
-
#
|
184
37
|
s.extra_rdoc_files = Dir["README.md"] + Dir["CHANGELOG.md"] + Dir["LICENCE.md"]
|
185
|
-
|
186
38
|
end
|
data/lib/finitio/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: finitio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bernard Lambeau
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: citrus
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '3.0'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: '4.0'
|
@@ -26,10 +26,114 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '
|
29
|
+
version: '3.0'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: '4.0'
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: rake
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - "~>"
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '13.0'
|
40
|
+
type: :development
|
41
|
+
prerelease: false
|
42
|
+
version_requirements: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - "~>"
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '13.0'
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: rspec
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - "~>"
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: '3.0'
|
54
|
+
type: :development
|
55
|
+
prerelease: false
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
requirements:
|
58
|
+
- - "~>"
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
version: '3.0'
|
61
|
+
- !ruby/object:Gem::Dependency
|
62
|
+
name: cucumber
|
63
|
+
requirement: !ruby/object:Gem::Requirement
|
64
|
+
requirements:
|
65
|
+
- - "~>"
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: '4.1'
|
68
|
+
type: :development
|
69
|
+
prerelease: false
|
70
|
+
version_requirements: !ruby/object:Gem::Requirement
|
71
|
+
requirements:
|
72
|
+
- - "~>"
|
73
|
+
- !ruby/object:Gem::Version
|
74
|
+
version: '4.1'
|
75
|
+
- !ruby/object:Gem::Dependency
|
76
|
+
name: path
|
77
|
+
requirement: !ruby/object:Gem::Requirement
|
78
|
+
requirements:
|
79
|
+
- - ">="
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: '2.0'
|
82
|
+
- - "<"
|
83
|
+
- !ruby/object:Gem::Version
|
84
|
+
version: '3.0'
|
85
|
+
type: :development
|
86
|
+
prerelease: false
|
87
|
+
version_requirements: !ruby/object:Gem::Requirement
|
88
|
+
requirements:
|
89
|
+
- - ">="
|
90
|
+
- !ruby/object:Gem::Version
|
91
|
+
version: '2.0'
|
92
|
+
- - "<"
|
93
|
+
- !ruby/object:Gem::Version
|
94
|
+
version: '3.0'
|
95
|
+
- !ruby/object:Gem::Dependency
|
96
|
+
name: awesome_print
|
97
|
+
requirement: !ruby/object:Gem::Requirement
|
98
|
+
requirements:
|
99
|
+
- - "~>"
|
100
|
+
- !ruby/object:Gem::Version
|
101
|
+
version: '1.8'
|
102
|
+
type: :development
|
103
|
+
prerelease: false
|
104
|
+
version_requirements: !ruby/object:Gem::Requirement
|
105
|
+
requirements:
|
106
|
+
- - "~>"
|
107
|
+
- !ruby/object:Gem::Version
|
108
|
+
version: '1.8'
|
109
|
+
- !ruby/object:Gem::Dependency
|
110
|
+
name: coveralls
|
111
|
+
requirement: !ruby/object:Gem::Requirement
|
112
|
+
requirements:
|
113
|
+
- - "~>"
|
114
|
+
- !ruby/object:Gem::Version
|
115
|
+
version: '0.8'
|
116
|
+
type: :development
|
117
|
+
prerelease: false
|
118
|
+
version_requirements: !ruby/object:Gem::Requirement
|
119
|
+
requirements:
|
120
|
+
- - "~>"
|
121
|
+
- !ruby/object:Gem::Version
|
122
|
+
version: '0.8'
|
123
|
+
- !ruby/object:Gem::Dependency
|
124
|
+
name: multi_json
|
125
|
+
requirement: !ruby/object:Gem::Requirement
|
126
|
+
requirements:
|
127
|
+
- - "~>"
|
128
|
+
- !ruby/object:Gem::Version
|
129
|
+
version: '1.15'
|
130
|
+
type: :development
|
131
|
+
prerelease: false
|
132
|
+
version_requirements: !ruby/object:Gem::Requirement
|
133
|
+
requirements:
|
134
|
+
- - "~>"
|
135
|
+
- !ruby/object:Gem::Version
|
136
|
+
version: '1.15'
|
33
137
|
description: Implements the Finitio information language in Ruby.
|
34
138
|
email:
|
35
139
|
- blambeau@gmail.com
|