jamming.gemspec in jamming-0.1.2 vs jamming.gemspec in jamming-0.2.0
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{jamming}
- s.version = "0.1.2"
+ s.version = "0.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andrés Mejía"]
- s.date = %q{2010-12-20}
+ s.date = %q{2010-12-21}
s.description = %q{A Ruby library to generate images of guitar chords}
s.email = %q{andmej@gmail.com}
s.extra_rdoc_files = [
"LICENSE.txt",
"README.markdown"
@@ -26,9 +26,10 @@
"VERSION",
"examples/Em7#9.png",
"jamming.gemspec",
"lib/jamming.rb",
"lib/jamming/chord.rb",
+ "lib/jamming/dictionary.rb",
"lib/jamming/png_formatter.rb",
"test/helper.rb",
"test/test_jamming.rb"
]
s.homepage = %q{http://github.com/andmej/jamming}