Sha256: ac18bb22a214ec3f70332bbbb6f412534e6c76b4c88a93b83a668579cc0d0139

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'bottle_rocket'
  spec.version       = BottleRocket::VERSION
  spec.authors       = ['Andreas Busold']
  spec.email         = ['an.bu@gmx.net']
  spec.description   = %q{Work in progress! Adds a countdown to your views. Countdown is updated via JavaScript.}
  spec.summary       = %q{Work in progress! Adds a countdown to your views. Countdown is updated via JavaScript.}
  spec.homepage      = 'https://github.com/neopoly/bottle_rocket'
  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'
  spec.add_development_dependency 'railties'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bottle_rocket-0.0.1 bottle_rocket.gemspec