Sha256: a06975066fef8cadb4a38836bf03c8ace74bd5a66af8135bba02fe1a8981a7ef

Contents?: true

Size: 930 Bytes

Versions: 1

Compression:

Stored size: 930 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
  s.name        = "constant-redefinition"
  s.version     = "1.1.0"
  s.authors     = ["David Czarnecki"]
  s.email       = ["me@davidczarnecki.com"]
  s.homepage    = "https://github.com/czarneckid/constant-redefinition"
  s.summary     = %q{Allows you to define constants if not defined on an object and redefine constants without warning}
  s.description = %q{Allows you to define constants if not defined on an object and redefine constants without warning}

  s.rubyforge_project = "constant-redefinition"

  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"]

  s.add_development_dependency('rake')
  s.add_development_dependency('rspec')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
constant-redefinition-1.1.0 constant-redefinition.gemspec