omnifocus 2.1.1 → 2.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ === 2.1.2 / 2013-02-22
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fix task population for projects with whitespace in their names (thank you vesen)
6
+
1
7
  === 2.1.1 / 2012-06-14
2
8
 
3
9
  * 1 minor enhancement:
data/README.txt CHANGED
@@ -30,6 +30,7 @@ Synchronizes bug tracking systems to omnifocus.
30
30
  + omnifocus-redmine by kushali
31
31
  + omnifocus-rt by kushali
32
32
  + omnifocus-rubyforge by zenspider
33
+ + omnifocus-lighthouse by juliengrimault
33
34
 
34
35
  == REQUIREMENTS:
35
36
 
data/lib/omnifocus.rb CHANGED
@@ -26,7 +26,7 @@ include Appscript
26
26
  # bts_id: a string uniquely identifying a task: SYSTEM(-projectname)?#id
27
27
 
28
28
  class OmniFocus
29
- VERSION = '2.1.1'
29
+ VERSION = '2.1.2'
30
30
 
31
31
  ##
32
32
  # bug_db = {
@@ -120,7 +120,7 @@ class OmniFocus
120
120
  prefixen = self.class._plugins.map { |klass| klass::PREFIX rescue nil }
121
121
  of_tasks = nil
122
122
 
123
- prefix_re = /^(#{Regexp.union prefixen}(?:-[\w.-]+)?\#\d+)/
123
+ prefix_re = /^(#{Regexp.union prefixen}(?:-[\w\s.-]+)?\#\d+)/
124
124
 
125
125
  if prefixen.all? then
126
126
  of_tasks = all_tasks.find_all { |task|
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omnifocus
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
- - 1
10
- version: 2.1.1
9
+ - 2
10
+ version: 2.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - aja
@@ -37,7 +37,7 @@ cert_chain:
37
37
  FBHgymkyj/AOSqKRIpXPhjC6
38
38
  -----END CERTIFICATE-----
39
39
 
40
- date: 2012-06-14 00:00:00 Z
40
+ date: 2013-02-23 00:00:00 Z
41
41
  dependencies:
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: rb-appscript
@@ -78,11 +78,11 @@ dependencies:
78
78
  requirements:
79
79
  - - ~>
80
80
  - !ruby/object:Gem::Version
81
- hash: 7
81
+ hash: 23
82
82
  segments:
83
- - 3
84
- - 0
85
- version: "3.0"
83
+ - 4
84
+ - 6
85
+ version: "4.6"
86
86
  type: :development
87
87
  version_requirements: *id003
88
88
  - !ruby/object:Gem::Dependency
@@ -108,11 +108,11 @@ dependencies:
108
108
  requirements:
109
109
  - - ~>
110
110
  - !ruby/object:Gem::Version
111
- hash: 7
111
+ hash: 13
112
112
  segments:
113
113
  - 3
114
- - 0
115
- version: "3.0"
114
+ - 5
115
+ version: "3.5"
116
116
  type: :development
117
117
  version_requirements: *id005
118
118
  description: Synchronizes bug tracking systems to omnifocus.
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  requirements: []
172
172
 
173
173
  rubyforge_project: seattlerb
174
- rubygems_version: 1.8.17
174
+ rubygems_version: 1.8.25
175
175
  signing_key:
176
176
  specification_version: 3
177
177
  summary: Synchronizes bug tracking systems to omnifocus.
metadata.gz.sig CHANGED
Binary file