omnifocus-redmine 1.2.4 → 1.2.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.
Binary file
@@ -1,3 +1,9 @@
1
+ === 1.2.5 / 2013-07-24
2
+
3
+ * 1 minor enhancement:
4
+
5
+ * Updated dependency to omnifocus 2.x
6
+
1
7
  === 1.2.4 / 2012-05-01
2
8
 
3
9
  * 1 bug fix:
@@ -7,7 +13,7 @@
7
13
  === 1.2.3 / 2011-08-03
8
14
 
9
15
  * 1 bug fix:
10
-
16
+
11
17
  * Fixed format of README
12
18
 
13
19
  === 1.2.2 / 2011-07-19
@@ -18,26 +24,36 @@
18
24
 
19
25
  === 1.2.1 / 2011-07-16
20
26
 
21
- * Made omnifocus project configureable either just project or project-component
27
+ * 1 minor enhancement:
28
+
29
+ * Made omnifocus project configureable either just project or project-component
22
30
 
23
31
  === 1.2.0 / 2011-02-15
24
32
 
25
- * Fixed a bug with a missing variable
26
- * Removed an errant puts
27
- * Added support for authentication
33
+ * 1 minor enhancement:
34
+
35
+ * Added support for authentication
28
36
 
29
- === 1.1.0 / 2011-02-8
37
+ * 2 bug fixes:
30
38
 
31
- * Added ability to run multiple queries.
39
+ * Fixed a bug with a missing variable
40
+ * Removed an errant puts
41
+
42
+ === 1.1.0 / 2011-02-08
43
+
44
+ * 1 minor enhancement:
45
+
46
+ * Added ability to run multiple queries.
32
47
 
33
48
  === 1.0.1 / 2010-12-07
34
49
 
35
- * Fixed links in omnifocus
36
- * Fixed url for pulling bugs from assigned_to to assigned_to_id
50
+ * 2 bug fixes:
51
+
52
+ * Fixed links in omnifocus
53
+ * Fixed url for pulling bugs from assigned_to to assigned_to_id
37
54
 
38
55
  === 1.0.0 / 2010-11-30
39
56
 
40
57
  * 1 major enhancement
41
58
 
42
59
  * Birthday!
43
-
data/Rakefile CHANGED
@@ -1,16 +1,15 @@
1
1
  # -*- ruby -*-
2
2
 
3
- require 'rubygems'
4
- require 'hoe'
3
+ require "rubygems"
4
+ require "hoe"
5
5
 
6
6
  Hoe.plugin :seattlerb
7
- Hoe.plugins.delete :rubyforge
8
7
 
9
- Hoe.spec 'omnifocus-redmine' do
10
- developer('aja', 'kushali@rubyforge.org')
8
+ Hoe.spec "omnifocus-redmine" do
9
+ developer "aja", "kushali@rubyforge.org"
10
+ license "MIT"
11
11
 
12
- dependency "omnifocus", "~> 1.4"
13
- self.rubyforge_name = 'seattlerb'
12
+ dependency "omnifocus", "~> 2.0"
14
13
  end
15
14
 
16
15
  # vim: syntax=ruby
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
 
3
3
  module OmniFocus::Redmine
4
- VERSION = '1.2.4'
4
+ VERSION = "1.2.5"
5
5
  PREFIX = "RM"
6
6
 
7
7
  def load_or_create_redmine_config
metadata CHANGED
@@ -1,22 +1,42 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omnifocus-redmine
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 4
10
- version: 1.2.4
9
+ - 5
10
+ version: 1.2.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - aja
14
14
  autorequire:
15
15
  bindir: bin
16
- cert_chain: []
16
+ cert_chain:
17
+ - |
18
+ -----BEGIN CERTIFICATE-----
19
+ MIIDPjCCAiagAwIBAgIBADANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
20
+ ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
21
+ GRYDY29tMB4XDTA5MDMwNjE4NTMxNVoXDTEwMDMwNjE4NTMxNVowRTETMBEGA1UE
22
+ AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
23
+ JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
24
+ b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
25
+ taCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT
26
+ oOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh
27
+ GiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt
28
+ qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
29
+ gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
30
+ HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB
31
+ AQAY59gYvDxqSqgC92nAP9P8dnGgfZgLxP237xS6XxFGJSghdz/nI6pusfCWKM8m
32
+ vzjjH2wUMSSf3tNudQ3rCGLf2epkcU13/rguI88wO6MrE0wi4ZqLQX+eZQFskJb/
33
+ w6x9W1ur8eR01s397LSMexySDBrJOh34cm2AlfKr/jokKCTwcM0OvVZnAutaovC0
34
+ l1SVZ0ecg88bsWHA0Yhh7NFxK1utWoIhtB6AFC/+trM0FQEB/jZkIS8SaNzn96Rl
35
+ n0sZEf77FLf5peR8TP/PtmIg7Cyqz23sLM4mCOoTGIy5OcZ8TdyiyINUHtb5ej/T
36
+ FBHgymkyj/AOSqKRIpXPhjC6
37
+ -----END CERTIFICATE-----
17
38
 
18
- date: 2012-05-01 00:00:00 -07:00
19
- default_executable:
39
+ date: 2013-07-24 00:00:00 Z
20
40
  dependencies:
21
41
  - !ruby/object:Gem::Dependency
22
42
  name: omnifocus
@@ -26,11 +46,11 @@ dependencies:
26
46
  requirements:
27
47
  - - ~>
28
48
  - !ruby/object:Gem::Version
29
- hash: 7
49
+ hash: 3
30
50
  segments:
31
- - 1
32
- - 4
33
- version: "1.4"
51
+ - 2
52
+ - 0
53
+ version: "2.0"
34
54
  type: :runtime
35
55
  version_requirements: *id001
36
56
  - !ruby/object:Gem::Dependency
@@ -39,18 +59,17 @@ dependencies:
39
59
  requirement: &id002 !ruby/object:Gem::Requirement
40
60
  none: false
41
61
  requirements:
42
- - - ">="
62
+ - - ~>
43
63
  - !ruby/object:Gem::Version
44
- hash: 25
64
+ hash: 31
45
65
  segments:
46
- - 2
47
66
  - 5
48
- - 1
49
- version: 2.5.1
67
+ - 0
68
+ version: "5.0"
50
69
  type: :development
51
70
  version_requirements: *id002
52
71
  - !ruby/object:Gem::Dependency
53
- name: hoe
72
+ name: rdoc
54
73
  prerelease: false
55
74
  requirement: &id003 !ruby/object:Gem::Requirement
56
75
  none: false
@@ -59,11 +78,26 @@ dependencies:
59
78
  - !ruby/object:Gem::Version
60
79
  hash: 27
61
80
  segments:
62
- - 2
63
- - 12
64
- version: "2.12"
81
+ - 4
82
+ - 0
83
+ version: "4.0"
65
84
  type: :development
66
85
  version_requirements: *id003
86
+ - !ruby/object:Gem::Dependency
87
+ name: hoe
88
+ prerelease: false
89
+ requirement: &id004 !ruby/object:Gem::Requirement
90
+ none: false
91
+ requirements:
92
+ - - ~>
93
+ - !ruby/object:Gem::Version
94
+ hash: 9
95
+ segments:
96
+ - 3
97
+ - 7
98
+ version: "3.7"
99
+ type: :development
100
+ version_requirements: *id004
67
101
  description: |-
68
102
  Plugin for the omnifocus gem to provide synchronization with Redmine Issues.
69
103
 
@@ -120,10 +154,9 @@ files:
120
154
  - README.txt
121
155
  - Rakefile
122
156
  - lib/omnifocus/redmine.rb
123
- has_rdoc: true
124
157
  homepage: https://github.com/seattlerb/omnifocus-redmine
125
- licenses: []
126
-
158
+ licenses:
159
+ - MIT
127
160
  post_install_message:
128
161
  rdoc_options:
129
162
  - --main
@@ -150,8 +183,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
183
  version: "0"
151
184
  requirements: []
152
185
 
153
- rubyforge_project: seattlerb
154
- rubygems_version: 1.4.2
186
+ rubyforge_project: omnifocus-redmine
187
+ rubygems_version: 1.8.25
155
188
  signing_key:
156
189
  specification_version: 3
157
190
  summary: Plugin for the omnifocus gem to provide synchronization with Redmine Issues
@@ -0,0 +1,2 @@
1
+ ��1?�QVQG�if��y�� �Syӿ�FriV�zf7(���"��"�>&��
2
+ �}�cL4�|