GrokITunes 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +3 -0
  2. data/README.txt +1 -1
  3. data/lib/grok_itunes.rb +1 -1
  4. metadata +1 -1
@@ -4,3 +4,6 @@
4
4
 
5
5
  * Birthday!
6
6
 
7
+ === 0.1.1 / 2008-12-17
8
+
9
+ * Fixed README.txt for install
data/README.txt CHANGED
@@ -52,7 +52,7 @@ grok.bitrate_histogram
52
52
 
53
53
  == INSTALL:
54
54
 
55
- * sudo gem install grok_itunes
55
+ * sudo gem install GrokITunes
56
56
 
57
57
  == LICENSE:
58
58
 
@@ -13,7 +13,7 @@ require 'treemap/gradient_color'
13
13
  require 'treemap/rectangle'
14
14
 
15
15
  class GrokITunes
16
- VERSION = '0.1.0'
16
+ VERSION = '0.1.1'
17
17
  BENCHMARK = false
18
18
 
19
19
  attr_accessor :db, :file, :tracks, :playlists, :now
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: GrokITunes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Howe