ddollar-remember-the-ruby 0.3.2 → 0.4.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.
@@ -5,7 +5,7 @@ unless defined? RememberTheRuby
5
5
  module RememberTheRuby
6
6
 
7
7
  # :stopdoc:
8
- VERSION = '0.3.2'
8
+ VERSION = '0.4.0'
9
9
  LIBPATH = File.expand_path(File.dirname(__FILE__)) + File::SEPARATOR
10
10
  PATH = File.dirname(LIBPATH) + File::SEPARATOR
11
11
  # :startdoc:
@@ -7,7 +7,7 @@ require 'rexml/document'
7
7
 
8
8
  class Transport
9
9
 
10
- TRANSPORT_URI = 'http://api.rememberthemilk.com'
10
+ TRANSPORT_URI = 'http://www.rememberthemilk.com'
11
11
 
12
12
  attr_accessor :key, :secret, :frob, :token
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddollar-remember-the-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Dollar
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-06-13 00:00:00 -07:00
12
+ date: 2008-10-27 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency