Skip to content

Commit ca9b91c

Browse files
Merge pull request #12 from SLsthompson/master
Fixing a failed merge
2 parents af379cb + 021b9cc commit ca9b91c

7 files changed

Lines changed: 221 additions & 759 deletions

File tree

CHANGELOG.textile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ The @result_offset@ API filter has been removed.
2121
* Fixed a bug where the @result_limit@ and @result_offset@ object filters were just not working.
2222

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

2726
*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.
27+
* 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.
2928

3029
*1.0*, *1.0.1*
31-
* Initial release of the gem
30+
* 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)