kstrano 0.0.33 → 0.0.34

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/kumafy +3 -1
  2. metadata +2 -2
data/bin/kumafy CHANGED
@@ -19,6 +19,7 @@ PHPMD_GIST = "https://raw.github.com/Kunstmaan/kStrano/master/config/phpmd.xml"
19
19
  PHPDOX_GIST = "https://raw.github.com/Kunstmaan/kStrano/master/config/phpdox.xml"
20
20
  PHPUNIT_GIST = "https://raw.github.com/Kunstmaan/kStrano/master/config/phpunit.xml.dist"
21
21
  APPTEST_GIST = "https://raw.github.com/Kunstmaan/kStrano/master/config/app_test.php"
22
+ BEHAT_GIST = "https://raw.github.com/Kunstmaan/kStrano/master/config/behat.yml-dist"
22
23
 
23
24
  def update_capfile(base, context, force)
24
25
  file = File.join(base, "Capfile")
@@ -152,7 +153,8 @@ def update_jenkins_config(ui, base, context, force)
152
153
  File.join(build_dir, "phpmd.xml") => PHPMD_GIST,
153
154
  File.join(build_dir, "phpdox.xml") => PHPDOX_GIST,
154
155
  File.join(base, "app", "phpunit.xml.dist") => PHPUNIT_GIST,
155
- File.join(web_dir, "app_test.php") => APPTEST_GIST
156
+ File.join(web_dir, "app_test.php") => APPTEST_GIST,
157
+ File.join(base, "behat.yml-dist") => BEHAT_GIST
156
158
  }.each do |file, gist|
157
159
  write = true
158
160
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kstrano
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.33
4
+ version: 0.0.34
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-14 00:00:00.000000000 Z
12
+ date: 2013-02-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capifony