Sha256: 900cfcab13f46560671d2e57f5933e0a5f0ded08b9aaeb2cc126cc6417514fc9

Contents?: true

Size: 853 Bytes

Versions: 7

Compression:

Stored size: 853 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["Collin Redding", "Kelly Redding"]
  gem.email         = ["collin.redding@me.com", "kelly@kellyredding.com"]
  gem.description   = %q{A DSL for defining, organizing and accessing options.}
  gem.summary       = %q{A DSL for defining, organizing and accessing options.}
  gem.homepage      = "https://github.com/redding/ns-options"

  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.name          = "ns-options"
  gem.require_paths = ["lib"]
  gem.version       = NsOptions::VERSION

  gem.add_development_dependency("assert", ["~>1.0"])
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ns-options-1.1.1 ns-options.gemspec
ns-options-1.1.0 ns-options.gemspec
ns-options-1.0.1 ns-options.gemspec
ns-options-1.0.0 ns-options.gemspec
ns-options-1.0.0.rc4 ns-options.gemspec
ns-options-1.0.0.rc3 ns-options.gemspec
ns-options-1.0.0.rc2 ns-options.gemspec