zzamboni-things2thl 0.8.2 → 0.8.3

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/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2009-06-11 Diego Zamboni <diego@zzamboni.org>
2
+
3
+ * README, VERSION, lib/Things2THL.rb: Version bump to 0.8.3. Updated in-code version number to the correct one (it was still
4
+ reporting 0.7.0)
5
+
1
6
  2009-05-26 Diego Zamboni <diego@zzamboni.org>
2
7
 
3
8
  * VERSION: Version bump to 0.8.2
data/README CHANGED
@@ -1,4 +1,4 @@
1
- Things2THL 0.8.2
1
+ Things2THL 0.8.3
2
2
  http://zzamboni.github.com/things2thl/
3
3
 
4
4
  Conversion program to transfer data from Things
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.2
1
+ 0.8.3
data/lib/Things2THL.rb CHANGED
@@ -12,8 +12,8 @@ require 'hpricot'
12
12
  module Things2THL
13
13
  module Version
14
14
  MAJOR = 0
15
- MINOR = 7
16
- PATCH = 0
15
+ MINOR = 8
16
+ PATCH = 3
17
17
 
18
18
  STRING = [MAJOR, MINOR, PATCH].join(".")
19
19
  end
data/things2thl.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{things2thl}
5
- s.version = "0.8.2"
5
+ s.version = "0.8.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Diego Zamboni"]
9
- s.date = %q{2009-05-26}
9
+ s.date = %q{2009-06-12}
10
10
  s.default_executable = %q{things2thl}
11
11
  s.description = %q{Library and command-line tool for migrating Things data to The Hit List}
12
12
  s.email = %q{diego@zzamboni.org}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zzamboni-things2thl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diego Zamboni
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-26 00:00:00 -07:00
12
+ date: 2009-06-12 00:00:00 -07:00
13
13
  default_executable: things2thl
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency