omnifocus-redmine 1.2.3 → 1.2.4
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 +12 -0
- data/lib/omnifocus/redmine.rb +3 -1
- metadata +8 -8
data/History.txt
CHANGED
|
@@ -1,25 +1,37 @@
|
|
|
1
|
+
=== 1.2.4 / 2012-05-01
|
|
2
|
+
|
|
3
|
+
* 1 bug fix:
|
|
4
|
+
|
|
5
|
+
* Added missing require of yaml. (jameskyle)
|
|
6
|
+
|
|
1
7
|
=== 1.2.3 / 2011-08-03
|
|
8
|
+
|
|
2
9
|
* 1 bug fix:
|
|
3
10
|
|
|
4
11
|
* Fixed format of README
|
|
5
12
|
|
|
6
13
|
=== 1.2.2 / 2011-07-19
|
|
14
|
+
|
|
7
15
|
* 1 bug fix:
|
|
8
16
|
|
|
9
17
|
* Added PREFIX const for new filtering system
|
|
10
18
|
|
|
11
19
|
=== 1.2.1 / 2011-07-16
|
|
20
|
+
|
|
12
21
|
* Made omnifocus project configureable either just project or project-component
|
|
13
22
|
|
|
14
23
|
=== 1.2.0 / 2011-02-15
|
|
24
|
+
|
|
15
25
|
* Fixed a bug with a missing variable
|
|
16
26
|
* Removed an errant puts
|
|
17
27
|
* Added support for authentication
|
|
18
28
|
|
|
19
29
|
=== 1.1.0 / 2011-02-8
|
|
30
|
+
|
|
20
31
|
* Added ability to run multiple queries.
|
|
21
32
|
|
|
22
33
|
=== 1.0.1 / 2010-12-07
|
|
34
|
+
|
|
23
35
|
* Fixed links in omnifocus
|
|
24
36
|
* Fixed url for pulling bugs from assigned_to to assigned_to_id
|
|
25
37
|
|
data/lib/omnifocus/redmine.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omnifocus-redmine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 1.2.
|
|
9
|
+
- 4
|
|
10
|
+
version: 1.2.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- aja
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
18
|
+
date: 2012-05-01 00:00:00 -07:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -41,12 +41,12 @@ dependencies:
|
|
|
41
41
|
requirements:
|
|
42
42
|
- - ">="
|
|
43
43
|
- !ruby/object:Gem::Version
|
|
44
|
-
hash:
|
|
44
|
+
hash: 25
|
|
45
45
|
segments:
|
|
46
46
|
- 2
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
version: 2.
|
|
47
|
+
- 5
|
|
48
|
+
- 1
|
|
49
|
+
version: 2.5.1
|
|
50
50
|
type: :development
|
|
51
51
|
version_requirements: *id002
|
|
52
52
|
- !ruby/object:Gem::Dependency
|