Skip to content

Commit

Permalink
Small changes to reenable gem packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
The SoftLayer Developer Network committed Jan 31, 2011
1 parent 6042ae6 commit e5116f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/softlayer/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#

module SoftLayer
VERSION = "1.0.3 # version history at the bottom of the file.
VERSION = "1.0.3" # version history at the bottom of the file.

# The base URL of the SoftLayer API's REST-like endpoints available to the public internet.
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/rest/v3/'
Expand Down Expand Up @@ -68,10 +68,10 @@ module SoftLayer
# posted up to rubygems.org and the 1.0.1 release came about because of that
# confusion. There should be no real functionality differences there.
#
# 1.0.2 - We have some API routines that start with "get" but expect arguments
# 1.0.2 - We have some API routines that start with 'get' but expect arguments
# anyway. The code now uses HTTP POST to send requests for which the user
# has provided arguments regardless of the name of the routine.
#
# 1.0.3 - Added a request filter to add result limits to request. Submitted by
# JN. Thanks!
#
#

0 comments on commit e5116f2

Please sign in to comment.