elastic-beanstalk 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -61,7 +61,8 @@ module Elastic
61
61
  doc = Nokogiri::HTML(response.body)
62
62
 
63
63
  # By default, let's grab the info from the Passenger error page...
64
- $stderr.puts "\t\t[#{response.code}] #{code}"
64
+ #$stderr.puts "\t\t[#{response.code}] #{code}"
65
+ $stderr.puts "\t\t[#{response.code}]"
65
66
  $stderr.puts "\t\t\t#{get_content(doc, '//h1')}"
66
67
  $stderr.puts "\t\t\t#{get_content(doc, '//dl/dd')}"
67
68
  fatal_error = true
@@ -1,5 +1,5 @@
1
1
  module Elastic
2
2
  module Beanstalk
3
- VERSION = '0.3.2'
3
+ VERSION = '0.3.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elastic-beanstalk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-20 00:00:00.000000000 Z
12
+ date: 2013-09-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler