riveter 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +44 -49
- data/lib/riveter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff84510e0ed69f178023c8c8bbf50deac82e014a
|
4
|
+
data.tar.gz: f3a5b4c4b438be17bd8fc2bf43496eb3ddb4237e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 231d3efa49f3ab07f66bfdf2ac6fa2e6e83e4b33ff2068d1fced87e2501db53fbc23be7004ba68193dc638e0674bd79841d419ddeede6cc3b0264c3591b9d24a
|
7
|
+
data.tar.gz: 07718de816679e697da1cc2f79ddf6f6615d9de0b32d7c2e3de24fa3a1acfef21939e27b82aed13198452dfba5e8dec0272355a30a24d3e49f43cbed4e9267cf
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
riveter (0.0.
|
4
|
+
riveter (0.0.11)
|
5
5
|
actionpack (>= 4.1.0)
|
6
6
|
activemodel (>= 4.1.0)
|
7
7
|
activerecord (>= 4.1.0)
|
@@ -12,27 +12,27 @@ PATH
|
|
12
12
|
GEM
|
13
13
|
remote: https://rubygems.org/
|
14
14
|
specs:
|
15
|
-
actionmailer (4.1.
|
16
|
-
actionpack (= 4.1.
|
17
|
-
actionview (= 4.1.
|
18
|
-
mail (~> 2.5.4)
|
19
|
-
actionpack (4.1.
|
20
|
-
actionview (= 4.1.
|
21
|
-
activesupport (= 4.1.
|
15
|
+
actionmailer (4.1.6)
|
16
|
+
actionpack (= 4.1.6)
|
17
|
+
actionview (= 4.1.6)
|
18
|
+
mail (~> 2.5, >= 2.5.4)
|
19
|
+
actionpack (4.1.6)
|
20
|
+
actionview (= 4.1.6)
|
21
|
+
activesupport (= 4.1.6)
|
22
22
|
rack (~> 1.5.2)
|
23
23
|
rack-test (~> 0.6.2)
|
24
|
-
actionview (4.1.
|
25
|
-
activesupport (= 4.1.
|
24
|
+
actionview (4.1.6)
|
25
|
+
activesupport (= 4.1.6)
|
26
26
|
builder (~> 3.1)
|
27
27
|
erubis (~> 2.7.0)
|
28
|
-
activemodel (4.1.
|
29
|
-
activesupport (= 4.1.
|
28
|
+
activemodel (4.1.6)
|
29
|
+
activesupport (= 4.1.6)
|
30
30
|
builder (~> 3.1)
|
31
|
-
activerecord (4.1.
|
32
|
-
activemodel (= 4.1.
|
33
|
-
activesupport (= 4.1.
|
31
|
+
activerecord (4.1.6)
|
32
|
+
activemodel (= 4.1.6)
|
33
|
+
activesupport (= 4.1.6)
|
34
34
|
arel (~> 5.0.0)
|
35
|
-
activesupport (4.1.
|
35
|
+
activesupport (4.1.6)
|
36
36
|
i18n (~> 0.6, >= 0.6.9)
|
37
37
|
json (~> 1.7, >= 1.7.7)
|
38
38
|
minitest (~> 5.1)
|
@@ -70,15 +70,13 @@ GEM
|
|
70
70
|
hike (1.2.3)
|
71
71
|
i18n (0.6.11)
|
72
72
|
json (1.8.1)
|
73
|
-
mail (2.
|
74
|
-
mime-types (
|
75
|
-
treetop (~> 1.4.8)
|
73
|
+
mail (2.6.1)
|
74
|
+
mime-types (>= 1.16, < 3)
|
76
75
|
method_source (0.8.2)
|
77
|
-
mime-types (
|
76
|
+
mime-types (2.3)
|
78
77
|
minitest (5.4.1)
|
79
78
|
multi_json (1.10.1)
|
80
79
|
netrc (0.7.7)
|
81
|
-
polyglot (0.3.5)
|
82
80
|
pry (0.10.1)
|
83
81
|
coderay (~> 1.1.0)
|
84
82
|
method_source (~> 0.8.1)
|
@@ -89,42 +87,42 @@ GEM
|
|
89
87
|
rack (1.5.2)
|
90
88
|
rack-test (0.6.2)
|
91
89
|
rack (>= 1.0)
|
92
|
-
rails (4.1.
|
93
|
-
actionmailer (= 4.1.
|
94
|
-
actionpack (= 4.1.
|
95
|
-
actionview (= 4.1.
|
96
|
-
activemodel (= 4.1.
|
97
|
-
activerecord (= 4.1.
|
98
|
-
activesupport (= 4.1.
|
90
|
+
rails (4.1.6)
|
91
|
+
actionmailer (= 4.1.6)
|
92
|
+
actionpack (= 4.1.6)
|
93
|
+
actionview (= 4.1.6)
|
94
|
+
activemodel (= 4.1.6)
|
95
|
+
activerecord (= 4.1.6)
|
96
|
+
activesupport (= 4.1.6)
|
99
97
|
bundler (>= 1.3.0, < 2.0)
|
100
|
-
railties (= 4.1.
|
98
|
+
railties (= 4.1.6)
|
101
99
|
sprockets-rails (~> 2.0)
|
102
|
-
railties (4.1.
|
103
|
-
actionpack (= 4.1.
|
104
|
-
activesupport (= 4.1.
|
100
|
+
railties (4.1.6)
|
101
|
+
actionpack (= 4.1.6)
|
102
|
+
activesupport (= 4.1.6)
|
105
103
|
rake (>= 0.8.7)
|
106
104
|
thor (>= 0.18.1, < 2.0)
|
107
105
|
rake (10.3.2)
|
108
106
|
rest-client (1.7.2)
|
109
107
|
mime-types (>= 1.16, < 3.0)
|
110
108
|
netrc (~> 0.7)
|
111
|
-
rspec-core (3.
|
112
|
-
rspec-support (~> 3.
|
113
|
-
rspec-expectations (3.
|
109
|
+
rspec-core (3.1.3)
|
110
|
+
rspec-support (~> 3.1.0)
|
111
|
+
rspec-expectations (3.1.1)
|
114
112
|
diff-lcs (>= 1.2.0, < 2.0)
|
115
|
-
rspec-support (~> 3.
|
116
|
-
rspec-mocks (3.0
|
117
|
-
rspec-support (~> 3.
|
118
|
-
rspec-rails (3.0
|
113
|
+
rspec-support (~> 3.1.0)
|
114
|
+
rspec-mocks (3.1.0)
|
115
|
+
rspec-support (~> 3.1.0)
|
116
|
+
rspec-rails (3.1.0)
|
119
117
|
actionpack (>= 3.0)
|
120
118
|
activesupport (>= 3.0)
|
121
119
|
railties (>= 3.0)
|
122
|
-
rspec-core (~> 3.
|
123
|
-
rspec-expectations (~> 3.
|
124
|
-
rspec-mocks (~> 3.
|
125
|
-
rspec-support (~> 3.
|
126
|
-
rspec-support (3.0
|
127
|
-
shoulda-matchers (2.
|
120
|
+
rspec-core (~> 3.1.0)
|
121
|
+
rspec-expectations (~> 3.1.0)
|
122
|
+
rspec-mocks (~> 3.1.0)
|
123
|
+
rspec-support (~> 3.1.0)
|
124
|
+
rspec-support (3.1.0)
|
125
|
+
shoulda-matchers (2.7.0)
|
128
126
|
activesupport (>= 3.0.0)
|
129
127
|
simplecov (0.9.0)
|
130
128
|
docile (~> 1.1.0)
|
@@ -132,7 +130,7 @@ GEM
|
|
132
130
|
simplecov-html (~> 0.8.0)
|
133
131
|
simplecov-html (0.8.0)
|
134
132
|
slop (3.6.0)
|
135
|
-
sprockets (2.12.
|
133
|
+
sprockets (2.12.2)
|
136
134
|
hike (~> 1.2)
|
137
135
|
multi_json (~> 1.0)
|
138
136
|
rack (~> 1.0)
|
@@ -148,9 +146,6 @@ GEM
|
|
148
146
|
tilt (1.4.1)
|
149
147
|
timeliness (0.3.7)
|
150
148
|
tins (1.3.2)
|
151
|
-
treetop (1.4.15)
|
152
|
-
polyglot
|
153
|
-
polyglot (>= 0.3.1)
|
154
149
|
tzinfo (1.2.2)
|
155
150
|
thread_safe (~> 0.1)
|
156
151
|
validates_timeliness (3.0.14)
|
data/lib/riveter/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: riveter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Stefano
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-09-
|
11
|
+
date: 2014-09-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|