Sha256: 281a0303009a3ff7795feaa3abbba4a12928e9423d7f86500061c5e8a196ff17

Contents?: true

Size: 1008 Bytes

Versions: 31

Compression:

Stored size: 1008 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "geordi/version"

Gem::Specification.new do |s|
  s.name        = "geordi"
  s.version     = Geordi::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Henning Koch"]
  s.email       = ["henning.koch@makandra.de"]
  s.homepage    = "http://makandra.com"
  s.summary     = 'Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.'
  s.description = 'Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.'
  s.license     = 'MIT'

  s.rubyforge_project = "geordi"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_runtime_dependency 'thor', '>= 0.18.0'

  s.post_install_message = <<-ATTENTION
* Binary `geordi` installed
  ATTENTION
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
geordi-2.10.1 geordi.gemspec
geordi-2.10.0 geordi.gemspec
geordi-2.9.0 geordi.gemspec
geordi-2.8.0 geordi.gemspec
geordi-2.7.0 geordi.gemspec
geordi-2.6.0 geordi.gemspec
geordi-2.5.0 geordi.gemspec
geordi-2.4.0 geordi.gemspec
geordi-2.3.0 geordi.gemspec
geordi-2.2.0 geordi.gemspec
geordi-2.1.0 geordi.gemspec
geordi-2.0.0 geordi.gemspec
geordi-1.10.0 geordi.gemspec
geordi-1.9.1 geordi.gemspec
geordi-1.9.0 geordi.gemspec
geordi-1.8.0 geordi.gemspec
geordi-1.7.1 geordi.gemspec
geordi-1.7.0 geordi.gemspec
geordi-1.6.5 geordi.gemspec
geordi-1.6.4 geordi.gemspec