Sha256: ed86cfa140193613d843d53e3b8dbb3f3b63ae8d1f69e6ca32a5bf541bf6b44b

Contents?: true

Size: 900 Bytes

Versions: 10

Compression:

Stored size: 900 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/springboard/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Grant Rodgers"]
  gem.email         = ["grantr@gmail.com"]
  gem.summary       = %q{Run elasticsearch as a gem binary}
  gem.description   = %q{Packages up elasticsearch in a gem and adds a ruby executable to run it easily with relative config paths.
                         Makes elasticsearch dead simple to develop with.}
  gem.homepage      = "http://github.com/grantr/springboard"

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

  gem.add_development_dependency 'rake'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
springboard-1.1.1 springboard.gemspec
springboard-1.0.1 springboard.gemspec
springboard-0.90.12 springboard.gemspec
springboard-0.90.2 springboard.gemspec
springboard-0.90.1 springboard.gemspec
springboard-0.90.0 springboard.gemspec
springboard-0.20.6 springboard.gemspec
springboard-0.20.5 springboard.gemspec
springboard-0.20.4 springboard.gemspec
springboard-0.20.2 springboard.gemspec