trusty-snippets-extension 2.0.7 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +4 -6
- data/Gemfile.lock +177 -171
- data/lib/trusty-snippets-extension.rb +1 -1
- data/spec/dummy/tmp/cache/747/A70/TrustyCms%3A%3AConfig +0 -0
- data/spec/dummy/tmp/cache/85C/FA0/TrustyCms.cache_mtime +0 -0
- data/trusty-snippets-extension.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 917efd50b5d33b3ae004012962a277f522dc6ca5
|
4
|
+
data.tar.gz: 064a993a56a284d02700c005ed79007edd7181d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bda733d22df34cae377c883b91895d9c398c0520f2183dcff8d327bcc8f08d2b30db941145bee1224a5febf202e006e4acaa1e9c414d749aa8fd04b0f4338304
|
7
|
+
data.tar.gz: 896189702808c83bb1fac4b958b7fa2ea29a989af1b0a4bb245a2c7756994c62e06c7e45cb9c7c5a3c853b4ed26daa921a77dd80c2b80b7c4695a40e4f42e5d5
|
data/Gemfile
CHANGED
@@ -33,17 +33,15 @@ gemspec
|
|
33
33
|
|
34
34
|
|
35
35
|
group :development, :test do
|
36
|
-
gem "compass-rails", "~> 2.0.1"
|
37
36
|
gem 'thin', '~> 1.6.2'
|
38
37
|
gem 'pry', '~> 0.10.0'
|
39
|
-
gem 'capybara', '~> 2.
|
40
|
-
gem 'rspec-rails'
|
38
|
+
gem 'capybara', '~> 2.14.0'
|
39
|
+
gem 'rspec-rails'
|
41
40
|
gem 'launchy', '~> 2.4.2'
|
42
41
|
gem 'database_cleaner', '~> 1.3.0'
|
43
42
|
gem 'poltergeist', '~> 1.5.1'
|
44
|
-
gem "ckeditor", "~> 4.1.0"
|
45
43
|
gem 'factory_girl_rails', '~> 4.5.0'
|
46
|
-
gem 'rails-observers'
|
47
|
-
gem "
|
44
|
+
gem 'rails-observers', :git => 'https://github.com/rails/rails-observers'
|
45
|
+
gem "protected_attributes_continued"
|
48
46
|
gem "pry-byebug"
|
49
47
|
end
|
data/Gemfile.lock
CHANGED
@@ -1,67 +1,77 @@
|
|
1
|
+
GIT
|
2
|
+
remote: https://github.com/rails/rails-observers
|
3
|
+
revision: 7d3c9c331242d58ed8ebdbd2eff1f7d6f68a1b2c
|
4
|
+
specs:
|
5
|
+
rails-observers (0.1.3.alpha)
|
6
|
+
activemodel (>= 4.0, < 5.1)
|
7
|
+
|
1
8
|
PATH
|
2
9
|
remote: .
|
3
10
|
specs:
|
4
|
-
trusty-snippets-extension (
|
11
|
+
trusty-snippets-extension (3.0.0)
|
5
12
|
rake (< 11.0)
|
6
|
-
trusty-cms (~>
|
13
|
+
trusty-cms (~> 3.0.0)
|
7
14
|
|
8
15
|
GEM
|
9
16
|
remote: https://rubygems.org/
|
10
17
|
specs:
|
11
|
-
RedCloth (4.2
|
12
|
-
|
13
|
-
actionpack (=
|
14
|
-
|
15
|
-
|
18
|
+
RedCloth (4.3.2)
|
19
|
+
actioncable (5.0.2)
|
20
|
+
actionpack (= 5.0.2)
|
21
|
+
nio4r (>= 1.2, < 3.0)
|
22
|
+
websocket-driver (~> 0.6.1)
|
23
|
+
actionmailer (5.0.2)
|
24
|
+
actionpack (= 5.0.2)
|
25
|
+
actionview (= 5.0.2)
|
26
|
+
activejob (= 5.0.2)
|
16
27
|
mail (~> 2.5, >= 2.5.4)
|
17
|
-
rails-dom-testing (~>
|
18
|
-
actionpack (
|
19
|
-
actionview (=
|
20
|
-
activesupport (=
|
21
|
-
rack (~>
|
22
|
-
rack-test (~> 0.6.
|
23
|
-
rails-dom-testing (~>
|
28
|
+
rails-dom-testing (~> 2.0)
|
29
|
+
actionpack (5.0.2)
|
30
|
+
actionview (= 5.0.2)
|
31
|
+
activesupport (= 5.0.2)
|
32
|
+
rack (~> 2.0)
|
33
|
+
rack-test (~> 0.6.3)
|
34
|
+
rails-dom-testing (~> 2.0)
|
24
35
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
25
|
-
actionview (
|
26
|
-
activesupport (=
|
36
|
+
actionview (5.0.2)
|
37
|
+
activesupport (= 5.0.2)
|
27
38
|
builder (~> 3.1)
|
28
39
|
erubis (~> 2.7.0)
|
29
|
-
rails-dom-testing (~>
|
30
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
31
|
-
activejob (
|
32
|
-
activesupport (=
|
33
|
-
globalid (>= 0.3.
|
34
|
-
activemodel (
|
35
|
-
activesupport (=
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
40
|
+
rails-dom-testing (~> 2.0)
|
41
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
42
|
+
activejob (5.0.2)
|
43
|
+
activesupport (= 5.0.2)
|
44
|
+
globalid (>= 0.3.6)
|
45
|
+
activemodel (5.0.2)
|
46
|
+
activesupport (= 5.0.2)
|
47
|
+
activerecord (5.0.2)
|
48
|
+
activemodel (= 5.0.2)
|
49
|
+
activesupport (= 5.0.2)
|
50
|
+
arel (~> 7.0)
|
51
|
+
activesupport (5.0.2)
|
52
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
42
53
|
i18n (~> 0.7)
|
43
|
-
json (~> 1.7, >= 1.7.7)
|
44
54
|
minitest (~> 5.1)
|
45
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
46
55
|
tzinfo (~> 1.1)
|
47
|
-
acts_as_tree (2.
|
56
|
+
acts_as_tree (2.6.1)
|
48
57
|
activerecord (>= 3.0.0)
|
49
|
-
addressable (2.
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
58
|
+
addressable (2.5.1)
|
59
|
+
public_suffix (~> 2.0, >= 2.0.2)
|
60
|
+
arel (7.1.4)
|
61
|
+
builder (3.2.3)
|
62
|
+
byebug (9.0.6)
|
63
|
+
capybara (2.14.0)
|
64
|
+
addressable
|
54
65
|
mime-types (>= 1.16)
|
55
66
|
nokogiri (>= 1.3.3)
|
56
67
|
rack (>= 1.0.0)
|
57
68
|
rack-test (>= 0.5.4)
|
58
69
|
xpath (~> 2.0)
|
59
|
-
chunky_png (1.3.
|
60
|
-
ckeditor (4.
|
70
|
+
chunky_png (1.3.8)
|
71
|
+
ckeditor (4.2.3)
|
61
72
|
cocaine
|
62
73
|
orm_adapter (~> 0.5.0)
|
63
|
-
climate_control (0.0
|
64
|
-
activesupport (>= 3.0)
|
74
|
+
climate_control (0.1.0)
|
65
75
|
cliver (0.3.2)
|
66
76
|
cocaine (0.5.8)
|
67
77
|
climate_control (>= 0.0.3, < 1.0)
|
@@ -78,200 +88,198 @@ GEM
|
|
78
88
|
sass (>= 3.3.0, < 3.5)
|
79
89
|
compass-import-once (1.0.5)
|
80
90
|
sass (>= 3.2, < 3.5)
|
81
|
-
compass-rails (
|
91
|
+
compass-rails (3.0.2)
|
82
92
|
compass (~> 1.0.0)
|
83
93
|
sass-rails (< 5.1)
|
84
|
-
sprockets (<
|
85
|
-
|
94
|
+
sprockets (< 4.0)
|
95
|
+
concurrent-ruby (1.0.5)
|
96
|
+
daemons (1.2.4)
|
86
97
|
database_cleaner (1.3.0)
|
87
98
|
delocalize (0.4.0)
|
88
99
|
rails (>= 3.0)
|
89
|
-
diff-lcs (1.
|
100
|
+
diff-lcs (1.3)
|
90
101
|
erubis (2.7.0)
|
91
|
-
eventmachine (1.2.
|
92
|
-
execjs (2.
|
102
|
+
eventmachine (1.2.3)
|
103
|
+
execjs (2.7.0)
|
93
104
|
factory_girl (4.5.0)
|
94
105
|
activesupport (>= 3.0.0)
|
95
106
|
factory_girl_rails (4.5.0)
|
96
107
|
factory_girl (~> 4.5.0)
|
97
108
|
railties (>= 3.0.0)
|
98
|
-
ffi (1.9.
|
99
|
-
globalid (0.
|
100
|
-
activesupport (>= 4.
|
101
|
-
haml (
|
109
|
+
ffi (1.9.18)
|
110
|
+
globalid (0.4.0)
|
111
|
+
activesupport (>= 4.2.0)
|
112
|
+
haml (5.0.1)
|
113
|
+
temple (>= 0.8.0)
|
102
114
|
tilt
|
103
|
-
haml-rails (0.
|
115
|
+
haml-rails (1.0.0)
|
104
116
|
actionpack (>= 4.0.1)
|
105
117
|
activesupport (>= 4.0.1)
|
106
|
-
haml (>= 4.0.6, <
|
118
|
+
haml (>= 4.0.6, < 6.0)
|
107
119
|
html2haml (>= 1.0.1)
|
108
120
|
railties (>= 4.0.1)
|
109
121
|
highline (1.7.8)
|
110
|
-
|
111
|
-
html2haml (2.0.0)
|
122
|
+
html2haml (2.2.0)
|
112
123
|
erubis (~> 2.7.0)
|
113
|
-
haml (
|
114
|
-
nokogiri (
|
124
|
+
haml (>= 4.0, < 6)
|
125
|
+
nokogiri (>= 1.6.0)
|
115
126
|
ruby_parser (~> 3.5)
|
116
|
-
i18n (0.
|
117
|
-
jquery-rails (3.1
|
118
|
-
|
127
|
+
i18n (0.8.1)
|
128
|
+
jquery-rails (4.3.1)
|
129
|
+
rails-dom-testing (>= 1, < 3)
|
130
|
+
railties (>= 4.2.0)
|
119
131
|
thor (>= 0.14, < 2.0)
|
120
|
-
json (1.8.3)
|
121
132
|
launchy (2.4.3)
|
122
133
|
addressable (~> 2.3)
|
123
|
-
libv8 (3.16.14.
|
134
|
+
libv8 (3.16.14.19)
|
124
135
|
loofah (2.0.3)
|
125
136
|
nokogiri (>= 1.5.9)
|
126
|
-
mail (2.6.
|
137
|
+
mail (2.6.5)
|
127
138
|
mime-types (>= 1.16, < 4)
|
128
139
|
method_source (0.8.2)
|
129
|
-
mime-types (3.
|
140
|
+
mime-types (3.1)
|
130
141
|
mime-types-data (~> 3.2015)
|
131
|
-
mime-types-data (3.2016.
|
132
|
-
mini_portile2 (2.
|
133
|
-
minitest (5.
|
134
|
-
multi_json (1.
|
135
|
-
mysql2 (0.4.
|
136
|
-
|
137
|
-
|
142
|
+
mime-types-data (3.2016.0521)
|
143
|
+
mini_portile2 (2.1.0)
|
144
|
+
minitest (5.10.1)
|
145
|
+
multi_json (1.12.1)
|
146
|
+
mysql2 (0.4.6)
|
147
|
+
nio4r (2.0.0)
|
148
|
+
nokogiri (1.7.1)
|
149
|
+
mini_portile2 (~> 2.1.0)
|
138
150
|
orm_adapter (0.5.0)
|
139
151
|
poltergeist (1.5.1)
|
140
152
|
capybara (~> 2.1)
|
141
153
|
cliver (~> 0.3.1)
|
142
154
|
multi_json (~> 1.0)
|
143
155
|
websocket-driver (>= 0.2.0)
|
144
|
-
|
145
|
-
activemodel (
|
146
|
-
pry (0.10.
|
156
|
+
protected_attributes_continued (1.3.0)
|
157
|
+
activemodel (~> 5.0)
|
158
|
+
pry (0.10.4)
|
147
159
|
coderay (~> 1.1.0)
|
148
160
|
method_source (~> 0.8.1)
|
149
161
|
slop (~> 3.4)
|
150
|
-
pry-byebug (3.
|
151
|
-
byebug (~>
|
162
|
+
pry-byebug (3.4.2)
|
163
|
+
byebug (~> 9.0)
|
152
164
|
pry (~> 0.10)
|
153
|
-
|
154
|
-
rack
|
165
|
+
public_suffix (2.0.5)
|
166
|
+
rack (2.0.1)
|
167
|
+
rack-cache (1.7.0)
|
155
168
|
rack (>= 0.4)
|
156
169
|
rack-test (0.6.3)
|
157
170
|
rack (>= 1.0)
|
158
171
|
radius (0.7.4)
|
159
|
-
rails (
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
172
|
+
rails (5.0.2)
|
173
|
+
actioncable (= 5.0.2)
|
174
|
+
actionmailer (= 5.0.2)
|
175
|
+
actionpack (= 5.0.2)
|
176
|
+
actionview (= 5.0.2)
|
177
|
+
activejob (= 5.0.2)
|
178
|
+
activemodel (= 5.0.2)
|
179
|
+
activerecord (= 5.0.2)
|
180
|
+
activesupport (= 5.0.2)
|
167
181
|
bundler (>= 1.3.0, < 2.0)
|
168
|
-
railties (=
|
169
|
-
sprockets-rails
|
170
|
-
rails-
|
171
|
-
activesupport (>= 4.2.0.
|
172
|
-
|
173
|
-
activesupport (>= 4.2.0.beta, < 5.0)
|
174
|
-
nokogiri (~> 1.6.0)
|
175
|
-
rails-deprecated_sanitizer (>= 1.0.1)
|
182
|
+
railties (= 5.0.2)
|
183
|
+
sprockets-rails (>= 2.0.0)
|
184
|
+
rails-dom-testing (2.0.2)
|
185
|
+
activesupport (>= 4.2.0, < 6.0)
|
186
|
+
nokogiri (~> 1.6)
|
176
187
|
rails-html-sanitizer (1.0.3)
|
177
188
|
loofah (~> 2.0)
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
activesupport (= 4.2.6)
|
189
|
+
railties (5.0.2)
|
190
|
+
actionpack (= 5.0.2)
|
191
|
+
activesupport (= 5.0.2)
|
192
|
+
method_source
|
183
193
|
rake (>= 0.8.7)
|
184
194
|
thor (>= 0.18.1, < 2.0)
|
185
195
|
rake (10.5.0)
|
186
|
-
rb-fsevent (0.9.
|
187
|
-
rb-inotify (0.9.
|
196
|
+
rb-fsevent (0.9.8)
|
197
|
+
rb-inotify (0.9.8)
|
188
198
|
ffi (>= 0.5.0)
|
189
|
-
rdoc (
|
190
|
-
json (~> 1.4)
|
199
|
+
rdoc (5.1.0)
|
191
200
|
ref (2.0.0)
|
192
|
-
rspec-core (3.0
|
193
|
-
rspec-support (~> 3.
|
194
|
-
rspec-expectations (3.0
|
201
|
+
rspec-core (3.6.0)
|
202
|
+
rspec-support (~> 3.6.0)
|
203
|
+
rspec-expectations (3.6.0)
|
204
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
205
|
+
rspec-support (~> 3.6.0)
|
206
|
+
rspec-mocks (3.6.0)
|
195
207
|
diff-lcs (>= 1.2.0, < 2.0)
|
196
|
-
rspec-support (~> 3.
|
197
|
-
rspec-
|
198
|
-
rspec-support (~> 3.0.0)
|
199
|
-
rspec-rails (3.0.2)
|
208
|
+
rspec-support (~> 3.6.0)
|
209
|
+
rspec-rails (3.6.0)
|
200
210
|
actionpack (>= 3.0)
|
201
211
|
activesupport (>= 3.0)
|
202
212
|
railties (>= 3.0)
|
203
|
-
rspec-core (~> 3.
|
204
|
-
rspec-expectations (~> 3.
|
205
|
-
rspec-mocks (~> 3.
|
206
|
-
rspec-support (~> 3.
|
207
|
-
rspec-support (3.0
|
208
|
-
ruby_parser (3.
|
213
|
+
rspec-core (~> 3.6.0)
|
214
|
+
rspec-expectations (~> 3.6.0)
|
215
|
+
rspec-mocks (~> 3.6.0)
|
216
|
+
rspec-support (~> 3.6.0)
|
217
|
+
rspec-support (3.6.0)
|
218
|
+
ruby_parser (3.9.0)
|
209
219
|
sexp_processor (~> 4.1)
|
210
|
-
sass (3.4.
|
211
|
-
sass-rails (5.0.
|
212
|
-
railties (>= 4.0.0, <
|
220
|
+
sass (3.4.23)
|
221
|
+
sass-rails (5.0.6)
|
222
|
+
railties (>= 4.0.0, < 6)
|
213
223
|
sass (~> 3.1)
|
214
224
|
sprockets (>= 2.8, < 4.0)
|
215
225
|
sprockets-rails (>= 2.0, < 4.0)
|
216
226
|
tilt (>= 1.1, < 3)
|
217
|
-
sexp_processor (4.
|
227
|
+
sexp_processor (4.9.0)
|
218
228
|
slop (3.6.0)
|
219
|
-
sprockets (
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
libv8 (~> 3.16.14.0)
|
229
|
+
sprockets (3.7.1)
|
230
|
+
concurrent-ruby (~> 1.0)
|
231
|
+
rack (> 1, < 3)
|
232
|
+
sprockets-rails (3.2.0)
|
233
|
+
actionpack (>= 4.0)
|
234
|
+
activesupport (>= 4.0)
|
235
|
+
sprockets (>= 3.0.0)
|
236
|
+
stringex (2.7.1)
|
237
|
+
temple (0.8.0)
|
238
|
+
therubyracer (0.12.3)
|
239
|
+
libv8 (~> 3.16.14.15)
|
231
240
|
ref
|
232
|
-
thin (1.6.
|
233
|
-
daemons (
|
234
|
-
eventmachine (
|
235
|
-
rack (
|
236
|
-
thor (0.19.
|
237
|
-
thread_safe (0.3.
|
238
|
-
tilt (
|
239
|
-
trusty-cms (
|
240
|
-
RedCloth (~> 4.2)
|
241
|
-
acts_as_tree (~> 2.1)
|
241
|
+
thin (1.6.2)
|
242
|
+
daemons (>= 1.0.9)
|
243
|
+
eventmachine (>= 1.0.0)
|
244
|
+
rack (>= 1.0.0)
|
245
|
+
thor (0.19.4)
|
246
|
+
thread_safe (0.3.6)
|
247
|
+
tilt (2.0.7)
|
248
|
+
trusty-cms (3.0.0)
|
249
|
+
RedCloth (~> 4.3.2)
|
250
|
+
acts_as_tree (~> 2.6.1)
|
242
251
|
bundler (~> 1.7)
|
243
|
-
ckeditor (~> 4.
|
244
|
-
compass-rails (~>
|
252
|
+
ckeditor (~> 4.2.2)
|
253
|
+
compass-rails (~> 3.0.2)
|
245
254
|
delocalize (~> 0.2)
|
246
|
-
execjs (~> 2.
|
247
|
-
haml (~>
|
248
|
-
haml-rails (~> 0.
|
249
|
-
highline (~> 1.
|
250
|
-
jquery-rails (~> 3.1)
|
255
|
+
execjs (~> 2.7)
|
256
|
+
haml (~> 5.0)
|
257
|
+
haml-rails (~> 1.0.0)
|
258
|
+
highline (~> 1.7.8)
|
259
|
+
jquery-rails (~> 4.3.1)
|
251
260
|
mysql2 (~> 0.4.2)
|
252
|
-
|
253
|
-
rack (~> 1.
|
254
|
-
rack-cache (~> 1.2)
|
261
|
+
rack (~> 2.0.1)
|
262
|
+
rack-cache (~> 1.7)
|
255
263
|
radius (~> 0.7)
|
256
|
-
rails (~>
|
264
|
+
rails (~> 5.0.2)
|
257
265
|
rake (< 11.0)
|
258
|
-
rdoc (~>
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
266
|
+
rdoc (~> 5.1)
|
267
|
+
sass-rails (~> 5.0.6)
|
268
|
+
stringex (~> 2.7.1)
|
269
|
+
therubyracer (~> 0.12.3)
|
270
|
+
tzinfo (~> 1.2.3)
|
271
|
+
uglifier (~> 3.2)
|
263
272
|
will_paginate (~> 3.0)
|
264
273
|
trustygems (0.2.1)
|
265
274
|
rake
|
266
|
-
tzinfo (1.2.
|
275
|
+
tzinfo (1.2.3)
|
267
276
|
thread_safe (~> 0.1)
|
268
|
-
uglifier (2.
|
269
|
-
execjs (>= 0.3.0)
|
270
|
-
|
271
|
-
websocket-driver (0.6.3)
|
277
|
+
uglifier (3.2.0)
|
278
|
+
execjs (>= 0.3.0, < 3)
|
279
|
+
websocket-driver (0.6.5)
|
272
280
|
websocket-extensions (>= 0.1.0)
|
273
281
|
websocket-extensions (0.1.2)
|
274
|
-
will_paginate (3.1.
|
282
|
+
will_paginate (3.1.5)
|
275
283
|
xpath (2.0.0)
|
276
284
|
nokogiri (~> 1.3)
|
277
285
|
|
@@ -279,21 +287,19 @@ PLATFORMS
|
|
279
287
|
ruby
|
280
288
|
|
281
289
|
DEPENDENCIES
|
282
|
-
capybara (~> 2.
|
283
|
-
ckeditor (~> 4.1.0)
|
284
|
-
compass-rails (~> 2.0.1)
|
290
|
+
capybara (~> 2.14.0)
|
285
291
|
database_cleaner (~> 1.3.0)
|
286
292
|
factory_girl_rails (~> 4.5.0)
|
287
293
|
launchy (~> 2.4.2)
|
288
294
|
poltergeist (~> 1.5.1)
|
289
|
-
|
295
|
+
protected_attributes_continued
|
290
296
|
pry (~> 0.10.0)
|
291
297
|
pry-byebug
|
292
|
-
rails-observers
|
293
|
-
rspec-rails
|
298
|
+
rails-observers!
|
299
|
+
rspec-rails
|
294
300
|
thin (~> 1.6.2)
|
295
301
|
trusty-snippets-extension!
|
296
302
|
trustygems (~> 0.2.0)
|
297
303
|
|
298
304
|
BUNDLED WITH
|
299
|
-
1.
|
305
|
+
1.14.5
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trusty-snippets-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jim Gay
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2017-05-08 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: trusty-cms
|
@@ -18,14 +18,14 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - "~>"
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version:
|
21
|
+
version: 3.0.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
requirements:
|
26
26
|
- - "~>"
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version:
|
28
|
+
version: 3.0.0
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: rake
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
@@ -142,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
142
142
|
version: '0'
|
143
143
|
requirements: []
|
144
144
|
rubyforge_project:
|
145
|
-
rubygems_version: 2.
|
145
|
+
rubygems_version: 2.5.1
|
146
146
|
signing_key:
|
147
147
|
specification_version: 4
|
148
148
|
summary: Snippets for Trusty CMS
|