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.
Files changed (2) hide show
  1. data/bin/rtm +1 -1
  2. metadata +4 -4
data/bin/rtm CHANGED
@@ -4,7 +4,7 @@ $: << File.expand_path(File.dirname(__FILE__) + '/../ext')
4
4
  require 'rubygems'
5
5
  require 'gli'
6
6
  require 'httparty'
7
- require 'rtm'
7
+ require 'moocow'
8
8
  require 'hash_array'
9
9
 
10
10
  include GLI
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.5
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-11-09 00:00:00 -05:00
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