Sha256: 00fab6671935e8c9bca35b7096335f2408a27251d949f8ec6201d0d9bef17ba8

Contents?: true

Size: 796 Bytes

Versions: 73

Compression:

Stored size: 796 Bytes

Contents

$:.push File.expand_path('../lib', __FILE__)
require 'rconf/version'

Gem::Specification.new do |s|
  s.name        = 'rconf'
  s.version     = RightConf::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['Raphael Simon']
  s.email       = ['raphael@rightscale.com']
  s.homepage    = 'http://rubygems.org/gems/rconf'
  s.summary     = %q{Cross platform environment configuration}
  s.description = RightConf::DESCRIPTION

  s.rubyforge_project = 'rconf'

  s.add_development_dependency('rspec', "~> 2.5")
  s.add_development_dependency('flexmock', "~> 0.9")

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

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
rconf-1.0.13 rconf.gemspec
rconf-1.0.12 rconf.gemspec
rconf-1.0.11 rconf.gemspec
rconf-1.0.10 rconf.gemspec
rconf-1.0.9 rconf.gemspec
rconf-1.0.8 rconf.gemspec
rconf-1.0.7 rconf.gemspec
rconf-1.0.6 rconf.gemspec
rconf-1.0.5 rconf.gemspec
rconf-1.0.4 rconf.gemspec
rconf-1.0.3 rconf.gemspec
rconf-1.0.1 rconf.gemspec
rconf-1.0.0 rconf.gemspec
rconf-0.10.1 rconf.gemspec
rconf-0.10.0 rconf.gemspec
rconf-0.9.25 rconf.gemspec
rconf-0.9.24 rconf.gemspec
rconf-0.9.23 rconf.gemspec
rconf-0.9.22 rconf.gemspec
rconf-0.9.21 rconf.gemspec