tsukuru 0.1.1 → 0.2.0
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.
- data/VERSION +1 -1
- data/bin/tsukuru +1 -1
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
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
|
-
-
|
|
8
|
-
-
|
|
9
|
-
version: 0.
|
|
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-
|
|
17
|
+
date: 2010-06-15 00:00:00 +01:00
|
|
18
18
|
default_executable: tsukuru
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|