kilt-cms 0.9.7 → 0.9.8
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/kilt/creds.yml.example +11 -0
- metadata +3 -3
- data/test/dummy/config/kilt/creds.yml +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce8e914dda3040011550350a51bfbb5d8f4ba8b6
|
4
|
+
data.tar.gz: 12173146b05fea96e0595b755297dc892c43a77f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef5fcd67910a9a22e5db555fd8986cd2c5d8230d437b7e2e2e0b451f65c6ef542b8898232cbc0dd3ba9dfc2ad4bfaa10b180f54c1350c6f073d1de4cff7b9df2
|
7
|
+
data.tar.gz: 7fcbb4aad2b5c9ba0e6fd1d13bfa71b08bda643a897c151c2969bfd56955419fb062708df71f8aa2603b49f4fc9002bfd912cfdc2d0a37af0fe800fb867643b1
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kilt-cms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ashe Avenue
|
@@ -274,7 +274,7 @@ files:
|
|
274
274
|
- test/dummy/config/initializers/session_store.rb
|
275
275
|
- test/dummy/config/initializers/wrap_parameters.rb
|
276
276
|
- test/dummy/config/kilt/config.yml
|
277
|
-
- test/dummy/config/kilt/creds.yml
|
277
|
+
- test/dummy/config/kilt/creds.yml.example
|
278
278
|
- test/dummy/config/routes.rb
|
279
279
|
- test/dummy/config.ru
|
280
280
|
- test/dummy/log/development.log
|
@@ -402,7 +402,7 @@ test_files:
|
|
402
402
|
- test/dummy/config/initializers/session_store.rb
|
403
403
|
- test/dummy/config/initializers/wrap_parameters.rb
|
404
404
|
- test/dummy/config/kilt/config.yml
|
405
|
-
- test/dummy/config/kilt/creds.yml
|
405
|
+
- test/dummy/config/kilt/creds.yml.example
|
406
406
|
- test/dummy/config/routes.rb
|
407
407
|
- test/dummy/config.ru
|
408
408
|
- test/dummy/log/development.log
|