fontrobot.gemspec in fontrobot-0.1.2 vs fontrobot.gemspec in fontrobot-0.1.3

- old
+ new

@@ -8,10 +8,10 @@ gem.version = Fontrobot::VERSION gem.authors = ["Tim Barkow"] gem.email = ["tim@robotloveskitten.com"] gem.summary = %q{Generate custom icon webfonts from the command line.} gem.description = %q{Transforms EPS and SVG vectors into icon webfonts. Generates Bootstrap compatible CSS for easy inclusion in your projects.} - gem.homepage = "http://robotloveskitten.github.com/fontrobot/" + gem.homepage = "http://github.com/robotloveskitten/fontrobot/" gem.licenses = ["MIT", "MPL 1.1/GPL 2.0/LGPL 2.1"] gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/})