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: cf0df7d83a5a0c5091ed7e02be33fef6935451ab
4
- data.tar.gz: 4d1053d2a099ff58146624a6096ac0fb49fda3fa
3
+ metadata.gz: 05b01a0509afeac5cf0c6f04719dc5415803a700
4
+ data.tar.gz: 37176446f89c6f0651f558c867670afe61b65ffc
5
5
  SHA512:
6
- metadata.gz: 82ed8582b3f2b57e4b5558a71ba6a1a04a7580e80fdd98492214939edb6910d2ca8f3d9141639724351143daeb214454feca0751bdc2a68b22e2adcdd0a5a753
7
- data.tar.gz: 4689a336367cce7149d6c6d96373052ede184e3cd35503ee55fb3f2c4e7f2ab2a2bc977663bf11cef0345d74dd30eea2786f7610ff749123120efdaf0314e661
6
+ metadata.gz: 52fda3ab41b67271788e5bef492d4c4ebdb6f75b82058fc85cae68f9df36665101c29aebaae2c14781413d1e8fc306b1e744202a8b3416affaf1f41c2bd0b266
7
+ data.tar.gz: fa0b077345e9adfe01f7e6dfa6409a8617de289c77755d389d98214157d142f4d994219c3610e5d5361af9ad9829f1f581c03e76131e08f9d50d774c5ad7b68a
@@ -1,6 +1,9 @@
1
1
  # Version history:
2
2
 
3
- ## 1.2.1
3
+ ## 1.2.3
4
+ * database.yml.teamcity
5
+
6
+ ## 1.2.2
4
7
  * rewrite of controller spec to use metadata
5
8
  * default ability
6
9
  * nested_cancan
@@ -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
- copy_file "config/deploy.rb", "config/deploy.rb"
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
@@ -0,0 +1,8 @@
1
+ test:
2
+ adapter: postgresql
3
+ encoding: utf8
4
+ reconnect: false
5
+ database: bio_test
6
+ pool: 5
7
+ username: teamcity
8
+ password: teamcity
@@ -1,3 +1,3 @@
1
1
  module Kitestrings
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  end
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.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