rails_iron 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NDRjNzBkNjg3YWRhNWI0YTk3ZTliZmRmZDFjZjkxMWY0MTIyMjA4Yw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MzI5YTFmZGM1OTU0OGFlZDIwMjg2ZWIxMTRhYjQ3Njg2NzY3MTI1NQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ODljMGVhNzlmMTJhZmE5MjczZTUyNjI4MWU3OTExMWQ3YmMxM2ViMjE0YWNl
|
|
10
|
+
MzdjZTExMDUwYmZhYmFhY2YxZDE0MTA2NzkyODBhYjBjYTAwYmJlNTAzZWVm
|
|
11
|
+
MzNhMDE2NjRkOTEyNzVkOTIxZTNkZGVkMGFmZTYxNjg0Mzc1M2M=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZGU5NjM2YThmNjA5YmJkMTU3NjFjMzZiOWQ0ODE0YWFkMDUwMjE3NGJhNzFh
|
|
14
|
+
OTFmOGYyMmM5ZGY2NTcwZDFmYmJiN2MxYWM4ZDA2ZTVlNzI5ZWUzZWZiM2Y5
|
|
15
|
+
YzA4ZmQ1MDViNWQ3OWYwMGQxZDc4MWQzYWNlNmU3ZTBkMDViODg=
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_iron
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- H.J. Blok
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.1
|
|
19
|
+
version: '1.1'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.1
|
|
26
|
+
version: '1.1'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: typhoeus
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - ~>
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.6
|
|
33
|
+
version: '0.6'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.6
|
|
40
|
+
version: '0.6'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: coveralls
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -114,10 +114,10 @@ executables: []
|
|
|
114
114
|
extensions: []
|
|
115
115
|
extra_rdoc_files: []
|
|
116
116
|
files:
|
|
117
|
+
- lib/rails_iron.rb
|
|
117
118
|
- lib/rails_iron/error.rb
|
|
118
119
|
- lib/rails_iron/loader.rb
|
|
119
120
|
- lib/rails_iron/worker.rb
|
|
120
|
-
- lib/rails_iron.rb
|
|
121
121
|
homepage: ''
|
|
122
122
|
licenses:
|
|
123
123
|
- MIT
|
|
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
138
138
|
version: '0'
|
|
139
139
|
requirements: []
|
|
140
140
|
rubyforge_project:
|
|
141
|
-
rubygems_version: 2.
|
|
141
|
+
rubygems_version: 2.2.2
|
|
142
142
|
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
144
|
summary: RailsIron
|