maisonneuve-rtm 0.1.4 → 0.1.5

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.txt CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  = maisonneuve-rtm
3
- Modified version of the rufus-rtm gem, removing the dependancy of rufus-verbs gem
3
+ Modified version of the rufus-rtm gem, removing the dependency of the "rufus-verbs" gem
4
4
 
5
5
  == getting it
6
6
 
@@ -119,8 +119,6 @@ Note as well that, there is a 1 second delay before any request to the RTM serve
119
119
 
120
120
  http://github.com/maisonneuve/rufus-rtm
121
121
 
122
-
123
-
124
122
  == author
125
123
  Nicolas Maisonneuve
126
124
  version modified from the work of John Mettraux, jmettraux@gmail.com
File without changes
@@ -206,6 +206,7 @@ module Rufus::RTM
206
206
 
207
207
  args = {}
208
208
  args[:name] = name
209
+ args[:parse]="1"
209
210
  args[:list_id] = list_id if list_id
210
211
  args[:timeline] = Rufus::RTM.get_timeline
211
212
 
metadata CHANGED
@@ -1,15 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maisonneuve-rtm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
+ - John Mettraux
7
8
  - Nicolas Maisonneuve
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
12
 
12
- date: 2010-01-23 00:00:00 +01:00
13
+ date: 2010-01-24 00:00:00 +01:00
13
14
  default_executable:
14
15
  dependencies:
15
16
  - !ruby/object:Gem::Dependency
@@ -31,11 +32,11 @@ extensions: []
31
32
  extra_rdoc_files:
32
33
  - README.txt
33
34
  files:
35
+ - lib/maisonneuve-rtm.rb
34
36
  - lib/rufus/rtm/base.rb
35
37
  - lib/rufus/rtm/credentials.rb
36
38
  - lib/rufus/rtm/resources.rb
37
39
  - lib/rufus/rtm.rb
38
- - lib/rufus-rtm.rb
39
40
  - README.txt
40
41
  has_rdoc: true
41
42
  homepage: