thartmx 0.2 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/thartmx.rb +1 -1
  2. metadata +5 -4
data/lib/thartmx.rb CHANGED
@@ -23,7 +23,7 @@ class Rrtm
23
23
  def allTaskList
24
24
  allTaskList = ''
25
25
  @lists.each do |k,v|
26
- if v[:name] == "All Tasks"
26
+ if v[:name] == "Inbox"
27
27
  allTaskList = v[:id]
28
28
  end
29
29
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thartmx
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- version: "0.2"
9
+ - 1
10
+ version: 0.2.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - tha
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2011-01-05 00:00:00 -05:00
19
+ date: 2011-01-09 00:00:00 -05:00
19
20
  default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency
@@ -46,7 +47,7 @@ dependencies:
46
47
  version: "0"
47
48
  type: :runtime
48
49
  version_requirements: *id002
49
- description: more rtm methods added to thartm, forked from http://github.com/ghedamat/thartm, thamayor@gmail.com
50
+ description: changed 'all tasks' to 'inbox', forked from http://github.com/ghedamat/thartm, thamayor@gmail.com
50
51
  email: junk@veritys.com
51
52
  executables: []
52
53