Sha256: 94d39608f6bdff10095d462f68533197ed0a7dc25ed2c65a33f6d25960feeaea
Contents?: true
Size: 586 Bytes
Versions: 1
Compression:
Stored size: 586 Bytes
Contents
Gem::Specification.new do |gem| gem.name = "envious" gem.version = "0.1.0" 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.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.0 | envious.gemspec |