logical_model 0.2.19 → 0.2.20
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +4 -4
- data/VERSION +1 -1
- data/logical_model.gemspec +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
GIT
|
2
2
|
remote: git@github.com:dwaynemac/typhoeus.git
|
3
|
-
revision:
|
3
|
+
revision: 453ca7a8dffbe2d16dc66cd9ba2650614f906070
|
4
4
|
specs:
|
5
|
-
typhoeus (0.5.0.
|
6
|
-
ethon (~> 0.4.
|
5
|
+
typhoeus (0.5.0.alpha)
|
6
|
+
ethon (~> 0.4.2)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: http://rubygems.org/
|
@@ -34,7 +34,7 @@ GEM
|
|
34
34
|
builder (3.0.0)
|
35
35
|
diff-lcs (1.1.3)
|
36
36
|
erubis (2.7.0)
|
37
|
-
ethon (0.4.
|
37
|
+
ethon (0.4.2)
|
38
38
|
ffi (~> 1.0.11)
|
39
39
|
mime-types (~> 1.18)
|
40
40
|
ffi (1.0.11)
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.20
|
data/logical_model.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logical_model
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.20
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -329,7 +329,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
329
329
|
version: '0'
|
330
330
|
segments:
|
331
331
|
- 0
|
332
|
-
hash:
|
332
|
+
hash: 892826385
|
333
333
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
334
334
|
none: false
|
335
335
|
requirements:
|