Sha256: 62f458c3783fafabf0894f9b6f2004dd816a050f20c8e607a154bbbb7a40f828

Contents?: true

Size: 1.23 KB

Versions: 1

Compression:

Stored size: 1.23 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'on_exactitude_in_science/version'

Gem::Specification.new do |spec|
  spec.name          = "on_exactitude_in_science"
  spec.version       = OnExactitudeInScience::VERSION
  spec.authors       = ["Cole Willsea"]
  spec.email         = ["coleww@gmail.com"]
  spec.summary       = %q{Extends Ruby to engage with the work of Jorge Luis Borges}
  spec.description   = %q{Allows user to access the text of 'On Exactitude In Science' by calling a method on any object wherein the method name is a symbol-ized representation of the text of 'On Exactitude In Science'.}
  spec.homepage      = "https://github.com/coleww/on_exactitude_in_science"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]
  
  spec.required_ruby_version = '>= 1.9.3'

  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake"
  spec.add_development_dependency 'test_construct'
  spec.add_development_dependency 'minitest'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
on_exactitude_in_science-0.1.0 on_exactitude_in_science.gemspec