trusty-layouts-extension 2.0.0.pre.beta → 2.0.1

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