Sha256: c1531aab80e5d0a871d69504f779459683a65058ea46cf874a6c39b12558681f

Contents?: true

Size: 873 Bytes

Versions: 4

Compression:

Stored size: 873 Bytes

Contents

Gem::Specification.new do |s|

  s.name = 'podoff'

  s.version = File.read(
    File.expand_path('../lib/podoff.rb', __FILE__)
  ).match(/ VERSION *= *['"]([^'"]+)/)[1]

  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.license = 'MIT'
  s.summary = 'a tool to deface PDF documents'

  s.description = %{
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',
    "#{s.name}.gemspec",
  ]

  #s.add_runtime_dependency 'tzinfo'

  s.add_development_dependency 'rspec', '~> 3.7'

  s.require_path = 'lib'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
podoff-1.4.0 podoff.gemspec
podoff-1.3.0 podoff.gemspec
podoff-1.2.4 podoff.gemspec
podoff-1.2.3 podoff.gemspec