tsukuru 0.1.1 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/bin/tsukuru +1 -1
  3. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.2.0
data/bin/tsukuru CHANGED
@@ -133,7 +133,7 @@ database_config = options.current + 'config/database.yml'
133
133
  if File.exist?(database_config)
134
134
  in_app "sed -i '' -E 's/database: alpha_dev/database: #{options.app}/g'", database_config
135
135
  end
136
- in_app 'bundle install'
136
+ in_app 'bundle install --without shell --without test'
137
137
 
138
138
 
139
139
  if options.reindex
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 1
8
- - 1
9
- version: 0.1.1
7
+ - 2
8
+ - 0
9
+ version: 0.2.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tor Erik Linnerud
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-28 00:00:00 +01:00
17
+ date: 2010-06-15 00:00:00 +01:00
18
18
  default_executable: tsukuru
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency