rubynpr 0.1.0 → 0.1.1
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.txt +2 -2
- data/lib/rubynpr.rb +1 -1
- metadata +2 -2
data/README.txt
CHANGED
@@ -4,7 +4,7 @@ Ruby-NPR
|
|
4
4
|
|
5
5
|
== How do I install?
|
6
6
|
|
7
|
-
<tt>sudo gem i
|
7
|
+
<tt>sudo gem i rubynpr</tt>
|
8
8
|
|
9
9
|
== How do I get started?
|
10
10
|
|
@@ -24,7 +24,7 @@ a story directly. The Story is accessible from <tt>@client.results.list[0]</tt>
|
|
24
24
|
|
25
25
|
Client#query accepts a single ID value (for either a story or a topic), as above, or a list of IDs in the form of an array.
|
26
26
|
|
27
|
-
See Client#query for more details.
|
27
|
+
See Client#query[http://rubynpr.rubyforge.org/rubynpr/classes/NPR/Client.html#M000007] for more details.
|
28
28
|
|
29
29
|
|
30
30
|
== License
|
data/lib/rubynpr.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubynpr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tiffani Ashley Bell
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-10-
|
12
|
+
date: 2008-10-27 00:00:00 -04:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|