cuesnap 1.2.0 → 1.2.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.
Files changed (3) hide show
  1. data/README.md +9 -4
  2. data/lib/cuesnap/version.rb +1 -1
  3. metadata +2 -2
data/README.md CHANGED
@@ -1,8 +1,9 @@
1
- # CueSnap
1
+ # [CueSnap][cuesnap]
2
2
 
3
- Snapping MP3s with [cue sheets][1] faster than your mom pops Pringle tops.
3
+ Snapping MP3s with [cue sheets][cue_sheet] faster than your mom pops Pringle tops.
4
4
 
5
- [1]: http://en.wikipedia.org/wiki/Cue_sheet_%28computing%29
5
+ [cue_sheet]: http://en.wikipedia.org/wiki/Cue_sheet_%28computing%29
6
+ [cuesnap]: http://mutewinter.github.com/cuesnap/
6
7
 
7
8
  ## Setup
8
9
 
@@ -59,6 +60,10 @@ _Tested on Mac OS X 10.7 (Lion)._
59
60
 
60
61
  ## Changelog
61
62
 
63
+ ### 1.2.1
64
+
65
+ * Fixed homepage in gemspec.
66
+
62
67
  ### 1.2.0
63
68
 
64
69
  **Features**
@@ -76,7 +81,7 @@ _Tested on Mac OS X 10.7 (Lion)._
76
81
  ## Todo
77
82
 
78
83
  1. Unicode Support _Fail test is already in_.
79
- 1. -Error Message when mp3splt is missing. (Thanks goni)-
84
+ 1. ~~Error Message when mp3splt is missing.~~ (Thanks goni)
80
85
 
81
86
  ## Contributing
82
87
 
@@ -1,3 +1,3 @@
1
1
  module CueSnap
2
- VERSION = '1.2.0'
2
+ VERSION = '1.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cuesnap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -124,7 +124,7 @@ files:
124
124
  - lib/cuesnap/cli.rb
125
125
  - lib/cuesnap/splitter.rb
126
126
  - lib/cuesnap/version.rb
127
- homepage: http://github.com/mutewinter/cuesnap
127
+ homepage: http://mutewinter.github.com/cuesnap/
128
128
  licenses: []
129
129
  post_install_message:
130
130
  rdoc_options: []