trusty-snippets-extension 2.0.5 → 2.0.6
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 +4 -4
- data/Gemfile.lock +78 -76
- data/lib/trusty-snippets-extension.rb +2 -2
- data/spec/dummy/config/database.yml +4 -4
- data/trusty-snippets-extension.gemspec +2 -1
- metadata +20 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a970a6a238b869e5e0ce4794cfa2d95efba8eef2
|
|
4
|
+
data.tar.gz: 708d359d68eda59e98e39cd9241776f638118b1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b820df4932aa258aa4b73185e41411a8a9bb5c2714c9a2f00e399c014e6b8379f4c00f2b930dd9d08359888dc995a02f73651f717fc7944d0982faf2e8e6ba91
|
|
7
|
+
data.tar.gz: 6f2777adfa86fbc74b2d4c94c93fcea06edd4c298af3279dea7872f64fa3c3ddb317098ccd1c9221caf92acf8c0698ba90f5258439f1c9e58c6b5d5713268a04
|
data/Gemfile.lock
CHANGED
|
@@ -1,72 +1,71 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
trusty-snippets-extension (2.0.
|
|
5
|
-
|
|
4
|
+
trusty-snippets-extension (2.0.6)
|
|
5
|
+
rake (< 11.0)
|
|
6
|
+
trusty-cms (~> 2.0.16)
|
|
6
7
|
|
|
7
8
|
GEM
|
|
8
9
|
remote: https://rubygems.org/
|
|
9
10
|
specs:
|
|
10
11
|
RedCloth (4.2.9)
|
|
11
|
-
actionmailer (4.2.
|
|
12
|
-
actionpack (= 4.2.
|
|
13
|
-
actionview (= 4.2.
|
|
14
|
-
activejob (= 4.2.
|
|
12
|
+
actionmailer (4.2.6)
|
|
13
|
+
actionpack (= 4.2.6)
|
|
14
|
+
actionview (= 4.2.6)
|
|
15
|
+
activejob (= 4.2.6)
|
|
15
16
|
mail (~> 2.5, >= 2.5.4)
|
|
16
17
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
|
17
|
-
actionpack (4.2.
|
|
18
|
-
actionview (= 4.2.
|
|
19
|
-
activesupport (= 4.2.
|
|
18
|
+
actionpack (4.2.6)
|
|
19
|
+
actionview (= 4.2.6)
|
|
20
|
+
activesupport (= 4.2.6)
|
|
20
21
|
rack (~> 1.6)
|
|
21
22
|
rack-test (~> 0.6.2)
|
|
22
23
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
|
23
24
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
24
|
-
actionview (4.2.
|
|
25
|
-
activesupport (= 4.2.
|
|
25
|
+
actionview (4.2.6)
|
|
26
|
+
activesupport (= 4.2.6)
|
|
26
27
|
builder (~> 3.1)
|
|
27
28
|
erubis (~> 2.7.0)
|
|
28
29
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
|
29
30
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
30
|
-
activejob (4.2.
|
|
31
|
-
activesupport (= 4.2.
|
|
31
|
+
activejob (4.2.6)
|
|
32
|
+
activesupport (= 4.2.6)
|
|
32
33
|
globalid (>= 0.3.0)
|
|
33
|
-
activemodel (4.2.
|
|
34
|
-
activesupport (= 4.2.
|
|
34
|
+
activemodel (4.2.6)
|
|
35
|
+
activesupport (= 4.2.6)
|
|
35
36
|
builder (~> 3.1)
|
|
36
|
-
activerecord (4.2.
|
|
37
|
-
activemodel (= 4.2.
|
|
38
|
-
activesupport (= 4.2.
|
|
37
|
+
activerecord (4.2.6)
|
|
38
|
+
activemodel (= 4.2.6)
|
|
39
|
+
activesupport (= 4.2.6)
|
|
39
40
|
arel (~> 6.0)
|
|
40
|
-
activesupport (4.2.
|
|
41
|
+
activesupport (4.2.6)
|
|
41
42
|
i18n (~> 0.7)
|
|
42
43
|
json (~> 1.7, >= 1.7.7)
|
|
43
44
|
minitest (~> 5.1)
|
|
44
45
|
thread_safe (~> 0.3, >= 0.3.4)
|
|
45
46
|
tzinfo (~> 1.1)
|
|
46
|
-
acts_as_tree (2.
|
|
47
|
+
acts_as_tree (2.4.0)
|
|
47
48
|
activerecord (>= 3.0.0)
|
|
48
|
-
addressable (2.
|
|
49
|
+
addressable (2.4.0)
|
|
49
50
|
arel (6.0.3)
|
|
50
51
|
builder (3.2.2)
|
|
51
|
-
byebug (
|
|
52
|
-
columnize (= 0.9.0)
|
|
52
|
+
byebug (8.2.2)
|
|
53
53
|
capybara (2.3.0)
|
|
54
54
|
mime-types (>= 1.16)
|
|
55
55
|
nokogiri (>= 1.3.3)
|
|
56
56
|
rack (>= 1.0.0)
|
|
57
57
|
rack-test (>= 0.5.4)
|
|
58
58
|
xpath (~> 2.0)
|
|
59
|
-
chunky_png (1.3.
|
|
60
|
-
ckeditor (4.1.
|
|
59
|
+
chunky_png (1.3.5)
|
|
60
|
+
ckeditor (4.1.6)
|
|
61
61
|
cocaine
|
|
62
62
|
orm_adapter (~> 0.5.0)
|
|
63
63
|
climate_control (0.0.3)
|
|
64
64
|
activesupport (>= 3.0)
|
|
65
65
|
cliver (0.3.2)
|
|
66
|
-
cocaine (0.5.
|
|
66
|
+
cocaine (0.5.8)
|
|
67
67
|
climate_control (>= 0.0.3, < 1.0)
|
|
68
|
-
coderay (1.1.
|
|
69
|
-
columnize (0.9.0)
|
|
68
|
+
coderay (1.1.1)
|
|
70
69
|
compass (1.0.3)
|
|
71
70
|
chunky_png (~> 1.2)
|
|
72
71
|
compass-core (~> 1.0.2)
|
|
@@ -79,9 +78,9 @@ GEM
|
|
|
79
78
|
sass (>= 3.3.0, < 3.5)
|
|
80
79
|
compass-import-once (1.0.5)
|
|
81
80
|
sass (>= 3.2, < 3.5)
|
|
82
|
-
compass-rails (2.0.
|
|
81
|
+
compass-rails (2.0.5)
|
|
83
82
|
compass (~> 1.0.0)
|
|
84
|
-
sass-rails (
|
|
83
|
+
sass-rails (< 5.1)
|
|
85
84
|
sprockets (< 2.13)
|
|
86
85
|
daemons (1.2.3)
|
|
87
86
|
database_cleaner (1.3.0)
|
|
@@ -89,8 +88,8 @@ GEM
|
|
|
89
88
|
rails (>= 3.0)
|
|
90
89
|
diff-lcs (1.2.5)
|
|
91
90
|
erubis (2.7.0)
|
|
92
|
-
eventmachine (1.0.
|
|
93
|
-
execjs (2.
|
|
91
|
+
eventmachine (1.0.9.1)
|
|
92
|
+
execjs (2.6.0)
|
|
94
93
|
factory_girl (4.5.0)
|
|
95
94
|
activesupport (>= 3.0.0)
|
|
96
95
|
factory_girl_rails (4.5.0)
|
|
@@ -107,7 +106,7 @@ GEM
|
|
|
107
106
|
haml (>= 4.0.6, < 5.0)
|
|
108
107
|
html2haml (>= 1.0.1)
|
|
109
108
|
railties (>= 4.0.1)
|
|
110
|
-
highline (1.7.
|
|
109
|
+
highline (1.7.8)
|
|
111
110
|
hike (1.2.3)
|
|
112
111
|
html2haml (2.0.0)
|
|
113
112
|
erubis (~> 2.7.0)
|
|
@@ -115,25 +114,25 @@ GEM
|
|
|
115
114
|
nokogiri (~> 1.6.0)
|
|
116
115
|
ruby_parser (~> 3.5)
|
|
117
116
|
i18n (0.7.0)
|
|
118
|
-
jquery-rails (3.1.
|
|
117
|
+
jquery-rails (3.1.4)
|
|
119
118
|
railties (>= 3.0, < 5.0)
|
|
120
119
|
thor (>= 0.14, < 2.0)
|
|
121
120
|
json (1.8.3)
|
|
122
121
|
launchy (2.4.3)
|
|
123
122
|
addressable (~> 2.3)
|
|
124
|
-
libv8 (3.16.14.
|
|
125
|
-
loofah (2.0.
|
|
123
|
+
libv8 (3.16.14.13)
|
|
124
|
+
loofah (2.0.3)
|
|
126
125
|
nokogiri (>= 1.5.9)
|
|
127
126
|
mail (2.6.3)
|
|
128
127
|
mime-types (>= 1.16, < 3)
|
|
129
128
|
method_source (0.8.2)
|
|
130
|
-
mime-types (2.
|
|
131
|
-
|
|
132
|
-
minitest (5.8.
|
|
129
|
+
mime-types (2.99.1)
|
|
130
|
+
mini_portile2 (2.0.0)
|
|
131
|
+
minitest (5.8.4)
|
|
133
132
|
multi_json (1.11.2)
|
|
134
|
-
|
|
135
|
-
nokogiri (1.6.
|
|
136
|
-
|
|
133
|
+
mysql2 (0.4.3)
|
|
134
|
+
nokogiri (1.6.7.2)
|
|
135
|
+
mini_portile2 (~> 2.0.0.rc2)
|
|
137
136
|
orm_adapter (0.5.0)
|
|
138
137
|
poltergeist (1.5.1)
|
|
139
138
|
capybara (~> 2.1)
|
|
@@ -142,48 +141,48 @@ GEM
|
|
|
142
141
|
websocket-driver (>= 0.2.0)
|
|
143
142
|
protected_attributes (1.0.9)
|
|
144
143
|
activemodel (>= 4.0.1, < 5.0)
|
|
145
|
-
pry (0.10.
|
|
144
|
+
pry (0.10.3)
|
|
146
145
|
coderay (~> 1.1.0)
|
|
147
146
|
method_source (~> 0.8.1)
|
|
148
147
|
slop (~> 3.4)
|
|
149
|
-
pry-byebug (3.
|
|
150
|
-
byebug (~>
|
|
148
|
+
pry-byebug (3.3.0)
|
|
149
|
+
byebug (~> 8.0)
|
|
151
150
|
pry (~> 0.10)
|
|
152
151
|
rack (1.6.4)
|
|
153
|
-
rack-cache (1.
|
|
152
|
+
rack-cache (1.6.1)
|
|
154
153
|
rack (>= 0.4)
|
|
155
154
|
rack-test (0.6.3)
|
|
156
155
|
rack (>= 1.0)
|
|
157
156
|
radius (0.7.4)
|
|
158
|
-
rails (4.2.
|
|
159
|
-
actionmailer (= 4.2.
|
|
160
|
-
actionpack (= 4.2.
|
|
161
|
-
actionview (= 4.2.
|
|
162
|
-
activejob (= 4.2.
|
|
163
|
-
activemodel (= 4.2.
|
|
164
|
-
activerecord (= 4.2.
|
|
165
|
-
activesupport (= 4.2.
|
|
157
|
+
rails (4.2.6)
|
|
158
|
+
actionmailer (= 4.2.6)
|
|
159
|
+
actionpack (= 4.2.6)
|
|
160
|
+
actionview (= 4.2.6)
|
|
161
|
+
activejob (= 4.2.6)
|
|
162
|
+
activemodel (= 4.2.6)
|
|
163
|
+
activerecord (= 4.2.6)
|
|
164
|
+
activesupport (= 4.2.6)
|
|
166
165
|
bundler (>= 1.3.0, < 2.0)
|
|
167
|
-
railties (= 4.2.
|
|
166
|
+
railties (= 4.2.6)
|
|
168
167
|
sprockets-rails
|
|
169
168
|
rails-deprecated_sanitizer (1.0.3)
|
|
170
169
|
activesupport (>= 4.2.0.alpha)
|
|
171
|
-
rails-dom-testing (1.0.
|
|
170
|
+
rails-dom-testing (1.0.7)
|
|
172
171
|
activesupport (>= 4.2.0.beta, < 5.0)
|
|
173
172
|
nokogiri (~> 1.6.0)
|
|
174
173
|
rails-deprecated_sanitizer (>= 1.0.1)
|
|
175
|
-
rails-html-sanitizer (1.0.
|
|
174
|
+
rails-html-sanitizer (1.0.3)
|
|
176
175
|
loofah (~> 2.0)
|
|
177
176
|
rails-observers (0.1.2)
|
|
178
177
|
activemodel (~> 4.0)
|
|
179
|
-
railties (4.2.
|
|
180
|
-
actionpack (= 4.2.
|
|
181
|
-
activesupport (= 4.2.
|
|
178
|
+
railties (4.2.6)
|
|
179
|
+
actionpack (= 4.2.6)
|
|
180
|
+
activesupport (= 4.2.6)
|
|
182
181
|
rake (>= 0.8.7)
|
|
183
182
|
thor (>= 0.18.1, < 2.0)
|
|
184
|
-
rake (10.
|
|
185
|
-
rb-fsevent (0.9.
|
|
186
|
-
rb-inotify (0.9.
|
|
183
|
+
rake (10.5.0)
|
|
184
|
+
rb-fsevent (0.9.7)
|
|
185
|
+
rb-inotify (0.9.7)
|
|
187
186
|
ffi (>= 0.5.0)
|
|
188
187
|
rdoc (3.12.2)
|
|
189
188
|
json (~> 1.4)
|
|
@@ -204,23 +203,23 @@ GEM
|
|
|
204
203
|
rspec-mocks (~> 3.0.0)
|
|
205
204
|
rspec-support (~> 3.0.0)
|
|
206
205
|
rspec-support (3.0.4)
|
|
207
|
-
ruby_parser (3.
|
|
206
|
+
ruby_parser (3.8.1)
|
|
208
207
|
sexp_processor (~> 4.1)
|
|
209
|
-
sass (3.4.
|
|
210
|
-
sass-rails (5.0.
|
|
208
|
+
sass (3.4.21)
|
|
209
|
+
sass-rails (5.0.4)
|
|
211
210
|
railties (>= 4.0.0, < 5.0)
|
|
212
211
|
sass (~> 3.1)
|
|
213
212
|
sprockets (>= 2.8, < 4.0)
|
|
214
213
|
sprockets-rails (>= 2.0, < 4.0)
|
|
215
|
-
tilt (
|
|
216
|
-
sexp_processor (4.
|
|
214
|
+
tilt (>= 1.1, < 3)
|
|
215
|
+
sexp_processor (4.7.0)
|
|
217
216
|
slop (3.6.0)
|
|
218
217
|
sprockets (2.12.4)
|
|
219
218
|
hike (~> 1.2)
|
|
220
219
|
multi_json (~> 1.0)
|
|
221
220
|
rack (~> 1.0)
|
|
222
221
|
tilt (~> 1.1, != 1.3.0)
|
|
223
|
-
sprockets-rails (2.3.
|
|
222
|
+
sprockets-rails (2.3.3)
|
|
224
223
|
actionpack (>= 3.0)
|
|
225
224
|
activesupport (>= 3.0)
|
|
226
225
|
sprockets (>= 2.8, < 4.0)
|
|
@@ -228,14 +227,14 @@ GEM
|
|
|
228
227
|
therubyracer (0.12.2)
|
|
229
228
|
libv8 (~> 3.16.14.0)
|
|
230
229
|
ref
|
|
231
|
-
thin (1.6.
|
|
230
|
+
thin (1.6.4)
|
|
232
231
|
daemons (~> 1.0, >= 1.0.9)
|
|
233
|
-
eventmachine (~> 1.0)
|
|
232
|
+
eventmachine (~> 1.0, >= 1.0.4)
|
|
234
233
|
rack (~> 1.0)
|
|
235
234
|
thor (0.19.1)
|
|
236
235
|
thread_safe (0.3.5)
|
|
237
236
|
tilt (1.4.1)
|
|
238
|
-
trusty-cms (2.0.
|
|
237
|
+
trusty-cms (2.0.16)
|
|
239
238
|
RedCloth (~> 4.2)
|
|
240
239
|
acts_as_tree (~> 2.1)
|
|
241
240
|
bundler (~> 1.7)
|
|
@@ -247,7 +246,7 @@ GEM
|
|
|
247
246
|
haml-rails (~> 0.5)
|
|
248
247
|
highline (~> 1.6)
|
|
249
248
|
jquery-rails (~> 3.1)
|
|
250
|
-
|
|
249
|
+
mysql2 (~> 0.4.2)
|
|
251
250
|
protected_attributes (~> 1.0.9)
|
|
252
251
|
rack (~> 1.4)
|
|
253
252
|
rack-cache (~> 1.2)
|
|
@@ -263,13 +262,13 @@ GEM
|
|
|
263
262
|
rake
|
|
264
263
|
tzinfo (1.2.2)
|
|
265
264
|
thread_safe (~> 0.1)
|
|
266
|
-
uglifier (2.7.
|
|
265
|
+
uglifier (2.7.2)
|
|
267
266
|
execjs (>= 0.3.0)
|
|
268
267
|
json (>= 1.8.0)
|
|
269
|
-
websocket-driver (0.6.
|
|
268
|
+
websocket-driver (0.6.3)
|
|
270
269
|
websocket-extensions (>= 0.1.0)
|
|
271
270
|
websocket-extensions (0.1.2)
|
|
272
|
-
will_paginate (3.0
|
|
271
|
+
will_paginate (3.1.0)
|
|
273
272
|
xpath (2.0.0)
|
|
274
273
|
nokogiri (~> 1.3)
|
|
275
274
|
|
|
@@ -292,3 +291,6 @@ DEPENDENCIES
|
|
|
292
291
|
thin (~> 1.6.2)
|
|
293
292
|
trusty-snippets-extension!
|
|
294
293
|
trustygems (~> 0.2.0)
|
|
294
|
+
|
|
295
|
+
BUNDLED WITH
|
|
296
|
+
1.11.2
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
module TrustySnippetsExtension
|
|
2
|
-
VERSION = "2.0.
|
|
2
|
+
VERSION = "2.0.6"
|
|
3
3
|
SUMMARY = "Snippets for Trusty CMS"
|
|
4
4
|
DESCRIPTION = "Makes Trusty better by adding snippets!"
|
|
5
5
|
URL = "http://github.com/pgharts/trusty-snippets-extension"
|
|
6
|
-
AUTHORS = ["Jim Gay", "Eric Sipple"]
|
|
6
|
+
AUTHORS = ["Jim Gay", "Eric Sipple", "Brittany Martin"]
|
|
7
7
|
EMAIL = ["sipple@trustarts.org"]
|
|
8
8
|
end
|
|
@@ -4,25 +4,25 @@
|
|
|
4
4
|
#
|
|
5
5
|
|
|
6
6
|
development:
|
|
7
|
-
adapter:
|
|
7
|
+
adapter: mysql2
|
|
8
8
|
database: trusty_cms_dev
|
|
9
9
|
username: root
|
|
10
10
|
password:
|
|
11
11
|
host: localhost
|
|
12
12
|
|
|
13
13
|
test: &TEST
|
|
14
|
-
adapter:
|
|
14
|
+
adapter: mysql2
|
|
15
15
|
database: trusty_cms_test
|
|
16
16
|
username: root
|
|
17
17
|
password:
|
|
18
18
|
host: localhost
|
|
19
19
|
|
|
20
20
|
production:
|
|
21
|
-
adapter:
|
|
21
|
+
adapter: mysql2
|
|
22
22
|
database: trusty_cms_live
|
|
23
23
|
username: root
|
|
24
24
|
password:
|
|
25
25
|
socket: /tmp/mysql.sock
|
|
26
26
|
|
|
27
27
|
cucumber:
|
|
28
|
-
<<: *TEST
|
|
28
|
+
<<: *TEST
|
metadata
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trusty-snippets-extension
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jim Gay
|
|
8
8
|
- Eric Sipple
|
|
9
|
+
- Brittany Martin
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
12
|
-
date:
|
|
13
|
+
date: 2016-03-11 00:00:00.000000000 Z
|
|
13
14
|
dependencies:
|
|
14
15
|
- !ruby/object:Gem::Dependency
|
|
15
16
|
name: trusty-cms
|
|
@@ -17,14 +18,28 @@ dependencies:
|
|
|
17
18
|
requirements:
|
|
18
19
|
- - "~>"
|
|
19
20
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 2.0.
|
|
21
|
+
version: 2.0.16
|
|
21
22
|
type: :runtime
|
|
22
23
|
prerelease: false
|
|
23
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
25
|
requirements:
|
|
25
26
|
- - "~>"
|
|
26
27
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 2.0.
|
|
28
|
+
version: 2.0.16
|
|
29
|
+
- !ruby/object:Gem::Dependency
|
|
30
|
+
name: rake
|
|
31
|
+
requirement: !ruby/object:Gem::Requirement
|
|
32
|
+
requirements:
|
|
33
|
+
- - "<"
|
|
34
|
+
- !ruby/object:Gem::Version
|
|
35
|
+
version: '11.0'
|
|
36
|
+
type: :runtime
|
|
37
|
+
prerelease: false
|
|
38
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
39
|
+
requirements:
|
|
40
|
+
- - "<"
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
version: '11.0'
|
|
28
43
|
description: Makes Trusty better by adding snippets!
|
|
29
44
|
email:
|
|
30
45
|
- sipple@trustarts.org
|
|
@@ -127,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
127
142
|
version: '0'
|
|
128
143
|
requirements: []
|
|
129
144
|
rubyforge_project:
|
|
130
|
-
rubygems_version: 2.4.
|
|
145
|
+
rubygems_version: 2.4.8
|
|
131
146
|
signing_key:
|
|
132
147
|
specification_version: 4
|
|
133
148
|
summary: Snippets for Trusty CMS
|