negroku 1.1.1 → 1.1.2

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: 8ad5ec8ea6254aa626b0f4184857a00e40ca1d51
4
- data.tar.gz: 7c3faa3d59f758727fee531b420fcac6167539f4
3
+ metadata.gz: 0d2ded9cab123deb38c01ae2f4d294151eedc414
4
+ data.tar.gz: 1cdf0db2bfa77246c7d83683fc2e687d1ff05677
5
5
  SHA512:
6
- metadata.gz: 908880fd027a677908bc94db078c691a11dc3c1ae52de46a239c533384a570ea597f407d86f5fcba2ce87c31e69db729f2117e89be0ab0afb0936141b0faac2d
7
- data.tar.gz: 19ac8f25aedf77546c3ee9885dfeadda27b08dcddd4c59913c12c3c626f634c635ed9cb2d2536c37958faea464e472e8c0bf1a243077fab9ee6c55cb89f76cec
6
+ metadata.gz: 1e30ac7d5727bf67fede0463a11ab7e66410796fda74a673aca35bfac46ca283d21a7a6a26e2ae532aa74380e246661eac55d1f4a586bf3a71ccaab96546895a
7
+ data.tar.gz: 0a062816288f07bb8f6ecbed4aa570ee5bfd1738210b98bad2ed0ae143ad02f0e758702abd5864736356b4172e4f495365806c802fd04c4007476e1823c548d6
data/lib/negroku/cli.rb CHANGED
@@ -155,7 +155,7 @@ end
155
155
 
156
156
  class RemoteEnv < Thor
157
157
  namespace "env"
158
- class_option :stage, :type => :string, :default => "staging", :aliases => "-s", :desc => "Set the capistrano stage to be used", :banner => "STAGE"
158
+ class_option :stage, :type => :string, :aliases => "-s", :desc => "Set the capistrano stage to be used", :banner => "STAGE"
159
159
 
160
160
  desc "show", "Show the current remote variables"
161
161
  def show
@@ -1,3 +1,3 @@
1
1
  module Negroku
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: negroku
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Ignacio Donoso