Sha256: 19bdb608b41815f0f1bf9cf13dd77d64cde46efd72400efa3176a87b5a533ffe

Contents?: true

Size: 883 Bytes

Versions: 5

Compression:

Stored size: 883 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "rickshaw"
  spec.version       = Rickshaw::VERSION
  spec.authors       = ["Gregory Ostermayr"]
  spec.email         = ["gregory.ostermayr@gmail.com"]
  spec.description   = %q{Get SHA1 and other hashes easily}
  spec.summary       = %q{Get SHA1 and other hashes easily}
  spec.homepage      = "https://github.com/gregors/rickshaw"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rickshaw-0.4.0 rickshaw.gemspec
rickshaw-0.3.1 rickshaw.gemspec
rickshaw-0.3.0 rickshaw.gemspec
rickshaw-0.2.0 rickshaw.gemspec
rickshaw-0.1.0 rickshaw.gemspec