trusty-snippets-extension 2.0.6 → 2.0.7

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: a970a6a238b869e5e0ce4794cfa2d95efba8eef2
4
- data.tar.gz: 708d359d68eda59e98e39cd9241776f638118b1d
3
+ metadata.gz: 82232bc7204552955674f351964cb7b8083524a9
4
+ data.tar.gz: 0114fa7c530b01de258cae853dc247d58f3c13c9
5
5
  SHA512:
6
- metadata.gz: b820df4932aa258aa4b73185e41411a8a9bb5c2714c9a2f00e399c014e6b8379f4c00f2b930dd9d08359888dc995a02f73651f717fc7944d0982faf2e8e6ba91
7
- data.tar.gz: 6f2777adfa86fbc74b2d4c94c93fcea06edd4c298af3279dea7872f64fa3c3ddb317098ccd1c9221caf92acf8c0698ba90f5258439f1c9e58c6b5d5713268a04
6
+ metadata.gz: 4378d71f525c37f840411f2cc5f6e1a3293d69795b784af7ec84d68fc9ad3d71a1181ae8de30084d64df5fba532ca41f73bf19cad9f1ac625056b241ad3f21e5
7
+ data.tar.gz: 95de6fa1649e9e69c8856258aeeee63de7a6a9282be13dfdc988f15d6c22e8ec0fc56bf83d66605f47448475a991e0ad07a4631535576bc233cce685ac65ce17
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusty-snippets-extension (2.0.6)
4
+ trusty-snippets-extension (2.0.7)
5
5
  rake (< 11.0)
6
6
  trusty-cms (~> 2.0.16)
7
7
 
@@ -88,7 +88,7 @@ GEM
88
88
  rails (>= 3.0)
89
89
  diff-lcs (1.2.5)
90
90
  erubis (2.7.0)
91
- eventmachine (1.0.9.1)
91
+ eventmachine (1.2.0.1)
92
92
  execjs (2.6.0)
93
93
  factory_girl (4.5.0)
94
94
  activesupport (>= 3.0.0)
@@ -123,10 +123,12 @@ GEM
123
123
  libv8 (3.16.14.13)
124
124
  loofah (2.0.3)
125
125
  nokogiri (>= 1.5.9)
126
- mail (2.6.3)
127
- mime-types (>= 1.16, < 3)
126
+ mail (2.6.4)
127
+ mime-types (>= 1.16, < 4)
128
128
  method_source (0.8.2)
129
- mime-types (2.99.1)
129
+ mime-types (3.0)
130
+ mime-types-data (~> 3.2015)
131
+ mime-types-data (3.2016.0221)
130
132
  mini_portile2 (2.0.0)
131
133
  minitest (5.8.4)
132
134
  multi_json (1.11.2)
@@ -234,7 +236,7 @@ GEM
234
236
  thor (0.19.1)
235
237
  thread_safe (0.3.5)
236
238
  tilt (1.4.1)
237
- trusty-cms (2.0.16)
239
+ trusty-cms (2.0.19)
238
240
  RedCloth (~> 4.2)
239
241
  acts_as_tree (~> 2.1)
240
242
  bundler (~> 1.7)
@@ -252,6 +254,7 @@ GEM
252
254
  rack-cache (~> 1.2)
253
255
  radius (~> 0.7)
254
256
  rails (~> 4.2)
257
+ rake (< 11.0)
255
258
  rdoc (~> 3.9)
256
259
  stringex (~> 1.3)
257
260
  therubyracer (~> 0.12)
@@ -1,5 +1,5 @@
1
1
  module TrustySnippetsExtension
2
- VERSION = "2.0.6"
2
+ VERSION = "2.0.7"
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"
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: 2.0.6
4
+ version: 2.0.7
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: 2016-03-11 00:00:00.000000000 Z
13
+ date: 2016-03-25 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: trusty-cms