landslider 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +5 -0
  2. data/VERSION.yml +1 -1
  3. data/lib/landslider.rb +0 -1
  4. metadata +1 -1
data/README.rdoc CHANGED
@@ -13,6 +13,11 @@ An account with Landslide that has the API enabled. (www.landslide.com)
13
13
  This gem requires the following gems:
14
14
  handsoap (1.1.8)
15
15
 
16
+
17
+ You need to have either curb or httpclient on the load path.
18
+
19
+
20
+
16
21
  == Install
17
22
 
18
23
  landslider requires the handsoap gem
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 2
4
- :patch: 4
4
+ :patch: 5
5
5
  :build:
data/lib/landslider.rb CHANGED
@@ -1,6 +1,5 @@
1
1
 
2
2
  require 'handsoap'
3
- require 'curb'
4
3
 
5
4
  class Landslider < Handsoap::Service
6
5
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: landslider
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.4
5
+ version: 0.2.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jay Prall