trusty-clipped-extension 2.0.7 → 2.0.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 67a5398a2a5ac0dd6a16a76d8ded3131c8d73cc4
4
- data.tar.gz: 80d287a7f7bb5edc95fd9cd582986262a28b2fa2
3
+ metadata.gz: 1dab3179033303ca35fe75a8a228afeb3b98d205
4
+ data.tar.gz: 856e9af21c77ee14672873af5b05386db8b2494c
5
5
  SHA512:
6
- metadata.gz: cbd388ef9270419b628e991c85a87a103e7785e1182e28ad9f6c1e0348cc62915b77c15bfa021db03b4bb91c1a46ba07e4972f38584349467fb68c9ae4f79733
7
- data.tar.gz: 0923f2581dca2e67bba4fbac9fbbf89a48d4ce4d93666b1c628f85a3d2cc5f13365414ed9611f7057abc1053a78ae1eb6d4dd3a387be2a8f163ffabe8a2ecb09
6
+ metadata.gz: 367ef8d3b62e94eacc6057c309d7c159e8d093e8ff8b82dc8944b64c58865044b5ebc911779e212aced2d89b7f25aedfc29dff6dd35b24f2361e322d22198ace
7
+ data.tar.gz: 0caca18beaba16f572e4f56d5e81ffeca816ff1684b27cef20405e29c5d52a768ce41d5757711c116f3a90954053a60fd5a3ad83376cf13ef2b844ed813e61dc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusty-clipped-extension (2.0.7)
4
+ trusty-clipped-extension (2.0.8)
5
5
  acts_as_list (~> 0.4.0)
6
6
  cocaine (~> 0.5)
7
7
  paperclip (~> 4.2)
@@ -94,7 +94,7 @@ GEM
94
94
  rails (>= 3.0)
95
95
  diff-lcs (1.2.5)
96
96
  erubis (2.7.0)
97
- eventmachine (1.0.9.1)
97
+ eventmachine (1.2.0.1)
98
98
  execjs (2.6.0)
99
99
  factory_girl (4.5.0)
100
100
  activesupport (>= 3.0.0)
@@ -129,10 +129,12 @@ GEM
129
129
  libv8 (3.16.14.13)
130
130
  loofah (2.0.3)
131
131
  nokogiri (>= 1.5.9)
132
- mail (2.6.3)
133
- mime-types (>= 1.16, < 3)
132
+ mail (2.6.4)
133
+ mime-types (>= 1.16, < 4)
134
134
  method_source (0.8.2)
135
- mime-types (2.99.1)
135
+ mime-types (3.0)
136
+ mime-types-data (~> 3.2015)
137
+ mime-types-data (3.2016.0221)
136
138
  mimemagic (0.3.0)
137
139
  mini_portile2 (2.0.0)
138
140
  minitest (5.8.4)
@@ -247,7 +249,7 @@ GEM
247
249
  thor (0.19.1)
248
250
  thread_safe (0.3.5)
249
251
  tilt (1.4.1)
250
- trusty-cms (2.0.17)
252
+ trusty-cms (2.0.19)
251
253
  RedCloth (~> 4.2)
252
254
  acts_as_tree (~> 2.1)
253
255
  bundler (~> 1.7)
@@ -1,5 +1,5 @@
1
1
  module TrustyCmsClippedExtension
2
- VERSION = "2.0.7"
2
+ VERSION = "2.0.8"
3
3
  SUMMARY = %q{Assets for TrustyCms CMS}
4
4
  DESCRIPTION = %q{Asset-management derived from Keith Bingman's Paperclipped extension.}
5
5
  URL = "https://github.com/pgharts/trusty-clipped-extension"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-clipped-extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.7
4
+ version: 2.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Bingman
@@ -15,7 +15,7 @@ authors:
15
15
  autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
- date: 2016-03-14 00:00:00.000000000 Z
18
+ date: 2016-03-25 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: acts_as_list