moocow 0.1.5 → 1.0.0
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/bin/rtm +1 -1
- metadata +4 -4
data/bin/rtm
CHANGED
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.
|
|
4
|
+
version: 1.0.0
|
|
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-12-19 00:00:00 -05:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: 0.1.5
|
|
34
34
|
version:
|
|
35
|
-
description:
|
|
35
|
+
description: Basic ruby client library for accessing Remember The Milk via their API
|
|
36
36
|
email: davidcopeland@naildrivin5.com
|
|
37
37
|
executables:
|
|
38
38
|
- rtm
|
|
@@ -82,6 +82,6 @@ rubyforge_project: moocow
|
|
|
82
82
|
rubygems_version: 1.3.5
|
|
83
83
|
signing_key:
|
|
84
84
|
specification_version: 3
|
|
85
|
-
summary: Ruby Client for Remember The Milk
|
|
85
|
+
summary: Ruby Client Library for Remember The Milk
|
|
86
86
|
test_files: []
|
|
87
87
|
|