Sha256: a1d5cb3ba8a9a391a17de90f4454131d25d9ddf9bd94504f2c3d02a62afa9d1c

Contents?: true

Size: 887 Bytes

Versions: 3

Compression:

Stored size: 887 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'rocktumbler/version'

Gem::Specification.new do |spec|
  spec.name          = "rocktumbler"
  spec.version       = Rocktumbler::VERSION
  spec.authors       = ["Simon Reed"]
  spec.email         = ["simonpreed@gmail.com"]

  spec.summary       = %q{Polish your Gemfile to make sure it remains consistent.}
  spec.description   = %q{Polish your Gemfile to make sure it remains consistent.}
  spec.homepage      = "https://github.com/simonreed/rocktumbler"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.executables   = %w(tumble)
  spec.require_paths = ["lib"]

  spec.add_development_dependency "rake", "~> 10.0"

  spec.add_runtime_dependency "bundler", "~> 1.8"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rocktumbler-0.1.2 rocktumbler.gemspec
rocktumbler-0.1.1 rocktumbler.gemspec
rocktumbler-0.1.0 rocktumbler.gemspec