freshtrack 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +8 -3
  2. data/lib/freshtrack/version.rb +1 -1
  3. metadata +3 -3
data/History.txt CHANGED
@@ -1,9 +1,14 @@
1
- == 0.2.0 2008-01-30
1
+ == 0.2.2 2008-02-27
2
2
 
3
- * 1 major enhancement:
4
- * Initial release
3
+ * 1 tiny enhancement:
4
+ * Re-packaging and re-releasing to get around my stupidity, forgetting to update the gemspec and thinking I could delete the release on rubyforge and release 0.2.1 again.
5
5
 
6
6
  == 0.2.1 2008-02-27
7
7
 
8
8
  * 1 major enhancement:
9
9
  * Update to use API 2.1
10
+
11
+ == 0.2.0 2008-01-30
12
+
13
+ * 1 major enhancement:
14
+ * Initial release
@@ -2,7 +2,7 @@ module Freshtrack #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: freshtrack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
5
- platform: ""
4
+ version: 0.2.2
5
+ platform: ruby
6
6
  authors:
7
7
  - Yossef Mendelssohn
8
8
  autorequire:
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  requirements: []
103
103
 
104
104
  rubyforge_project: yomendel
105
- rubygems_version: 0.9.5
105
+ rubygems_version: 1.0.1
106
106
  signing_key:
107
107
  specification_version: 2
108
108
  summary: description of gem