gitara 1.0.0 → 1.0.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.
@@ -1,3 +1,8 @@
1
+ 1.0.1 - 2013-01-24
2
+ ------------------
3
+
4
+ Do not include pdfs and midis in gem.
5
+
1
6
  1.0.0 - 2013-01-24
2
7
  ------------------
3
8
 
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
 
14
14
  s.rubyforge_project = "gitara"
15
15
 
16
- s.files = `git ls-files`.split("\n")
16
+ s.files = `git ls-files`.split("\n").reject{|file| file =~ %r{\.(pdf)|(midi)}}
17
17
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
18
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
19
  s.require_paths = ["lib"]
@@ -1,3 +1,3 @@
1
1
  module Gitara
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: gitara
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.0
5
+ version: 1.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - George Mendoza
@@ -284,48 +284,26 @@ files:
284
284
  - Rakefile
285
285
  - bin/gitara
286
286
  - examples/aimee-man-wise-up.ly
287
- - examples/aimee-man-wise-up.midi
288
- - examples/aimee-man-wise-up.pdf
289
287
  - examples/aimee-man-wise-up.rb
290
288
  - examples/eraserheads-huling-el-bimbo.ly
291
- - examples/eraserheads-huling-el-bimbo.midi
292
- - examples/eraserheads-huling-el-bimbo.pdf
293
289
  - examples/eraserheads-huling-el-bimbo.rb
294
290
  - examples/foo-fighters-walking-after-you.ly
295
- - examples/foo-fighters-walking-after-you.midi
296
- - examples/foo-fighters-walking-after-you.pdf
297
291
  - examples/foo-fighters-walking-after-you.rb
298
292
  - examples/tab-with-alternate-tuning.ly
299
- - examples/tab-with-alternate-tuning.midi
300
- - examples/tab-with-alternate-tuning.pdf
301
293
  - examples/tab-with-alternate-tuning.rb
302
294
  - examples/tab-with-chords.ly
303
- - examples/tab-with-chords.midi
304
- - examples/tab-with-chords.pdf
305
295
  - examples/tab-with-chords.rb
306
296
  - examples/tab-with-key-signature.ly
307
- - examples/tab-with-key-signature.midi
308
- - examples/tab-with-key-signature.pdf
309
297
  - examples/tab-with-key-signature.rb
310
298
  - examples/tab-with-line-with-no-break.ly
311
- - examples/tab-with-line-with-no-break.midi
312
- - examples/tab-with-line-with-no-break.pdf
313
299
  - examples/tab-with-line-with-no-break.rb
314
300
  - examples/tab-with-partial.ly
315
- - examples/tab-with-partial.midi
316
- - examples/tab-with-partial.pdf
317
301
  - examples/tab-with-partial.rb
318
302
  - examples/tab-with-repeats.ly
319
- - examples/tab-with-repeats.midi
320
- - examples/tab-with-repeats.pdf
321
303
  - examples/tab-with-repeats.rb
322
304
  - examples/tab-with-reused-bar-in-stanza.ly
323
- - examples/tab-with-reused-bar-in-stanza.midi
324
- - examples/tab-with-reused-bar-in-stanza.pdf
325
305
  - examples/tab-with-reused-bar-in-stanza.rb
326
306
  - examples/tab-with-time-signature.ly
327
- - examples/tab-with-time-signature.midi
328
- - examples/tab-with-time-signature.pdf
329
307
  - examples/tab-with-time-signature.rb
330
308
  - gitara.gemspec
331
309
  - lib/gitara.rb
Binary file