push_type_wysiwyg 0.4.0 → 0.5.0.alpha.1
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 +4 -4
- data/test/dummy/app/assets/javascripts/application.js +1 -1
- data/test/dummy/config/initializers/push_type.rb +1 -1
- data/test/dummy/config/secrets.yml +2 -2
- data/test/dummy/db/migrate/{20150423122757_create_push_type_users.push_type.rb → 20150429164626_create_push_type_users.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150423122758_create_push_type_nodes.push_type.rb → 20150429164627_create_push_type_nodes.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150423122759_create_push_type_node_hierarchies.push_type.rb → 20150429164628_create_push_type_node_hierarchies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150423122760_create_push_type_assets.push_type.rb → 20150429164629_create_push_type_assets.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150423122761_create_push_type_taxonomies.push_type.rb → 20150429164630_create_push_type_taxonomies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150423122762_create_push_type_taxonomy_hierarchies.push_type.rb → 20150429164631_create_push_type_taxonomy_hierarchies.push_type.rb} +0 -0
- data/test/dummy/db/schema.rb +1 -1
- data/test/dummy/log/test.log +656 -656
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/APkO7Y5jGgAltMtew8SHO_mOZoHi4ultsTI-Xfegu7M.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/FmSPQu2npp_BNGAl1uB43rU-5z1OzMJ16MFmakAjQ0U.cache +3 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/_dyCheV64NW1k5WoytRgTEE3aOLVNtWTiZ8MqRzF71c.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/pcBJDzQJeDhw_S0sAXVzEqXr-q6ocrojEfTAlMgzh4k.cache +2 -0
- metadata +28 -24
- data/test/dummy/tmp/cache/assets/test/sprockets/a68b91e15fdc16974ff7b8ae47449026 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/cdccdf2ac861273d2df93520f5601e1b +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 859110d171b8ed7c3dc0f47419743ef6de7ebbf9
|
4
|
+
data.tar.gz: b547bdf92ceda7ecff686346670e548ea37b14eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f955623dab585370f55668cbf1d006d49ab514544f72d298b3d429d696fec3b293b1656b3dcd52c6c86ad67d3f44544ac04b041e970f84c3f11cd29530985dc
|
7
|
+
data.tar.gz: 07cce2ab2cd31faeb21aeb9a42616caea250edc53d14bbd2364b07c0d44b2a3a42e8198fa51ce50f297f74a7266e38a7cc3d241205abd1b33fd07732857e2898
|
@@ -7,7 +7,7 @@
|
|
7
7
|
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
8
8
|
// compiled file.
|
9
9
|
//
|
10
|
-
// Read Sprockets README (https://github.com/
|
10
|
+
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
|
11
11
|
// about supported directives.
|
12
12
|
//
|
13
13
|
//= require jquery
|
@@ -33,6 +33,6 @@ PushType.setup do |config|
|
|
33
33
|
# secret_access_key: ENV['SECRET_ACCESS_KEY_ID']
|
34
34
|
# }
|
35
35
|
|
36
|
-
# config.dragonfly_secret = '
|
36
|
+
# config.dragonfly_secret = 'c54537f9f7b5b95dad76f7d1b1f8574501ecdb7e3a26ee0fe7fae23aac6b2b5e'
|
37
37
|
|
38
38
|
end
|
@@ -11,10 +11,10 @@
|
|
11
11
|
# if you're sharing your code publicly.
|
12
12
|
|
13
13
|
development:
|
14
|
-
secret_key_base:
|
14
|
+
secret_key_base: 520ac95bebf4b9b5febce932e592e24ffaa61ffee0c3a0dce18428f4ca1722900e3dc30125980c3a04cd964167b20465e698d086971411926a0a6ddc83c3a2ff
|
15
15
|
|
16
16
|
test:
|
17
|
-
secret_key_base:
|
17
|
+
secret_key_base: 8b52d46320e8a125b417d18d851565475b7ebf7fb5a98301bf6282739f12126caca763ee925eb52f9f684b1ee9a1fa745be32de33a189a159a8bebfdb5f5e273
|
18
18
|
|
19
19
|
# Do not keep production secrets in the repository,
|
20
20
|
# instead read values from the environment.
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/dummy/db/schema.rb
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
#
|
12
12
|
# It's strongly recommended that you check this file into your version control system.
|
13
13
|
|
14
|
-
ActiveRecord::Schema.define(version:
|
14
|
+
ActiveRecord::Schema.define(version: 20150429164631) do
|
15
15
|
|
16
16
|
# These are extensions that must be enabled in order to support this database
|
17
17
|
enable_extension "plpgsql"
|