tsukuru 0.2.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/bin/tsukuru +1 -1
- metadata +4 -4
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.3.1
|
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 --without shell
|
136
|
+
in_app 'bundle install --without shell'
|
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
|
-
-
|
8
|
-
-
|
9
|
-
version: 0.
|
7
|
+
- 3
|
8
|
+
- 1
|
9
|
+
version: 0.3.1
|
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-06-
|
17
|
+
date: 2010-06-16 00:00:00 +01:00
|
18
18
|
default_executable: tsukuru
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|