imine 0.1.2 → 0.1.3

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 +1 -1
  2. data/lib/imine.rb +1 -1
  3. metadata +3 -3
@@ -1,4 +1,4 @@
1
- === 0.1.2 / 2008-12-17
1
+ === 0.1.3 / 2008-12-18
2
2
 
3
3
  * 1 major enhancement
4
4
 
@@ -8,7 +8,7 @@ include Term::ANSIColor
8
8
 
9
9
 
10
10
  class Imine
11
- VERSION = '0.1.2'
11
+ VERSION = '0.1.3'
12
12
  attr_accessor :tracks
13
13
 
14
14
  def self.run(args)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Caplan
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-17 00:00:00 -08:00
12
+ date: 2008-12-18 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -40,7 +40,7 @@ dependencies:
40
40
  requirements:
41
41
  - - ">="
42
42
  - !ruby/object:Gem::Version
43
- version: 1.7.0
43
+ version: 1.8.2
44
44
  version:
45
45
  description: Parses an iTunes XML file and provides useful data. Also includes a command-line tool that presents the data.
46
46
  email: