jamescallmebrent-rumblr 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/LICENSE.rdoc +1 -0
  2. data/README.rdoc +12 -2
  3. data/VERSION.yml +1 -1
  4. metadata +3 -12
data/LICENSE.rdoc CHANGED
@@ -22,3 +22,4 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22
22
  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23
23
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24
24
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
+
data/README.rdoc CHANGED
@@ -8,6 +8,10 @@ Rumblr maps the Tumblr API 'authenticate' and 'read' calls. User, Tumblelog and
8
8
 
9
9
  Please read Tumblr's official documentation (http://tumblr.com/api/) to learn more the API.
10
10
 
11
+ == Dependencies
12
+
13
+ * Ruby >= 1.8.6 (not tested with previous versions)
14
+ * libxml-ruby >= 0.8.3
11
15
 
12
16
  == Dependencies
13
17
 
@@ -28,13 +32,12 @@ To get the latest version, simply type the following instruction into your comma
28
32
  In order to use this library you need a valid Tumblr account.
29
33
  Go to http://tumblr.com and register for a new account if you don't already have one.
30
34
 
31
-
32
35
  === Sample usage:
33
36
 
34
37
  require 'rumblr'
35
38
  include Rumblr
36
39
 
37
- user = User.login({:email => 'name@domain.com', :password => 'pass'})
40
+ user = User.login({:email => 'brent.hargrave@gmail.com', :password => 'tumb198$'})
38
41
 
39
42
  user.tumblelogs.each do |log|
40
43
  puts log.name # 'the tumblelogger'
@@ -55,6 +58,13 @@ Go to http://tumblr.com and register for a new account if you don't already have
55
58
 
56
59
  Author:: {Brent Hargrave}[http://brenthargrave.info/] <brent.hargrave@gmail.com>
57
60
 
61
+ This library was inspired by some great Ruby clients for other webservices: {WWW::Delicious}[http://github.com/weppos/www-delicious/tree/master] and {dropio_api_ruby}[http://github.com/weppos/www-delicious/tree/master]
62
+
63
+
64
+ == Resources
65
+
66
+ * {GitHub}[http://github.com/jamescallmebrent/rumblr/]
67
+
58
68
 
59
69
  == FeedBack and Bug reports
60
70
 
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 0
4
- :patch: 0
4
+ :patch: 1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jamescallmebrent-rumblr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brent Hargrave
@@ -11,17 +11,8 @@ cert_chain: []
11
11
 
12
12
  date: 2009-02-17 00:00:00 -08:00
13
13
  default_executable:
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: libxml-ruby
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
23
- version: 0.8.3
24
- version:
14
+ dependencies: []
15
+
25
16
  description: Ruby client for the Tumblr API
26
17
  email: brent.hargrave@gmail.com
27
18
  executables: []