Sha256: 4173ca3c9d25a1c6e94f016b7f3c714dffc98d219d01c68a9008824b3ba2b7a2
Contents?: true
Size: 890 Bytes
Versions: 1
Compression:
Stored size: 890 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.licenses = 'MIT' gem.require_paths = %w[lib] gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- spec/{unit,integration}`.split("\n") gem.extra_rdoc_files = %w[LICENSE README.md CONTRIBUTING.md TODO] gem.add_runtime_dependency('ice_nine', '~> 0.9') gem.add_runtime_dependency('thread_safe', '~> 0.1.2') gem.add_development_dependency('bundler', '~> 1.3', '>= 1.3.5') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
adamantium-0.1.0 | adamantium.gemspec |