trusty-reorder-extension 2.0.1.pre.beta → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- data/Gemfile +48 -1
- data/Gemfile.lock +287 -2
- data/trusty-reorder-extension.gemspec +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
MjVmNzAxZWFkNGJmZGYwOTdkODEzYmI5Zjk1NDkyZWMxOGIyOTNmMg==
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 129f6db81c79e463877a87b72ca330ef2196d947
|
4
|
+
data.tar.gz: 91b9bc4d96b38e52913caff5cf8865d4ce8a2718
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
MjhiYjU1NGZiMGEwNWM1YTlhNjY4NmZiYjMzYjIxMTI0NTI2YWI5OWE5MGYx
|
11
|
-
OTQ2MWQ2ZGI4NzQ4NzQ1MzdmYzlkMTBmOGI2OWE3MmM4OTBjNjQ=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
ZmRiMTRiOGE0ZTI3YTQxZTE3Y2FiNDFjODE4ZWY1NjdjMGFmMTc0NjMwYTI5
|
14
|
-
Y2QyYzJkYjk2Yjc2MjY3OTIzMzZiMjI3ZTJiNGYxMDZkNzc2ZDMzZDY4NDNk
|
15
|
-
YTg3Mzk0NDA4ZGI2OTVmODExNzc2M2EwYjAxOTg2Y2YwZGMxODQ=
|
6
|
+
metadata.gz: 54f948f3d1a26dd9387be4ad951963986bc24084ace80d8328231c8c6d874d962693421a1bd1c0891539473ac9e214d9adb355ab76bf25ef6b88777514c8eda1
|
7
|
+
data.tar.gz: 6bce8015c6e0fce924eb6683b033970772c00b8081d1be13b9002a6179d8f4d9f5e37c8d926caae84f5f30d19598f7ac21b51570651a7feab4026091add97158
|
data/Gemfile
CHANGED
@@ -1,2 +1,49 @@
|
|
1
1
|
source 'https://rubygems.org'
|
2
|
-
|
2
|
+
|
3
|
+
# This is the minimum of dependency required to run
|
4
|
+
# the trusty-cms instance generator, which is (normally)
|
5
|
+
# the only time the trusty gem functions as an
|
6
|
+
# application. The instance has its own Gemfile, which
|
7
|
+
# requires radiant and therefore pulls in every
|
8
|
+
# dependency mentioned in radiant.gemspec.
|
9
|
+
|
10
|
+
gem 'trustygems', '~> 0.2.0'
|
11
|
+
|
12
|
+
gemspec
|
13
|
+
|
14
|
+
# When trusty is installed as a gem you can run all of
|
15
|
+
# its tests and specs from an instance. If you're working
|
16
|
+
# on trusty itself and you want to run specs from the
|
17
|
+
# radiant root directory, uncomment the lines below and
|
18
|
+
# run `bundle install`.
|
19
|
+
|
20
|
+
# gemspec
|
21
|
+
# gem "compass-rails", "~> 1.0.3"
|
22
|
+
|
23
|
+
# gem "radiant-archive-extension", "~> 1.0.7"
|
24
|
+
# gem "radiant-clipped-extension", "~> 1.1.0"
|
25
|
+
# gem "radiant-debug-extension", "~> 1.0.2"
|
26
|
+
# gem "radiant-exporter-extension", "~> 1.1.0"
|
27
|
+
# gem "radiant-markdown_filter-extension", "~> 1.0.2"
|
28
|
+
# gem "radiant-sheets-extension", "~> 1.1.0.alpha"
|
29
|
+
# gem "radiant-snippets-extension", "~> 1.1.0.alpha"
|
30
|
+
# gem "radiant-site_templates-extension", "~> 1.0.4"
|
31
|
+
# gem "radiant-smarty_pants_filter-extension", "~> 1.0.2"
|
32
|
+
# gem "radiant-textile_filter-extension", "~> 1.0.4"
|
33
|
+
|
34
|
+
|
35
|
+
group :development, :test do
|
36
|
+
gem "compass-rails", "~> 2.0.1"
|
37
|
+
gem 'thin', '~> 1.6.2'
|
38
|
+
gem 'pry', '~> 0.10.0'
|
39
|
+
gem 'capybara', '~> 2.3.0'
|
40
|
+
gem 'rspec-rails', '~> 3.0.0'
|
41
|
+
gem 'launchy', '~> 2.4.2'
|
42
|
+
gem 'database_cleaner', '~> 1.3.0'
|
43
|
+
gem 'poltergeist', '~> 1.5.1'
|
44
|
+
gem "ckeditor", "~> 4.1.0"
|
45
|
+
gem 'factory_girl_rails', '~> 4.5.0'
|
46
|
+
gem 'rails-observers'
|
47
|
+
gem "protected_attributes"
|
48
|
+
gem "pry-byebug"
|
49
|
+
end
|
data/Gemfile.lock
CHANGED
@@ -1,12 +1,297 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
trusty-reorder-extension (2.0.2)
|
5
|
+
acts_as_list (= 0.4.0)
|
6
|
+
trusty-cms (~> 2.0.0.pre.beta)
|
7
|
+
|
1
8
|
GEM
|
2
9
|
remote: https://rubygems.org/
|
3
10
|
specs:
|
11
|
+
RedCloth (4.2.9)
|
12
|
+
actionmailer (4.2.3)
|
13
|
+
actionpack (= 4.2.3)
|
14
|
+
actionview (= 4.2.3)
|
15
|
+
activejob (= 4.2.3)
|
16
|
+
mail (~> 2.5, >= 2.5.4)
|
17
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
18
|
+
actionpack (4.2.3)
|
19
|
+
actionview (= 4.2.3)
|
20
|
+
activesupport (= 4.2.3)
|
21
|
+
rack (~> 1.6)
|
22
|
+
rack-test (~> 0.6.2)
|
23
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
24
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
25
|
+
actionview (4.2.3)
|
26
|
+
activesupport (= 4.2.3)
|
27
|
+
builder (~> 3.1)
|
28
|
+
erubis (~> 2.7.0)
|
29
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
30
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
31
|
+
activejob (4.2.3)
|
32
|
+
activesupport (= 4.2.3)
|
33
|
+
globalid (>= 0.3.0)
|
34
|
+
activemodel (4.2.3)
|
35
|
+
activesupport (= 4.2.3)
|
36
|
+
builder (~> 3.1)
|
37
|
+
activerecord (4.2.3)
|
38
|
+
activemodel (= 4.2.3)
|
39
|
+
activesupport (= 4.2.3)
|
40
|
+
arel (~> 6.0)
|
41
|
+
activesupport (4.2.3)
|
42
|
+
i18n (~> 0.7)
|
43
|
+
json (~> 1.7, >= 1.7.7)
|
44
|
+
minitest (~> 5.1)
|
45
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
46
|
+
tzinfo (~> 1.1)
|
47
|
+
acts_as_list (0.4.0)
|
48
|
+
activerecord (>= 3.0)
|
49
|
+
acts_as_tree (2.2.0)
|
50
|
+
activerecord (>= 3.0.0)
|
51
|
+
addressable (2.3.8)
|
52
|
+
arel (6.0.3)
|
53
|
+
builder (3.2.2)
|
54
|
+
byebug (5.0.0)
|
55
|
+
columnize (= 0.9.0)
|
56
|
+
capybara (2.3.0)
|
57
|
+
mime-types (>= 1.16)
|
58
|
+
nokogiri (>= 1.3.3)
|
59
|
+
rack (>= 1.0.0)
|
60
|
+
rack-test (>= 0.5.4)
|
61
|
+
xpath (~> 2.0)
|
62
|
+
chunky_png (1.3.4)
|
63
|
+
ckeditor (4.1.3)
|
64
|
+
cocaine
|
65
|
+
orm_adapter (~> 0.5.0)
|
66
|
+
climate_control (0.0.3)
|
67
|
+
activesupport (>= 3.0)
|
68
|
+
cliver (0.3.2)
|
69
|
+
cocaine (0.5.7)
|
70
|
+
climate_control (>= 0.0.3, < 1.0)
|
71
|
+
coderay (1.1.0)
|
72
|
+
columnize (0.9.0)
|
73
|
+
compass (1.0.3)
|
74
|
+
chunky_png (~> 1.2)
|
75
|
+
compass-core (~> 1.0.2)
|
76
|
+
compass-import-once (~> 1.0.5)
|
77
|
+
rb-fsevent (>= 0.9.3)
|
78
|
+
rb-inotify (>= 0.9)
|
79
|
+
sass (>= 3.3.13, < 3.5)
|
80
|
+
compass-core (1.0.3)
|
81
|
+
multi_json (~> 1.0)
|
82
|
+
sass (>= 3.3.0, < 3.5)
|
83
|
+
compass-import-once (1.0.5)
|
84
|
+
sass (>= 3.2, < 3.5)
|
85
|
+
compass-rails (2.0.3)
|
86
|
+
compass (~> 1.0.0)
|
87
|
+
sass-rails (<= 5.0.1)
|
88
|
+
sprockets (< 2.13)
|
89
|
+
daemons (1.2.3)
|
90
|
+
database_cleaner (1.3.0)
|
91
|
+
delocalize (0.4.0)
|
92
|
+
rails (>= 3.0)
|
93
|
+
diff-lcs (1.2.5)
|
94
|
+
erubis (2.7.0)
|
95
|
+
eventmachine (1.0.8)
|
96
|
+
execjs (2.5.2)
|
97
|
+
factory_girl (4.5.0)
|
98
|
+
activesupport (>= 3.0.0)
|
99
|
+
factory_girl_rails (4.5.0)
|
100
|
+
factory_girl (~> 4.5.0)
|
101
|
+
railties (>= 3.0.0)
|
102
|
+
ffi (1.9.10)
|
103
|
+
globalid (0.3.6)
|
104
|
+
activesupport (>= 4.1.0)
|
105
|
+
haml (4.0.7)
|
106
|
+
tilt
|
107
|
+
haml-rails (0.9.0)
|
108
|
+
actionpack (>= 4.0.1)
|
109
|
+
activesupport (>= 4.0.1)
|
110
|
+
haml (>= 4.0.6, < 5.0)
|
111
|
+
html2haml (>= 1.0.1)
|
112
|
+
railties (>= 4.0.1)
|
113
|
+
highline (1.7.3)
|
114
|
+
hike (1.2.3)
|
115
|
+
html2haml (2.0.0)
|
116
|
+
erubis (~> 2.7.0)
|
117
|
+
haml (~> 4.0.0)
|
118
|
+
nokogiri (~> 1.6.0)
|
119
|
+
ruby_parser (~> 3.5)
|
120
|
+
i18n (0.7.0)
|
121
|
+
jquery-rails (3.1.3)
|
122
|
+
railties (>= 3.0, < 5.0)
|
123
|
+
thor (>= 0.14, < 2.0)
|
124
|
+
json (1.8.3)
|
125
|
+
launchy (2.4.3)
|
126
|
+
addressable (~> 2.3)
|
127
|
+
libv8 (3.16.14.11)
|
128
|
+
loofah (2.0.2)
|
129
|
+
nokogiri (>= 1.5.9)
|
130
|
+
mail (2.6.3)
|
131
|
+
mime-types (>= 1.16, < 3)
|
132
|
+
method_source (0.8.2)
|
133
|
+
mime-types (2.6.1)
|
134
|
+
mini_portile (0.6.2)
|
135
|
+
minitest (5.8.0)
|
136
|
+
multi_json (1.11.2)
|
137
|
+
mysql (2.9.1)
|
138
|
+
nokogiri (1.6.6.2)
|
139
|
+
mini_portile (~> 0.6.0)
|
140
|
+
orm_adapter (0.5.0)
|
141
|
+
poltergeist (1.5.1)
|
142
|
+
capybara (~> 2.1)
|
143
|
+
cliver (~> 0.3.1)
|
144
|
+
multi_json (~> 1.0)
|
145
|
+
websocket-driver (>= 0.2.0)
|
146
|
+
protected_attributes (1.0.9)
|
147
|
+
activemodel (>= 4.0.1, < 5.0)
|
148
|
+
pry (0.10.1)
|
149
|
+
coderay (~> 1.1.0)
|
150
|
+
method_source (~> 0.8.1)
|
151
|
+
slop (~> 3.4)
|
152
|
+
pry-byebug (3.2.0)
|
153
|
+
byebug (~> 5.0)
|
154
|
+
pry (~> 0.10)
|
155
|
+
rack (1.6.4)
|
156
|
+
rack-cache (1.2)
|
157
|
+
rack (>= 0.4)
|
158
|
+
rack-test (0.6.3)
|
159
|
+
rack (>= 1.0)
|
160
|
+
radius (0.7.4)
|
161
|
+
rails (4.2.3)
|
162
|
+
actionmailer (= 4.2.3)
|
163
|
+
actionpack (= 4.2.3)
|
164
|
+
actionview (= 4.2.3)
|
165
|
+
activejob (= 4.2.3)
|
166
|
+
activemodel (= 4.2.3)
|
167
|
+
activerecord (= 4.2.3)
|
168
|
+
activesupport (= 4.2.3)
|
169
|
+
bundler (>= 1.3.0, < 2.0)
|
170
|
+
railties (= 4.2.3)
|
171
|
+
sprockets-rails
|
172
|
+
rails-deprecated_sanitizer (1.0.3)
|
173
|
+
activesupport (>= 4.2.0.alpha)
|
174
|
+
rails-dom-testing (1.0.6)
|
175
|
+
activesupport (>= 4.2.0.beta, < 5.0)
|
176
|
+
nokogiri (~> 1.6.0)
|
177
|
+
rails-deprecated_sanitizer (>= 1.0.1)
|
178
|
+
rails-html-sanitizer (1.0.2)
|
179
|
+
loofah (~> 2.0)
|
180
|
+
rails-observers (0.1.2)
|
181
|
+
activemodel (~> 4.0)
|
182
|
+
railties (4.2.3)
|
183
|
+
actionpack (= 4.2.3)
|
184
|
+
activesupport (= 4.2.3)
|
185
|
+
rake (>= 0.8.7)
|
186
|
+
thor (>= 0.18.1, < 2.0)
|
4
187
|
rake (10.4.2)
|
5
|
-
|
188
|
+
rb-fsevent (0.9.5)
|
189
|
+
rb-inotify (0.9.5)
|
190
|
+
ffi (>= 0.5.0)
|
191
|
+
rdoc (3.12.2)
|
192
|
+
json (~> 1.4)
|
193
|
+
ref (2.0.0)
|
194
|
+
rspec-core (3.0.4)
|
195
|
+
rspec-support (~> 3.0.0)
|
196
|
+
rspec-expectations (3.0.4)
|
197
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
198
|
+
rspec-support (~> 3.0.0)
|
199
|
+
rspec-mocks (3.0.4)
|
200
|
+
rspec-support (~> 3.0.0)
|
201
|
+
rspec-rails (3.0.2)
|
202
|
+
actionpack (>= 3.0)
|
203
|
+
activesupport (>= 3.0)
|
204
|
+
railties (>= 3.0)
|
205
|
+
rspec-core (~> 3.0.0)
|
206
|
+
rspec-expectations (~> 3.0.0)
|
207
|
+
rspec-mocks (~> 3.0.0)
|
208
|
+
rspec-support (~> 3.0.0)
|
209
|
+
rspec-support (3.0.4)
|
210
|
+
ruby_parser (3.7.1)
|
211
|
+
sexp_processor (~> 4.1)
|
212
|
+
sass (3.4.16)
|
213
|
+
sass-rails (5.0.1)
|
214
|
+
railties (>= 4.0.0, < 5.0)
|
215
|
+
sass (~> 3.1)
|
216
|
+
sprockets (>= 2.8, < 4.0)
|
217
|
+
sprockets-rails (>= 2.0, < 4.0)
|
218
|
+
tilt (~> 1.1)
|
219
|
+
sexp_processor (4.6.0)
|
220
|
+
slop (3.6.0)
|
221
|
+
sprockets (2.12.4)
|
222
|
+
hike (~> 1.2)
|
223
|
+
multi_json (~> 1.0)
|
224
|
+
rack (~> 1.0)
|
225
|
+
tilt (~> 1.1, != 1.3.0)
|
226
|
+
sprockets-rails (2.3.2)
|
227
|
+
actionpack (>= 3.0)
|
228
|
+
activesupport (>= 3.0)
|
229
|
+
sprockets (>= 2.8, < 4.0)
|
230
|
+
stringex (1.5.1)
|
231
|
+
therubyracer (0.12.2)
|
232
|
+
libv8 (~> 3.16.14.0)
|
233
|
+
ref
|
234
|
+
thin (1.6.3)
|
235
|
+
daemons (~> 1.0, >= 1.0.9)
|
236
|
+
eventmachine (~> 1.0)
|
237
|
+
rack (~> 1.0)
|
238
|
+
thor (0.19.1)
|
239
|
+
thread_safe (0.3.5)
|
240
|
+
tilt (1.4.1)
|
241
|
+
trusty-cms (2.0.11)
|
242
|
+
RedCloth (~> 4.2)
|
243
|
+
acts_as_tree (~> 2.1)
|
244
|
+
bundler (~> 1.7)
|
245
|
+
ckeditor (~> 4.1)
|
246
|
+
compass-rails (~> 2.0)
|
247
|
+
delocalize (~> 0.2)
|
248
|
+
execjs (~> 2.2)
|
249
|
+
haml (~> 4.0)
|
250
|
+
haml-rails (~> 0.5)
|
251
|
+
highline (~> 1.6)
|
252
|
+
jquery-rails (~> 3.1)
|
253
|
+
mysql (~> 2.9)
|
254
|
+
protected_attributes (~> 1.0.9)
|
255
|
+
rack (~> 1.4)
|
256
|
+
rack-cache (~> 1.2)
|
257
|
+
radius (~> 0.7)
|
258
|
+
rails (~> 4.2)
|
259
|
+
rdoc (~> 3.9)
|
260
|
+
stringex (~> 1.3)
|
261
|
+
therubyracer (~> 0.12)
|
262
|
+
tzinfo (~> 1.2)
|
263
|
+
uglifier (~> 2.6)
|
264
|
+
will_paginate (~> 3.0)
|
265
|
+
trustygems (0.2.1)
|
6
266
|
rake
|
267
|
+
tzinfo (1.2.2)
|
268
|
+
thread_safe (~> 0.1)
|
269
|
+
uglifier (2.7.1)
|
270
|
+
execjs (>= 0.3.0)
|
271
|
+
json (>= 1.8.0)
|
272
|
+
websocket-driver (0.6.2)
|
273
|
+
websocket-extensions (>= 0.1.0)
|
274
|
+
websocket-extensions (0.1.2)
|
275
|
+
will_paginate (3.0.7)
|
276
|
+
xpath (2.0.0)
|
277
|
+
nokogiri (~> 1.3)
|
7
278
|
|
8
279
|
PLATFORMS
|
9
280
|
ruby
|
10
281
|
|
11
282
|
DEPENDENCIES
|
12
|
-
|
283
|
+
capybara (~> 2.3.0)
|
284
|
+
ckeditor (~> 4.1.0)
|
285
|
+
compass-rails (~> 2.0.1)
|
286
|
+
database_cleaner (~> 1.3.0)
|
287
|
+
factory_girl_rails (~> 4.5.0)
|
288
|
+
launchy (~> 2.4.2)
|
289
|
+
poltergeist (~> 1.5.1)
|
290
|
+
protected_attributes
|
291
|
+
pry (~> 0.10.0)
|
292
|
+
pry-byebug
|
293
|
+
rails-observers
|
294
|
+
rspec-rails (~> 3.0.0)
|
295
|
+
thin (~> 1.6.2)
|
296
|
+
trusty-reorder-extension!
|
297
|
+
trustygems (~> 0.2.0)
|
@@ -4,7 +4,7 @@ require "trusty-reorder-extension"
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = "trusty-reorder-extension"
|
7
|
-
s.version = "2.0.
|
7
|
+
s.version = "2.0.2"
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
9
9
|
s.authors = ["Sean Cribbs", "Eric Sipple", "Danielle Greaves"]
|
10
10
|
s.description = %q{Extends Trusty CMS to allow page ordering}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trusty-reorder-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sean Cribbs
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2015-
|
13
|
+
date: 2015-08-13 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: acts_as_list
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
name: trusty-cms
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
32
32
|
requirements:
|
33
|
-
- - ~>
|
33
|
+
- - "~>"
|
34
34
|
- !ruby/object:Gem::Version
|
35
35
|
version: 2.0.0.pre.beta
|
36
36
|
type: :runtime
|
37
37
|
prerelease: false
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
|
-
- - ~>
|
40
|
+
- - "~>"
|
41
41
|
- !ruby/object:Gem::Version
|
42
42
|
version: 2.0.0.pre.beta
|
43
43
|
description: Extends Trusty CMS to allow page ordering
|
@@ -86,17 +86,17 @@ require_paths:
|
|
86
86
|
- lib
|
87
87
|
required_ruby_version: !ruby/object:Gem::Requirement
|
88
88
|
requirements:
|
89
|
-
- -
|
89
|
+
- - ">="
|
90
90
|
- !ruby/object:Gem::Version
|
91
91
|
version: '0'
|
92
92
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- -
|
94
|
+
- - ">="
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
requirements: []
|
98
98
|
rubyforge_project:
|
99
|
-
rubygems_version: 2.4.
|
99
|
+
rubygems_version: 2.4.3
|
100
100
|
signing_key:
|
101
101
|
specification_version: 4
|
102
102
|
summary: Extends Trusty CMS to allow page ordering
|