moocow 0.1.3 → 0.1.4
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 +8 -2
- metadata +6 -4
data/README.rdoc
CHANGED
|
@@ -4,11 +4,17 @@ Author:: Dave Copeland (mailto:davetron5000 at g mail dot com)
|
|
|
4
4
|
Copyright:: Copyright (c) 2009 by Dave Copeland
|
|
5
5
|
License:: Distributes under the Apache License, see LICENSE.txt in the source distro
|
|
6
6
|
|
|
7
|
+
== Install
|
|
8
|
+
|
|
9
|
+
sudo gem install moocow
|
|
10
|
+
|
|
7
11
|
== Overview
|
|
8
12
|
|
|
9
|
-
This is a very lightweight and easy-to-use client for
|
|
13
|
+
This is a very lightweight and easy-to-use client for [http://www.rememberthemilk.com]
|
|
10
14
|
|
|
11
|
-
|
|
15
|
+
require 'moocow'
|
|
16
|
+
|
|
17
|
+
rtm = RTM::RTM.new(RTM::Endpoint.new(your_api_key,your_secret))
|
|
12
18
|
rtm.token = user_token
|
|
13
19
|
response = rtm.tasks.getList
|
|
14
20
|
response.tasks.list.as_array.each do |list|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: moocow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Copeland
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-10-18 00:00:00 -04:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -51,6 +51,8 @@ files:
|
|
|
51
51
|
- README.rdoc
|
|
52
52
|
has_rdoc: true
|
|
53
53
|
homepage: http://davetron5000.github.com/moocow
|
|
54
|
+
licenses: []
|
|
55
|
+
|
|
54
56
|
post_install_message:
|
|
55
57
|
rdoc_options:
|
|
56
58
|
- --title
|
|
@@ -77,9 +79,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
77
79
|
requirements: []
|
|
78
80
|
|
|
79
81
|
rubyforge_project: moocow
|
|
80
|
-
rubygems_version: 1.3.
|
|
82
|
+
rubygems_version: 1.3.5
|
|
81
83
|
signing_key:
|
|
82
|
-
specification_version:
|
|
84
|
+
specification_version: 3
|
|
83
85
|
summary: Ruby Client for Remember The Milk
|
|
84
86
|
test_files: []
|
|
85
87
|
|