Sha256: 2265fc137c46f4d7720c92b1033dfb583d6b5fb4d4a45289d5354cf38451a818

Contents?: true

Size: 382 Bytes

Versions: 1

Compression:

Stored size: 382 Bytes

Contents

Gem::Specification.new do |s|
  s.name = "bump"
  s.version = "0.1.2"
  s.author = "Gregory Marcilhacy"
  s.email = "g.marcilhacy@gmail.com"
  s.homepage = "http://github.com/gregorymp/bump"
  s.summary = "Bump your gem version file"

  s.files = %w(
    README.textile
    bump.gemspec
    bin/bump
    lib/bump.rb
  )
  
  s.require_path = "lib"
  s.executables = ["bump"]

end


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bump-0.1.2 bump.gemspec