All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.ice_nine-0.11.2.ice_nine.gemspec Maven / Gradle / Ivy

The newest version!
# encoding: utf-8

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

Gem::Specification.new do |gem|
  gem.name        = 'ice_nine'
  gem.version     = IceNine::VERSION.dup
  gem.authors     = ['Dan Kubb']
  gem.email       = %w[[email protected]]
  gem.description = 'Deep Freeze Ruby Objects'
  gem.summary     = gem.description
  gem.homepage    = 'https://github.com/dkubb/ice_nine'
  gem.license     = 'MIT'

  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_development_dependency('bundler', '~> 1.6', '>= 1.6.1')
end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy