alacit 0.1.0 → 0.1.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.
@@ -9,8 +9,8 @@ spec = Gem::Specification.new do |s|
9
9
  s.email = 'me@russbrooks.com'
10
10
  s.homepage = 'http://russbrooks.com'
11
11
  s.platform = Gem::Platform::RUBY
12
- s.summary = 'FLAC and WAV to Apple Lossless (ALAC) batch conversion utility.'
13
- s.description = 'Quickly convert entire directories of FLAC and WAV files to Apple Lossless (ALAC) for importation into iTunes, iPhones, iPads, and iPods.'
12
+ s.summary = 'APE, FLAC, and WAV to Apple Lossless (ALAC) batch conversion utility.'
13
+ s.description = 'Quickly convert entire directories of APE, FLAC, and WAV files to Apple Lossless (ALAC) for importation into iTunes, iPhones, iPads, and iPods.'
14
14
  s.files = `git ls-files`.split("\n")
15
15
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
16
16
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module AlacIt
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alacit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -27,8 +27,8 @@ dependencies:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: '0'
30
- description: Quickly convert entire directories of FLAC and WAV files to Apple Lossless
31
- (ALAC) for importation into iTunes, iPhones, iPads, and iPods.
30
+ description: Quickly convert entire directories of APE, FLAC, and WAV files to Apple
31
+ Lossless (ALAC) for importation into iTunes, iPhones, iPads, and iPods.
32
32
  email: me@russbrooks.com
33
33
  executables:
34
34
  - alacit
@@ -48,6 +48,7 @@ files:
48
48
  - pkg/alacit-0.0.2.gem
49
49
  - pkg/alacit-0.0.3.gem
50
50
  - pkg/alacit-0.1.0.gem
51
+ - pkg/alacit-0.1.1.gem
51
52
  - test/converter_test.rb
52
53
  - test/fixtures/test.ape
53
54
  - test/fixtures/test.flac
@@ -76,7 +77,7 @@ rubyforge_project:
76
77
  rubygems_version: 1.8.21
77
78
  signing_key:
78
79
  specification_version: 3
79
- summary: FLAC and WAV to Apple Lossless (ALAC) batch conversion utility.
80
+ summary: APE, FLAC, and WAV to Apple Lossless (ALAC) batch conversion utility.
80
81
  test_files:
81
82
  - test/converter_test.rb
82
83
  - test/fixtures/test.ape