Sha256: 981a6158360b02f82869e5ad4e2e2e1cabcd9f9cf521fb99731de17237e17a85

Contents?: true

Size: 341 Bytes

Versions: 1

Compression:

Stored size: 341 Bytes

Contents

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

  s.files = `git ls-files`.split("\n")
  s.license = "MIT"
  s.require_path = "lib"
  s.executables = ["bump"]
end


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bump-0.3.2 bump.gemspec