Sha256: dc8de223ee2c0a9a19c442c53f5caafb5ea211aff986a87a4a2d869d4d202465
Contents?: true
Size: 977 Bytes
Versions: 1
Compression:
Stored size: 977 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "dc-settingslogic" s.version = "2.1.1" s.platform = Gem::Platform::RUBY s.authors = ["Ben Johnson", "Jeong, Jiung"] s.email = ["bjohnson@binarylogic.com", "ethernuiel@sanultari.com"] s.homepage = "http://github.com/sanultari/settingslogic" s.summary = %q{A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern.} s.description = %q{A simple and straightforward 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 |
---|---|
dc-settingslogic-2.1.1 | settingslogic.gemspec |