Sha256: b3e6a023aadba1289749490ec415baa9b95dcd03ebc2812363a7bd5680b208cd

Contents?: true

Size: 846 Bytes

Versions: 4

Compression:

Stored size: 846 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path('../lib', __FILE__)
require 'yodel_production_environment'

Gem::Specification.new do |s|
  s.name        = 'yodel_production_environment'
  s.version     = YodelProductionEnvironment::VERSION
  s.authors     = ['Will Cannings']
  s.email       = ['me@willcannings.com']
  s.homepage    = 'http://yodelcms.com'
  s.summary     = 'Yodel Production Environment Support'
  s.description = 'Yodel Production Environment Support'

  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']

  # specify any dependencies here; for example:
  # s.add_development_dependency "rspec"
  # s.add_runtime_dependency "rest-client"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yodel_production_environment-0.0.7 yodel_production_environment.gemspec
yodel_production_environment-0.0.4 yodel_production_environment.gemspec
yodel_production_environment-0.0.2 yodel_production_environment.gemspec
yodel_production_environment-0.0.1 yodel_production_environment.gemspec