bard 0.22.0 → 0.22.1
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 +4 -4
- data/VERSION +1 -1
- data/lib/bard.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4211e8153ce1ae637804f3058a2470e9a9056aa0
|
|
4
|
+
data.tar.gz: 3c64fdb42c864eb7c63c18ab5616360d51ed18c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29445f1fcb77f5f4c4c4ad8b55c698d1b4a52d06b3ae11bfe5f6be7d8c5d746020e92ddc5c644eb46e6680fbc36ed5cf54971ef20c92d9fd331d61ba7164d5e0
|
|
7
|
+
data.tar.gz: 6092dc8c2b20d4433efc2ee64f1c5f88887ecbdcf17ce59f0f4b5b23e935e2c1001a2e5db18b366cf979427ebefe5fe0d84207a552c161138ef0962de8d2508d
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.22.
|
|
1
|
+
0.22.1
|
data/lib/bard.rb
CHANGED
|
@@ -68,7 +68,7 @@ class Bard::CLI < Thor
|
|
|
68
68
|
invoke :ci
|
|
69
69
|
|
|
70
70
|
if heroku?
|
|
71
|
-
run_crucial "git push production", options.verbose?
|
|
71
|
+
run_crucial "git push production master", options.verbose?
|
|
72
72
|
run_crucial "heroku run rake bootstrap:production:post", options.verbose?
|
|
73
73
|
else
|
|
74
74
|
run_crucial "cap deploy", options.verbose?
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.22.
|
|
4
|
+
version: 0.22.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Micah Geisel
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
12
|
+
date: 2014-07-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: thor
|