omnifocus 1.2.0 → 1.2.1

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.
Files changed (4) hide show
  1. data/History.txt +6 -0
  2. data/Rakefile +2 -0
  3. data/lib/omnifocus.rb +1 -1
  4. metadata +4 -4
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ === 1.2.1 / 2009-08-14
2
+
3
+ * 1 bug fix:
4
+
5
+ * Rakefile should have declared pluggable!
6
+
1
7
  === 1.2.0 / 2009-07-30
2
8
 
3
9
  * 3 minor enhancements:
data/Rakefile CHANGED
@@ -12,6 +12,8 @@ Hoe.spec 'omnifocus' do
12
12
  extra_deps << 'mechanize'
13
13
 
14
14
  self.rubyforge_name = 'seattlerb'
15
+
16
+ pluggable!
15
17
  end
16
18
 
17
19
  # vim: syntax=ruby
data/lib/omnifocus.rb CHANGED
@@ -12,7 +12,7 @@ require 'appscript'
12
12
  # bts_id: a string uniquely identifying a task: SYSTEM(-projectname)?#id
13
13
 
14
14
  class OmniFocus
15
- VERSION = '1.2.0'
15
+ VERSION = '1.2.1'
16
16
 
17
17
  ##
18
18
  # bug_db = {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omnifocus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Davis
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-30 00:00:00 -07:00
12
+ date: 2009-08-14 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -83,12 +83,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: "0"
86
+ version: 1.3.1
87
87
  version:
88
88
  requirements: []
89
89
 
90
90
  rubyforge_project: seattlerb
91
- rubygems_version: 1.3.4
91
+ rubygems_version: 1.3.5
92
92
  signing_key:
93
93
  specification_version: 3
94
94
  summary: Synchronizes bug tracking systems to omnifocus.