Sha256: dc5fcc2585d16ee88ce543b164fdff2735c112faad66650f8b58b13984939fe9

Contents?: true

Size: 744 Bytes

Versions: 2

Compression:

Stored size: 744 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/two_faced/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Kevin Horst"]
  gem.email         = ["krhorst@gmail.com"]
  gem.description   = "Monkey-patch your data"
  gem.summary       = "Add context-specific overrides to model attributes without new columns"
  gem.homepage      = "http://github.com/krhorst/two_faced"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "two_faced"
  gem.require_paths = ["lib"]
  gem.version       = TwoFaced::VERSION
  gem.add_development_dependency "rspec"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
two_faced-0.0.2 two_faced.gemspec
two_faced-0.0.2.alpha two_faced.gemspec