trusty-snippets-extension 2.0.4 → 2.0.5
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bd64371d9406ce155e4b8cafe352da3d37290f8f
|
|
4
|
+
data.tar.gz: 6a8f4ef199373e9f5d8e0956d04b48b57b913605
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1478471eb40d62fe7067783e02c6b0a727c035ae353df0c8ad571cd09fac81a17700edc076eb4328247b4ab7c671a7243e3c8042ac8184f4ef1a97c9167a68bb
|
|
7
|
+
data.tar.gz: ef91ac393cf45ae4fc9e051c99d94858a9b778d5947db5e5c842fb85e1c14ab19a561de4176a7a166002d98e9e835348de495d2b52fdad5933ba75b72b3552c6
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
trusty-snippets-extension (2.0.
|
|
4
|
+
trusty-snippets-extension (2.0.5)
|
|
5
5
|
trusty-cms (~> 2.0.0)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -79,7 +79,7 @@ GEM
|
|
|
79
79
|
sass (>= 3.3.0, < 3.5)
|
|
80
80
|
compass-import-once (1.0.5)
|
|
81
81
|
sass (>= 3.2, < 3.5)
|
|
82
|
-
compass-rails (2.0.
|
|
82
|
+
compass-rails (2.0.4)
|
|
83
83
|
compass (~> 1.0.0)
|
|
84
84
|
sass-rails (<= 5.0.1)
|
|
85
85
|
sprockets (< 2.13)
|
|
@@ -292,6 +292,3 @@ DEPENDENCIES
|
|
|
292
292
|
thin (~> 1.6.2)
|
|
293
293
|
trusty-snippets-extension!
|
|
294
294
|
trustygems (~> 0.2.0)
|
|
295
|
-
|
|
296
|
-
BUNDLED WITH
|
|
297
|
-
1.10.5
|
data/app/models/snippet.rb
CHANGED
|
@@ -2,7 +2,10 @@ class Snippet < ActiveRecord::Base
|
|
|
2
2
|
|
|
3
3
|
# Default Order
|
|
4
4
|
default_scope {order('name')}
|
|
5
|
-
|
|
5
|
+
|
|
6
|
+
# Accessible
|
|
7
|
+
attr_accessible :lock_version, :name, :content, :site_id
|
|
8
|
+
|
|
6
9
|
# Associations
|
|
7
10
|
belongs_to :created_by, :class_name => 'User'
|
|
8
11
|
belongs_to :updated_by, :class_name => 'User'
|
|
Binary file
|
|
Binary file
|
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.
|
|
4
|
+
version: 2.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jim Gay
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-08-
|
|
12
|
+
date: 2015-08-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: trusty-cms
|
|
@@ -96,6 +96,8 @@ files:
|
|
|
96
96
|
- spec/dummy/public/422.html
|
|
97
97
|
- spec/dummy/public/500.html
|
|
98
98
|
- spec/dummy/public/favicon.ico
|
|
99
|
+
- spec/dummy/tmp/cache/747/A70/TrustyCms%3A%3AConfig
|
|
100
|
+
- spec/dummy/tmp/cache/85C/FA0/TrustyCms.cache_mtime
|
|
99
101
|
- spec/fixtures/snippet_template.radius
|
|
100
102
|
- spec/lib/radiant/admin_ui_spec.rb
|
|
101
103
|
- spec/models/page_spec.rb
|
|
@@ -125,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
125
127
|
version: '0'
|
|
126
128
|
requirements: []
|
|
127
129
|
rubyforge_project:
|
|
128
|
-
rubygems_version: 2.4.
|
|
130
|
+
rubygems_version: 2.4.3
|
|
129
131
|
signing_key:
|
|
130
132
|
specification_version: 4
|
|
131
133
|
summary: Snippets for Trusty CMS
|
|
@@ -164,6 +166,8 @@ test_files:
|
|
|
164
166
|
- spec/dummy/public/favicon.ico
|
|
165
167
|
- spec/dummy/Rakefile
|
|
166
168
|
- spec/dummy/README.rdoc
|
|
169
|
+
- spec/dummy/tmp/cache/747/A70/TrustyCms%3A%3AConfig
|
|
170
|
+
- spec/dummy/tmp/cache/85C/FA0/TrustyCms.cache_mtime
|
|
167
171
|
- spec/fixtures/snippet_template.radius
|
|
168
172
|
- spec/lib/radiant/admin_ui_spec.rb
|
|
169
173
|
- spec/models/page_spec.rb
|