Skip to content

Commit

Permalink
Staging release 1.5.28
Browse files Browse the repository at this point in the history
  • Loading branch information
EfrainOlivares committed Sep 24, 2015
1 parent 4d95397 commit db7a1af
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Next
- Your info here

## 1.5.28
- \#98 Update do_put to add text/plain Content-type
- \#97 Added put action for the runnable_binding resource

## 1.5.27
- \#96 Set default timeout to 6 minutes since the RightScale API has a timeout of 5 minutes for calls
- \#94 Updating the README and config/login.yml.example with oauth info
Expand Down
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ group :test do
gem 'ruby-debug',
:platforms => [:ruby_18]
gem 'debugger',
:platforms => [:ruby_19, :ruby_20, :ruby_21]
:platforms => [:ruby_19]
gem 'byebug',
:platforms => [:ruby_20, :ruby_21]
gem 'jeweler', '~> 2.0'
end
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ GEM
specs:
addressable (2.3.6)
builder (3.2.2)
byebug (6.0.2)
coderay (1.1.0)
columnize (0.3.6)
coveralls (0.7.1)
Expand Down Expand Up @@ -98,6 +99,7 @@ PLATFORMS
ruby

DEPENDENCIES
byebug
coveralls
debugger
flexmock (= 0.8.7)
Expand All @@ -109,3 +111,6 @@ DEPENDENCIES
rest-client (~> 1.6)
rspec (= 2.9.0)
ruby-debug

BUNDLED WITH
1.10.6
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.27
1.5.28

0 comments on commit db7a1af

Please sign in to comment.