Sha256: 010d21e74e6c76b75be4c1b7da1e81f3a86b881d1bbe54f1a74aedd787c0d207

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.0"
  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.0 settingslogic.gemspec