push_type_wysiwyg 0.4.0.beta.3 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/test/dummy/config/initializers/push_type.rb +1 -1
- data/test/dummy/config/secrets.yml +2 -2
- data/test/dummy/db/migrate/{20150406131611_create_push_type_users.push_type.rb → 20150423122757_create_push_type_users.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150406131612_create_push_type_nodes.push_type.rb → 20150423122758_create_push_type_nodes.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150406131613_create_push_type_node_hierarchies.push_type.rb → 20150423122759_create_push_type_node_hierarchies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150406131614_create_push_type_assets.push_type.rb → 20150423122760_create_push_type_assets.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150406131615_create_push_type_taxonomies.push_type.rb → 20150423122761_create_push_type_taxonomies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150406131616_create_push_type_taxonomy_hierarchies.push_type.rb → 20150423122762_create_push_type_taxonomy_hierarchies.push_type.rb} +0 -0
- data/test/dummy/db/schema.rb +1 -1
- data/test/dummy/log/test.log +614 -614
- metadata +20 -20
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab726778e3c39ecd5f6fd08473049570ecafa955
|
4
|
+
data.tar.gz: 6c87cf32f09a9f4830e7e36fb34842c71bf27e74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4fcdf0a9d1a263480230c59216bf7401e4a00ec239069d54c78d6c12e6248a79a63ff2677d721559390889290c9a1f98a044fbee595a06f10d0caa153c99d0ba
|
7
|
+
data.tar.gz: f9d64206ee66e8fa3a2503489264c5428018e2757e2eee7a1ce5f8bb0883d3c3dc2c61797cee1f4e135c1dc874790c52f685dc86c87cef9c90ccccc9c58abf94
|
@@ -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 = '5c2fa14dd4d6e62f385594f8a164040bbf72017070204a29573406001f8d6661'
|
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: ad4113b0d5fef5392cbe3afcdd6e37a9c67422292f19ec27078c33235585573ed3499f3fcedc8a94a8ef9f2f93a3cde94fba0d802047e59a52544df6c4cb7e2a
|
15
15
|
|
16
16
|
test:
|
17
|
-
secret_key_base:
|
17
|
+
secret_key_base: 25b563da58b7ef8013b0d926d1f0d837c23c0e9bc481b0791fa0dceb526ff018edf14a89d35bb5165cfc1a1a728bfe2bc886a15fd06e0fcf53d9592c0e26b299
|
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: 20150423122762) do
|
15
15
|
|
16
16
|
# These are extensions that must be enabled in order to support this database
|
17
17
|
enable_extension "plpgsql"
|