kensa 1.4.3 → 1.4.4

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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kensa (1.4.3)
4
+ kensa (1.4.4)
5
5
  launchy (>= 0.3.2)
6
6
  mechanize (~> 2.6.0)
7
7
  rest-client (>= 1.4.0, < 1.7.0)
@@ -296,7 +296,7 @@ module Heroku
296
296
  def self.parse_command_line(args)
297
297
  {}.tap do |options|
298
298
  OptionParser.new do |o|
299
- o.on("-f file", "--file") { |filename| options[:filename] = filename }
299
+ o.on("-f file", "--filename") { |filename| options[:filename] = filename }
300
300
  o.on("--async") { options[:async] = true }
301
301
  o.on("--production") { options[:env] = "production" }
302
302
  o.on("--without-sso") { options[:sso] = false }
@@ -1,5 +1,5 @@
1
1
  module Heroku
2
2
  module Kensa
3
- VERSION = '1.4.3'
3
+ VERSION = '1.4.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kensa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.3
4
+ version: 1.4.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2013-08-16 00:00:00.000000000 Z
17
+ date: 2013-10-04 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: artifice
@@ -259,7 +259,6 @@ files:
259
259
  - lib/heroku/kensa/screen.rb
260
260
  - lib/heroku/kensa/sso.rb
261
261
  - lib/heroku/kensa/version.rb
262
- - set-env.sh
263
262
  - test/all_check_test.rb
264
263
  - test/create_test.rb
265
264
  - test/deprovision_check_test.rb
@@ -289,7 +288,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
289
288
  version: '0'
290
289
  segments:
291
290
  - 0
292
- hash: 1923964960690142720
291
+ hash: -2109221665831682911
293
292
  required_rubygems_version: !ruby/object:Gem::Requirement
294
293
  none: false
295
294
  requirements:
@@ -298,7 +297,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
298
297
  version: '0'
299
298
  segments:
300
299
  - 0
301
- hash: 1923964960690142720
300
+ hash: -2109221665831682911
302
301
  requirements: []
303
302
  rubyforge_project: kensa
304
303
  rubygems_version: 1.8.23
data/set-env.sh DELETED
@@ -1,4 +0,0 @@
1
- PATH=$(pwd)/bin:$PATH
2
- RUBYOPT=rubygems
3
- RUBYLIB=$(pwd)/lib:$RUBYLIB
4
- export PATH RUBYOPT RUBYLIB