Sha256: fd27a170d09d37fe628cac0d1d7bf4fb300a5d612451d516ab1ea166cae78e77
Contents?: true
Size: 894 Bytes
Versions: 2
Compression:
Stored size: 894 Bytes
Contents
$LOAD_PATH.push File.expand_path("../lib", __FILE__) require "attributes_dsl/version" Gem::Specification.new do |gem| gem.name = "attributes_dsl" gem.version = AttributesDSL::VERSION.dup gem.author = "Andrew Kozin" gem.email = "andrew.kozin@gmail.com" gem.homepage = "https://github.com/nepalez/attributes_dsl" gem.summary = "Lightweight DSL to define PORO attributes" gem.license = "MIT" gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR) gem.test_files = Dir["spec/**/*.rb"] gem.extra_rdoc_files = Dir["README.md", "LICENSE"] gem.require_paths = ["lib"] gem.required_ruby_version = ">= 1.9.3" gem.add_runtime_dependency "ice_nine", "~> 0.11" gem.add_runtime_dependency "equalizer", "~> 0.0", ">= 0.0.11" gem.add_development_dependency "hexx-rspec", "~> 0.5", ">= 0.5.2" end # Gem::Specification
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
attributes_dsl-0.0.2 | attributes_dsl.gemspec |
attributes_dsl-0.0.1 | attributes_dsl.gemspec |