elegant.gemspec in elegant-1.2.0 vs elegant.gemspec in elegant-1.2.1

- old
+ new

@@ -8,10 +8,10 @@ spec.authors = ['claudiob'] spec.email = ['claudiob@gmail.com'] spec.summary = %q{An elegant layout for PDF reports generated in Ruby.} spec.description = %q{Elegant expands Prawn providing a new class to generate new pages with an elegant layout.} - spec.homepage = 'https://github.com/Fullscreen/elegant' + spec.homepage = 'https://github.com/claudiob/elegant' spec.license = 'MIT' spec.required_ruby_version = '>= 2.1' # 2.0 does not have Array#to_h spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }