riveter 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +46 -44
- data/lib/riveter/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 74d8def961e51f0a7f6f26a59c43706d7bb31120
|
4
|
+
data.tar.gz: 16c4f3da3311735f04b0e2c68b04800798810079
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ea3a1acb287fef427f5e01d894797887f4e06270e3659ee3a0995379911737aa90893391aca188f90385779a5b69ffad928f6ed7b78aeb39b6971cc43ebc0ed
|
7
|
+
data.tar.gz: df203ca816a3b17d3e26312889ac61269788052ffbc2b80253235a731c01aab29af2d9c87923b99edf15e89fd15353293c2161a314ab5b486b30838c107e7ebc
|
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.9)
|
5
5
|
actionpack (>= 4.1.0)
|
6
6
|
activemodel (>= 4.1.0)
|
7
7
|
activerecord (>= 4.1.0)
|
@@ -12,33 +12,33 @@ 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.
|
15
|
+
actionmailer (4.1.4)
|
16
|
+
actionpack (= 4.1.4)
|
17
|
+
actionview (= 4.1.4)
|
18
18
|
mail (~> 2.5.4)
|
19
|
-
actionpack (4.1.
|
20
|
-
actionview (= 4.1.
|
21
|
-
activesupport (= 4.1.
|
19
|
+
actionpack (4.1.4)
|
20
|
+
actionview (= 4.1.4)
|
21
|
+
activesupport (= 4.1.4)
|
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.4)
|
25
|
+
activesupport (= 4.1.4)
|
26
26
|
builder (~> 3.1)
|
27
27
|
erubis (~> 2.7.0)
|
28
|
-
activemodel (4.1.
|
29
|
-
activesupport (= 4.1.
|
28
|
+
activemodel (4.1.4)
|
29
|
+
activesupport (= 4.1.4)
|
30
30
|
builder (~> 3.1)
|
31
|
-
activerecord (4.1.
|
32
|
-
activemodel (= 4.1.
|
33
|
-
activesupport (= 4.1.
|
31
|
+
activerecord (4.1.4)
|
32
|
+
activemodel (= 4.1.4)
|
33
|
+
activesupport (= 4.1.4)
|
34
34
|
arel (~> 5.0.0)
|
35
|
-
activesupport (4.1.
|
35
|
+
activesupport (4.1.4)
|
36
36
|
i18n (~> 0.6, >= 0.6.9)
|
37
37
|
json (~> 1.7, >= 1.7.7)
|
38
38
|
minitest (~> 5.1)
|
39
39
|
thread_safe (~> 0.1)
|
40
40
|
tzinfo (~> 1.1)
|
41
|
-
ammeter (1.
|
41
|
+
ammeter (1.1.0)
|
42
42
|
activesupport (>= 3.0)
|
43
43
|
railties (>= 3.0)
|
44
44
|
rspec-rails (>= 2.2)
|
@@ -67,52 +67,54 @@ GEM
|
|
67
67
|
haml (>= 3.1, < 5.0)
|
68
68
|
railties (>= 4.0.1)
|
69
69
|
hike (1.2.3)
|
70
|
-
i18n (0.6.
|
70
|
+
i18n (0.6.11)
|
71
71
|
json (1.8.1)
|
72
72
|
mail (2.5.4)
|
73
73
|
mime-types (~> 1.16)
|
74
74
|
treetop (~> 1.4.8)
|
75
75
|
method_source (0.8.2)
|
76
76
|
mime-types (1.25.1)
|
77
|
-
minitest (5.
|
77
|
+
minitest (5.4.0)
|
78
78
|
multi_json (1.10.1)
|
79
|
+
netrc (0.7.7)
|
79
80
|
polyglot (0.3.5)
|
80
|
-
pry (0.
|
81
|
-
coderay (~> 1.0)
|
82
|
-
method_source (~> 0.8)
|
81
|
+
pry (0.10.0)
|
82
|
+
coderay (~> 1.1.0)
|
83
|
+
method_source (~> 0.8.1)
|
83
84
|
slop (~> 3.4)
|
84
|
-
pry-byebug (1.3.
|
85
|
+
pry-byebug (1.3.3)
|
85
86
|
byebug (~> 2.7)
|
86
|
-
pry (~> 0.
|
87
|
+
pry (~> 0.10)
|
87
88
|
rack (1.5.2)
|
88
89
|
rack-test (0.6.2)
|
89
90
|
rack (>= 1.0)
|
90
|
-
rails (4.1.
|
91
|
-
actionmailer (= 4.1.
|
92
|
-
actionpack (= 4.1.
|
93
|
-
actionview (= 4.1.
|
94
|
-
activemodel (= 4.1.
|
95
|
-
activerecord (= 4.1.
|
96
|
-
activesupport (= 4.1.
|
91
|
+
rails (4.1.4)
|
92
|
+
actionmailer (= 4.1.4)
|
93
|
+
actionpack (= 4.1.4)
|
94
|
+
actionview (= 4.1.4)
|
95
|
+
activemodel (= 4.1.4)
|
96
|
+
activerecord (= 4.1.4)
|
97
|
+
activesupport (= 4.1.4)
|
97
98
|
bundler (>= 1.3.0, < 2.0)
|
98
|
-
railties (= 4.1.
|
99
|
+
railties (= 4.1.4)
|
99
100
|
sprockets-rails (~> 2.0)
|
100
|
-
railties (4.1.
|
101
|
-
actionpack (= 4.1.
|
102
|
-
activesupport (= 4.1.
|
101
|
+
railties (4.1.4)
|
102
|
+
actionpack (= 4.1.4)
|
103
|
+
activesupport (= 4.1.4)
|
103
104
|
rake (>= 0.8.7)
|
104
105
|
thor (>= 0.18.1, < 2.0)
|
105
106
|
rake (10.3.2)
|
106
|
-
rest-client (1.
|
107
|
-
mime-types (>= 1.16)
|
108
|
-
|
107
|
+
rest-client (1.7.2)
|
108
|
+
mime-types (>= 1.16, < 3.0)
|
109
|
+
netrc (~> 0.7)
|
110
|
+
rspec-core (3.0.3)
|
109
111
|
rspec-support (~> 3.0.0)
|
110
|
-
rspec-expectations (3.0.
|
112
|
+
rspec-expectations (3.0.3)
|
111
113
|
diff-lcs (>= 1.2.0, < 2.0)
|
112
114
|
rspec-support (~> 3.0.0)
|
113
|
-
rspec-mocks (3.0.
|
115
|
+
rspec-mocks (3.0.3)
|
114
116
|
rspec-support (~> 3.0.0)
|
115
|
-
rspec-rails (3.0.
|
117
|
+
rspec-rails (3.0.2)
|
116
118
|
actionpack (>= 3.0)
|
117
119
|
activesupport (>= 3.0)
|
118
120
|
railties (>= 3.0)
|
@@ -120,15 +122,15 @@ GEM
|
|
120
122
|
rspec-expectations (~> 3.0.0)
|
121
123
|
rspec-mocks (~> 3.0.0)
|
122
124
|
rspec-support (~> 3.0.0)
|
123
|
-
rspec-support (3.0.
|
124
|
-
shoulda-matchers (2.6.
|
125
|
+
rspec-support (3.0.3)
|
126
|
+
shoulda-matchers (2.6.2)
|
125
127
|
activesupport (>= 3.0.0)
|
126
|
-
simplecov (0.
|
128
|
+
simplecov (0.9.0)
|
127
129
|
docile (~> 1.1.0)
|
128
130
|
multi_json
|
129
131
|
simplecov-html (~> 0.8.0)
|
130
132
|
simplecov-html (0.8.0)
|
131
|
-
slop (3.
|
133
|
+
slop (3.6.0)
|
132
134
|
sprockets (2.12.1)
|
133
135
|
hike (~> 1.2)
|
134
136
|
multi_json (~> 1.0)
|
data/lib/riveter/version.rb
CHANGED