Skip to content

Commit a250dca

Browse files
committed
Revert the ineffective merge and set the code to the expected source
This reverts commit 9920efd, reversing changes made to 952735c.
1 parent af379cb commit a250dca

7 files changed

Lines changed: 221 additions & 762 deletions

File tree

CHANGELOG.textile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ The @result_offset@ API filter has been removed.
55
* The @object_mask@ call modifier no longer accepts Ruby structures. It accepts strings that are Object Masks in the "Extended Object Mask":http://sldn.softlayer.com/article/Object-Masks format.
66
* Changed the mechanism for obtaining services to include the Client class. This makes the Ruby API very similar to the API presented by the Python bindings. The old mechanism for obtaining services still works to preserve backward compatibility but you will receive deprecation warnings in debug mode.
77

8-
*1.0.8*
9-
* Set a default User-Agent string to be sent with all requests to SoftLayer API. Provide interface to set a custom User-Agent string.
10-
118
*1.0.7*
129
* Calls to the @getObject@ method of any service should not take parameters. The gem now warns if you make this type of call and ignores the parameters. This prevents @SoftLayer_Virtual_Guest::getObject@ from accidentally creating (billable) VirtualServer instances.
1310

@@ -21,11 +18,10 @@ The @result_offset@ API filter has been removed.
2118
* Fixed a bug where the @result_limit@ and @result_offset@ object filters were just not working.
2219

2320
*1.0.3*
24-
<<<<<<< HEAD
25-
* Added a request filter to add result limits to request. Submitted by JN. Thanks!
21+
* Added a request filter to add result limits to request. Submitted by JN. Thanks!
2622

2723
*1.0.2*
28-
* 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.
24+
* 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.
2925

3026
*1.0*, *1.0.1*
31-
* Initial release of the gem
27+
* Initial release of the gem

lib/softlayer/base.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ module SoftLayer
5656
$SL_API_BASE_URL = SoftLayer::API_PUBLIC_ENDPOINT
5757
end # module SoftLayer
5858

59+
#
5960
# History:
6061
#
6162
# The history has been moved to the CHANGELOG.textile file in the source directory

lib/softlayer/service.rb

Lines changed: 0 additions & 321 deletions
This file was deleted.

rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ task :gem => :build
3535

3636
task :default => [:spec] do
3737
end
38-

0 commit comments

Comments
 (0)