landslider 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +5 -0
- data/VERSION.yml +1 -1
- data/lib/landslider.rb +0 -1
- 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
data/lib/landslider.rb
CHANGED