Sha256: 732d469a0cb52d5799d278a1832d7e3e818610df33c6fccfa2087940cb3cb736
Contents?: true
Size: 680 Bytes
Versions: 1
Compression:
Stored size: 680 Bytes
Contents
Gem::Specification.new do |gem| gem.name = "envious" gem.version = "0.1.1" gem.authors = ["Ryan Nielson"] gem.email = ["ryan.nielson@gmail.com"] gem.description = %q{Easy Ruby on Rails application and environment configuration.} gem.summary = %q{Easy Ruby on Rails application and environment configuration using YAML and ENV.} gem.homepage = "http://github.com/ryannielson/envious" gem.add_dependency "rails", "~> 3.0" gem.add_development_dependency "rspec", "~> 2.0" gem.files = `git ls-files`.split($/) gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
envious-0.1.1 | envious.gemspec |