podoff.gemspec in podoff-1.2.2 vs podoff.gemspec in podoff-1.2.3

- old
+ new

@@ -9,27 +9,29 @@ s.platform = Gem::Platform::RUBY s.authors = [ 'John Mettraux' ] s.email = [ 'jmettraux@gmail.com' ] s.homepage = 'http://github.com/jmettraux/podoff' - s.rubyforge_project = 'rufus' + #s.rubyforge_project = 'rufus' s.license = 'MIT' s.summary = 'a tool to deface PDF documents' s.description = %{ -a tool to deface PDF documents +A library to write over existing PDF documents }.strip #s.files = `git ls-files`.split("\n") s.files = Dir[ + 'README.{md,txt}', + 'CHANGELOG.{md,txt}', 'CREDITS.{md,txt}', 'LICENSE.{md,txt}', 'Makefile', - 'lib/**/*.rb', 'spec/**/*.rb', 'test/**/*.rb', - '*.gemspec', '*.txt', '*.rdoc', '*.md' + 'lib/**/*.rb', #'spec/**/*.rb', 'test/**/*.rb', + "#{s.name}.gemspec", ] #s.add_runtime_dependency 'tzinfo' - s.add_development_dependency 'rspec', '>= 2.13.0' + s.add_development_dependency 'rspec', '~> 3.7' s.require_path = 'lib' end