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