omnifocus 2.1.1 → 2.1.2
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/History.txt +6 -0
- data/README.txt +1 -0
- data/lib/omnifocus.rb +2 -2
- data.tar.gz.sig +0 -0
- metadata +12 -12
- metadata.gz.sig +0 -0
data/History.txt
CHANGED
data/README.txt
CHANGED
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.
|
|
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:
|
|
4
|
+
hash: 15
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 2.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:
|
|
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:
|
|
81
|
+
hash: 23
|
|
82
82
|
segments:
|
|
83
|
-
-
|
|
84
|
-
-
|
|
85
|
-
version: "
|
|
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:
|
|
111
|
+
hash: 13
|
|
112
112
|
segments:
|
|
113
113
|
- 3
|
|
114
|
-
-
|
|
115
|
-
version: "3.
|
|
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.
|
|
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
|