kitestrings 1.2.2 → 1.2.3
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05b01a0509afeac5cf0c6f04719dc5415803a700
|
|
4
|
+
data.tar.gz: 37176446f89c6f0651f558c867670afe61b65ffc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 52fda3ab41b67271788e5bef492d4c4ebdb6f75b82058fc85cae68f9df36665101c29aebaae2c14781413d1e8fc306b1e744202a8b3416affaf1f41c2bd0b266
|
|
7
|
+
data.tar.gz: fa0b077345e9adfe01f7e6dfa6409a8617de289c77755d389d98214157d142f4d994219c3610e5d5361af9ad9829f1f581c03e76131e08f9d50d774c5ad7b68a
|
data/CHANGELOG.md
CHANGED
|
@@ -9,9 +9,7 @@ module Kitestrings
|
|
|
9
9
|
desc "Copies 2rk relevant templates to the relevant directory"
|
|
10
10
|
|
|
11
11
|
def copy_config_files
|
|
12
|
-
|
|
13
|
-
directory "config/deploy", "config/deploy"
|
|
14
|
-
directory "config/environments", "config/environments"
|
|
12
|
+
directory "config", "config", :recursive => false
|
|
15
13
|
end
|
|
16
14
|
|
|
17
15
|
def copy_seeds_file
|
data/lib/kitestrings/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kitestrings
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom Ridge
|
|
@@ -131,6 +131,7 @@ files:
|
|
|
131
131
|
- lib/generators/kitestrings/message_templates/messages_controller_spec.rb
|
|
132
132
|
- lib/generators/kitestrings/message_templates/show.html.haml
|
|
133
133
|
- lib/generators/kitestrings/messages_generator.rb
|
|
134
|
+
- lib/generators/templates/config/database.yml.teamcity
|
|
134
135
|
- lib/generators/templates/config/deploy.rb
|
|
135
136
|
- lib/generators/templates/config/deploy/integ.rb
|
|
136
137
|
- lib/generators/templates/config/deploy/production.rb
|