push_type_wysiwyg 0.3.3 → 0.4.0.beta.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/test/dummy/app/models/category.rb +6 -0
- data/test/dummy/app/views/taxonomies/category.html.erb +3 -0
- data/test/dummy/config/initializers/push_type.rb +3 -1
- data/test/dummy/config/secrets.yml +2 -2
- data/test/dummy/db/migrate/{20150310192221_create_push_type_users.push_type.rb → 20150406131611_create_push_type_users.push_type.rb} +1 -1
- data/test/dummy/db/migrate/{20150310192222_create_push_type_nodes.push_type.rb → 20150406131612_create_push_type_nodes.push_type.rb} +1 -1
- data/test/dummy/db/migrate/{20150310192223_create_push_type_node_hierarchies.push_type.rb → 20150406131613_create_push_type_node_hierarchies.push_type.rb} +2 -2
- data/test/dummy/db/migrate/{20150310192224_create_push_type_assets.push_type.rb → 20150406131614_create_push_type_assets.push_type.rb} +1 -1
- data/test/dummy/db/migrate/20150406131615_create_push_type_taxonomies.push_type.rb +19 -0
- data/test/dummy/db/migrate/20150406131616_create_push_type_taxonomy_hierarchies.push_type.rb +17 -0
- data/test/dummy/db/schema.rb +29 -9
- data/test/dummy/log/test.log +680 -643
- data/test/dummy/tmp/cache/assets/test/sprockets/{33d35be24dc460ab551a05001b7a6d0c → a68b91e15fdc16974ff7b8ae47449026} +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/{4643214930041faccaf22bf42bce1a04 → cdccdf2ac861273d2df93520f5601e1b} +0 -0
- metadata +28 -20
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: push_type_wysiwyg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0.beta.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aaron Russell
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-04-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: push_type_core
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.4.0.beta.3
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.4.0.beta.3
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: push_type_admin
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.
|
33
|
+
version: 0.4.0.beta.3
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.
|
40
|
+
version: 0.4.0.beta.3
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: wysiwyg-rails
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -128,9 +128,11 @@ files:
|
|
128
128
|
- test/dummy/app/assets/stylesheets/application.css
|
129
129
|
- test/dummy/app/controllers/application_controller.rb
|
130
130
|
- test/dummy/app/helpers/application_helper.rb
|
131
|
+
- test/dummy/app/models/category.rb
|
131
132
|
- test/dummy/app/models/page.rb
|
132
133
|
- test/dummy/app/views/layouts/application.html.erb
|
133
134
|
- test/dummy/app/views/nodes/page.html.erb
|
135
|
+
- test/dummy/app/views/taxonomies/category.html.erb
|
134
136
|
- test/dummy/bin/bundle
|
135
137
|
- test/dummy/bin/rails
|
136
138
|
- test/dummy/bin/rake
|
@@ -155,10 +157,12 @@ files:
|
|
155
157
|
- test/dummy/config/locales/en.yml
|
156
158
|
- test/dummy/config/routes.rb
|
157
159
|
- test/dummy/config/secrets.yml
|
158
|
-
- test/dummy/db/migrate/
|
159
|
-
- test/dummy/db/migrate/
|
160
|
-
- test/dummy/db/migrate/
|
161
|
-
- test/dummy/db/migrate/
|
160
|
+
- test/dummy/db/migrate/20150406131611_create_push_type_users.push_type.rb
|
161
|
+
- test/dummy/db/migrate/20150406131612_create_push_type_nodes.push_type.rb
|
162
|
+
- test/dummy/db/migrate/20150406131613_create_push_type_node_hierarchies.push_type.rb
|
163
|
+
- test/dummy/db/migrate/20150406131614_create_push_type_assets.push_type.rb
|
164
|
+
- test/dummy/db/migrate/20150406131615_create_push_type_taxonomies.push_type.rb
|
165
|
+
- test/dummy/db/migrate/20150406131616_create_push_type_taxonomy_hierarchies.push_type.rb
|
162
166
|
- test/dummy/db/schema.rb
|
163
167
|
- test/dummy/db/seeds.rb
|
164
168
|
- test/dummy/log/test.log
|
@@ -167,8 +171,8 @@ files:
|
|
167
171
|
- test/dummy/public/500.html
|
168
172
|
- test/dummy/public/favicon.ico
|
169
173
|
- test/dummy/public/robots.txt
|
170
|
-
- test/dummy/tmp/cache/assets/test/sprockets/
|
171
|
-
- test/dummy/tmp/cache/assets/test/sprockets/
|
174
|
+
- test/dummy/tmp/cache/assets/test/sprockets/a68b91e15fdc16974ff7b8ae47449026
|
175
|
+
- test/dummy/tmp/cache/assets/test/sprockets/cdccdf2ac861273d2df93520f5601e1b
|
172
176
|
- test/helpers/push_type/wysiwyg_media_helper_test.rb
|
173
177
|
- test/models/push_type/wysiwyg_field_test.rb
|
174
178
|
- test/test_helper.rb
|
@@ -188,9 +192,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
188
192
|
version: '0'
|
189
193
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
190
194
|
requirements:
|
191
|
-
- - "
|
195
|
+
- - ">"
|
192
196
|
- !ruby/object:Gem::Version
|
193
|
-
version:
|
197
|
+
version: 1.3.1
|
194
198
|
requirements: []
|
195
199
|
rubyforge_project:
|
196
200
|
rubygems_version: 2.4.2
|
@@ -204,9 +208,11 @@ test_files:
|
|
204
208
|
- test/dummy/app/assets/stylesheets/application.css
|
205
209
|
- test/dummy/app/controllers/application_controller.rb
|
206
210
|
- test/dummy/app/helpers/application_helper.rb
|
211
|
+
- test/dummy/app/models/category.rb
|
207
212
|
- test/dummy/app/models/page.rb
|
208
213
|
- test/dummy/app/views/layouts/application.html.erb
|
209
214
|
- test/dummy/app/views/nodes/page.html.erb
|
215
|
+
- test/dummy/app/views/taxonomies/category.html.erb
|
210
216
|
- test/dummy/bin/bundle
|
211
217
|
- test/dummy/bin/rails
|
212
218
|
- test/dummy/bin/rake
|
@@ -231,10 +237,12 @@ test_files:
|
|
231
237
|
- test/dummy/config/routes.rb
|
232
238
|
- test/dummy/config/secrets.yml
|
233
239
|
- test/dummy/config.ru
|
234
|
-
- test/dummy/db/migrate/
|
235
|
-
- test/dummy/db/migrate/
|
236
|
-
- test/dummy/db/migrate/
|
237
|
-
- test/dummy/db/migrate/
|
240
|
+
- test/dummy/db/migrate/20150406131611_create_push_type_users.push_type.rb
|
241
|
+
- test/dummy/db/migrate/20150406131612_create_push_type_nodes.push_type.rb
|
242
|
+
- test/dummy/db/migrate/20150406131613_create_push_type_node_hierarchies.push_type.rb
|
243
|
+
- test/dummy/db/migrate/20150406131614_create_push_type_assets.push_type.rb
|
244
|
+
- test/dummy/db/migrate/20150406131615_create_push_type_taxonomies.push_type.rb
|
245
|
+
- test/dummy/db/migrate/20150406131616_create_push_type_taxonomy_hierarchies.push_type.rb
|
238
246
|
- test/dummy/db/schema.rb
|
239
247
|
- test/dummy/db/seeds.rb
|
240
248
|
- test/dummy/log/test.log
|
@@ -245,8 +253,8 @@ test_files:
|
|
245
253
|
- test/dummy/public/robots.txt
|
246
254
|
- test/dummy/Rakefile
|
247
255
|
- test/dummy/README.rdoc
|
248
|
-
- test/dummy/tmp/cache/assets/test/sprockets/
|
249
|
-
- test/dummy/tmp/cache/assets/test/sprockets/
|
256
|
+
- test/dummy/tmp/cache/assets/test/sprockets/a68b91e15fdc16974ff7b8ae47449026
|
257
|
+
- test/dummy/tmp/cache/assets/test/sprockets/cdccdf2ac861273d2df93520f5601e1b
|
250
258
|
- test/helpers/push_type/wysiwyg_media_helper_test.rb
|
251
259
|
- test/models/push_type/wysiwyg_field_test.rb
|
252
260
|
- test/test_helper.rb
|