trusty-reorder-extension 2.0.5 → 2.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +9 -6
- data/trusty-reorder-extension.gemspec +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: e460cccbb907d424ba297322019323eca0e609ca
|
4
|
+
data.tar.gz: f98a85bd76d181f011980ca2ba770d3b05cffcad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04b0fc2459b0df43ea806df56d6e521ed72558ff1bf9c8b61db2fb64bd4f45d9e36eb5cd84ff27091b04c3a9a229e639eb5284d76035777dc6e140981a908a62
|
7
|
+
data.tar.gz: 6ef38901da7e6d89b710845416f1240a5709cd3b888b65e4c0ec44b748197cb9ed46af084b3de3959699ea98ab773ad488a7d4445ffedb747525e74070f43155
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
trusty-reorder-extension (2.0.
|
4
|
+
trusty-reorder-extension (2.0.6)
|
5
5
|
acts_as_list (= 0.4.0)
|
6
6
|
rake (< 11.0)
|
7
7
|
trusty-cms (~> 2.0.16)
|
@@ -91,7 +91,7 @@ GEM
|
|
91
91
|
rails (>= 3.0)
|
92
92
|
diff-lcs (1.2.5)
|
93
93
|
erubis (2.7.0)
|
94
|
-
eventmachine (1.0.
|
94
|
+
eventmachine (1.2.0.1)
|
95
95
|
execjs (2.6.0)
|
96
96
|
factory_girl (4.5.0)
|
97
97
|
activesupport (>= 3.0.0)
|
@@ -126,10 +126,12 @@ GEM
|
|
126
126
|
libv8 (3.16.14.13)
|
127
127
|
loofah (2.0.3)
|
128
128
|
nokogiri (>= 1.5.9)
|
129
|
-
mail (2.6.
|
130
|
-
mime-types (>= 1.16, <
|
129
|
+
mail (2.6.4)
|
130
|
+
mime-types (>= 1.16, < 4)
|
131
131
|
method_source (0.8.2)
|
132
|
-
mime-types (
|
132
|
+
mime-types (3.0)
|
133
|
+
mime-types-data (~> 3.2015)
|
134
|
+
mime-types-data (3.2016.0221)
|
133
135
|
mini_portile2 (2.0.0)
|
134
136
|
minitest (5.8.4)
|
135
137
|
multi_json (1.11.2)
|
@@ -237,7 +239,7 @@ GEM
|
|
237
239
|
thor (0.19.1)
|
238
240
|
thread_safe (0.3.5)
|
239
241
|
tilt (1.4.1)
|
240
|
-
trusty-cms (2.0.
|
242
|
+
trusty-cms (2.0.19)
|
241
243
|
RedCloth (~> 4.2)
|
242
244
|
acts_as_tree (~> 2.1)
|
243
245
|
bundler (~> 1.7)
|
@@ -255,6 +257,7 @@ GEM
|
|
255
257
|
rack-cache (~> 1.2)
|
256
258
|
radius (~> 0.7)
|
257
259
|
rails (~> 4.2)
|
260
|
+
rake (< 11.0)
|
258
261
|
rdoc (~> 3.9)
|
259
262
|
stringex (~> 1.3)
|
260
263
|
therubyracer (~> 0.12)
|
@@ -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.6"
|
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", "Brittany Martin"]
|
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.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sean Cribbs
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2016-03-
|
14
|
+
date: 2016-03-25 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: acts_as_list
|