path-to 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +5 -0
- data/README.rdoc +6 -2
- data/lib/path-to.rb +2 -1
- metadata +1 -1
data/History.txt
CHANGED
data/README.rdoc
CHANGED
@@ -47,6 +47,10 @@ HTTP support comes courtesy of HTTParty (the Path class includes it). To GET an
|
|
47
47
|
|
48
48
|
app.users["dojo"].articles["my-article"].get #=> "<html>...</html>"
|
49
49
|
|
50
|
-
== Installation
|
50
|
+
== Installation
|
51
51
|
|
52
|
-
|
52
|
+
sudo gem install path-to
|
53
|
+
|
54
|
+
== Author
|
55
|
+
|
56
|
+
Mike Burrows (asplake), email mailto:mjb@asplake.co.uk, website positiveincline.com[http://positiveincline.com] (articles tagged path-to[http://positiveincline.com/?tag=path-to])
|
data/lib/path-to.rb
CHANGED