Sha256: fb9a98f585e3ec1525b01c6807a160b8ea6c3ebda042a8c89fe821534123409c

Contents?: true

Size: 1.2 KB

Versions: 6

Compression:

Stored size: 1.2 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "attentive"
  spec.version       = Attentive::VERSION
  spec.authors       = ["Bob Lail"]
  spec.email         = ["bob.lailfamily@gmail.com"]

  spec.summary       = %q{A library for matching messages to natural-language listeners}
  spec.homepage      = "https://github.com/houston/attentive"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(data|test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_dependency "thread_safe"

  spec.add_development_dependency "bundler", "~> 1.10"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "minitest", "~> 5.0"
  spec.add_development_dependency "pry"
  spec.add_development_dependency "minitest-reporters"
  spec.add_development_dependency "minitest-reporters-turn_reporter"
  spec.add_development_dependency "shoulda-context"
  spec.add_development_dependency "timecop"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
attentive-0.3.2 attentive.gemspec
attentive-0.3.1 attentive.gemspec
attentive-0.3.0 attentive.gemspec
attentive-0.2.0 attentive.gemspec
attentive-0.1.1 attentive.gemspec
attentive-0.1.0 attentive.gemspec