README.rdoc in milk_cap-0.5.0 vs README.rdoc in milk_cap-0.5.1

- old
+ new

@@ -25,11 +25,11 @@ You have to apply for the first two ones at http://www.rememberthemilk.com/services/api/keys.rtm Once you have the API key and the shared secret, you have to get the frob and the auth token. Fire your 'irb' and >> require 'rubygems' - >> require 'milk_cap/rtm' + >> require 'milk_cap' please visit this URL with your browser and then hit 'enter' : http://www.rememberthemilk.com/services/auth/?api_sig=70036e47c38da170fee431f04e29e8f0&frob=fa794036814b78fddf3e5641fe7c37f80e7d91fc&perms=delete&api_key=7f07e4fc5a944bf8c02a7d1e45c79346 @@ -47,11 +47,11 @@ == usage require 'rubygems' - require 'milk_cap/rtm' + require 'milk_cap' include MilkCap::RTM # # listing tasks @@ -105,19 +105,14 @@ Note that the methods that change the state of the Remember The Milk dataset have names ending with an exclamation mark. Note as well that, there is a 1 second delay before any request to the RTM server, in order to respect their conditions. This may change in future releases. -= features yet to implement +== features yet to implement * tags modifications * smart lists * ... - - -= dependencies - -The gem 'rufus-verbs' (http://rufus.rubyforge.org/rufus-verbs) == issue tracker https://github.com/jleverenz/milk_cap/issues