rain 1.0.9 → 1.0.10

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8819b952357c7b24f793648dfa47c3db80d87667
4
- data.tar.gz: d94d0b6e4ab6396287d20f247800c5e451ca5216
3
+ metadata.gz: d8bd79a1f455dc38f2af4655f14e8f9e6e6058b4
4
+ data.tar.gz: de699a8959c2f1fc585349f11057933971587643
5
5
  SHA512:
6
- metadata.gz: 72aa56629922194240ba1b2f2a0cdf59e1e1851be510063edb3a9df6a3510f7166bf141bfdb1a849d2fb217a31edace7d9d9305c76e43ed468d6208f84db7c3f
7
- data.tar.gz: eda72492b9692f74c402d4f39cc6423ed1f2b6d277388c5384844a756a68913d761578718469313c46ff196a44b6f9404cb23d4b638bc26de3eed6e77bb6fe73
6
+ metadata.gz: d732684d27388c61ca2ae865788038bc60e5cb145fb3e264abd1a221e6937b56473b83830ec320153d17d71d998c7f2909f6c0015a9bee437a8c8266cf7b4bf7
7
+ data.tar.gz: 7d1414ec04bb22c73e64bdda34e6504aa289afcef8fa8aa004f6e267b91ee9091bd018a3f03f12464d92e93a4a5b0e053f7a01e508a7300a726112cf3875a2ea
data/README.md CHANGED
@@ -68,7 +68,7 @@ programatically increment the major or minor version instead of the
68
68
  patch, which is the default (but can be explicitly set with `--patch`).
69
69
 
70
70
  ```bash
71
- $ rain on stage --minor
71
+ $ rain on staging --minor
72
72
  $ rain on production --major
73
73
  ```
74
74
 
@@ -1,3 +1,3 @@
1
1
  ---
2
- stage: rel_0.0.1
2
+ staging: rel_0.0.1
3
3
  production: rel_0.0.1
data/lib/rain/deployer.rb CHANGED
@@ -22,8 +22,8 @@ module Rain
22
22
  run_cmd("git tag #{tag.to_s}")
23
23
  push_tag(tag)
24
24
  else
25
- update_release_tag(environment, GitTools::ReleaseTag.current("stage"))
26
- say "Deploying existing tag #{GitTools::ReleaseTag.current("stage")} to '#{environment}'."
25
+ update_release_tag(environment, GitTools::ReleaseTag.current("staging"))
26
+ say "Deploying existing tag #{GitTools::ReleaseTag.current("staging")} to '#{environment}'."
27
27
  end
28
28
 
29
29
  run_cmd "bundle exec cap #{environment} deploy"
data/lib/rain/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rain
2
- VERSION = '1.0.9'
2
+ VERSION = '1.0.10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Scott