Sha256: ed24b572ca0106978e271821d0782f1986326e72a34e0a7b292129ab015dc989
Contents?: true
Size: 939 Bytes
Versions: 1
Compression:
Stored size: 939 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "readwritesettings" s.version = "3.0.1" s.platform = Gem::Platform::RUBY s.authors = ["Dr Nic Williams", "Ben Johnson"] s.email = ["drnicwilliams@gmail.com", "bjohnson@binarylogic.com"] s.homepage = "http://github.com/drnic/readwritesettings" s.summary = %q{A simple settings solution that uses an ERB enabled YAML file and a singleton design pattern.} s.description = %q{A simple settings solution that uses an ERB enabled YAML file and a singleton design pattern.} s.add_development_dependency 'rake' s.add_development_dependency 'rspec' 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"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
readwritesettings-3.0.1 | readwritesettings.gemspec |