bard 0.22.0 → 0.22.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/bard.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97a79b2af2e7ae7a9afd5d7e434b729e0bd24b85
4
- data.tar.gz: 595482343ae58ccfc2a299af485ad5bbfa2d3cd5
3
+ metadata.gz: 4211e8153ce1ae637804f3058a2470e9a9056aa0
4
+ data.tar.gz: 3c64fdb42c864eb7c63c18ab5616360d51ed18c9
5
5
  SHA512:
6
- metadata.gz: c5287460bab058902c8debb9ea03b01c89bd50a75f4f5dcf23c8fe14290030bdcf8e14c0c3da963b167d27b89b9e148d49582fcc10a69e746b004aaeff45a903
7
- data.tar.gz: db1a20487b7ad786497cffb20a7a70abd065e710315384ea6148163dd6f1f28cccade4f967f180d97b8ca5105bdc4783093b7f84936ad803301f170cc08488fc
6
+ metadata.gz: 29445f1fcb77f5f4c4c4ad8b55c698d1b4a52d06b3ae11bfe5f6be7d8c5d746020e92ddc5c644eb46e6680fbc36ed5cf54971ef20c92d9fd331d61ba7164d5e0
7
+ data.tar.gz: 6092dc8c2b20d4433efc2ee64f1c5f88887ecbdcf17ce59f0f4b5b23e935e2c1001a2e5db18b366cf979427ebefe5fe0d84207a552c161138ef0962de8d2508d
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.22.0
1
+ 0.22.1
@@ -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.0
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-06-25 00:00:00.000000000 Z
12
+ date: 2014-07-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor