Sha256: ec864688f70c8fd693eba53c9dce1fa8817ab6d51dfb44d646fd795fb116f59a

Contents?: true

Size: 787 Bytes

Versions: 4

Compression:

Stored size: 787 Bytes

Contents

# encoding: utf-8

require File.expand_path('../lib/adamantium/version', __FILE__)

Gem::Specification.new do |gem|
  gem.name        = 'adamantium'
  gem.version     = Adamantium::VERSION.dup
  gem.authors     = ['Dan Kubb', 'Markus Schirp']
  gem.email       = %w[dan.kubb@gmail.com mbj@seonic.net]
  gem.description = 'Immutable extensions to objects'
  gem.summary     = gem.description
  gem.homepage    = 'https://github.com/dkubb/adamantium'

  gem.require_paths    = %w[lib]
  gem.files            = `git ls-files`.split($/)
  gem.test_files       = `git ls-files -- spec/{unit,integration}`.split($/)
  gem.extra_rdoc_files = %w[LICENSE README.md TODO]

  gem.add_runtime_dependency('ice_nine', '~> 0.8.0')

  gem.add_development_dependency('bundler', '~> 1.3', '>= 1.3.5')
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
adamantium-0.0.11 adamantium.gemspec
adamantium-0.0.10 adamantium.gemspec
adamantium-0.0.9 adamantium.gemspec
adamantium-0.0.8 adamantium.gemspec