Sha256: 0a11703cc0c636a0b9c9ed5fb317f202e1cad120ba2a24237bd58eb494239dca

Contents?: true

Size: 1.25 KB

Versions: 34

Compression:

Stored size: 1.25 KB

Contents

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

Gem::Specification.new do |s|
  s.name              = %q{toolhound-ruby}
  s.version           = Toolhound::VERSION.dup
  s.platform          = Gem::Platform::RUBY
  s.license           = 'MIT'

  s.authors           = ["Markus Klooth"]
  s.date              = Time.now.strftime "%Y-%m-%d"
  s.description       = %q{A wrapper around the nearmissapp.com API.}
  s.email             = %q{support@nearmissapp.com}
  s.extra_rdoc_files  = ["README.md"]
  s.files             = `git ls-files -z`.split("\x0")
  s.executables       = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
  s.homepage          = %q{https://github.com/nearmiss/nearmiss-ruby}
  s.rdoc_options      = ["--charset=UTF-8"]
  s.require_paths     = ["lib"]
  s.rubyforge_project = %q{toolhound-ruby}
  s.rubygems_version  = %q{1.3.5}
  s.summary           = %q{A wrapper around Toolhound API.}
  s.test_files        = Dir.glob("spec/**/*")

  s.required_ruby_version = '>= 1.9.3'

  # s.add_dependency("sawyer", ">= 0.5.5")
  # s.add_dependency("multi_json", '>= 1.3.0')
  s.add_dependency("tiny_tds", ">= 0.7")
  s.add_development_dependency 'bundler', '~> 1.0'
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
toolhound-ruby-1.0.37 toolhound-ruby.gemspec
toolhound-ruby-1.0.36 toolhound-ruby.gemspec
toolhound-ruby-1.0.35 toolhound-ruby.gemspec
toolhound-ruby-1.0.34 toolhound-ruby.gemspec
toolhound-ruby-1.0.33 toolhound-ruby.gemspec
toolhound-ruby-1.0.32 toolhound-ruby.gemspec
toolhound-ruby-1.0.31 toolhound-ruby.gemspec
toolhound-ruby-1.0.30 toolhound-ruby.gemspec
toolhound-ruby-1.0.29 toolhound-ruby.gemspec
toolhound-ruby-1.0.28 toolhound-ruby.gemspec
toolhound-ruby-1.0.27 toolhound-ruby.gemspec
toolhound-ruby-1.0.26 toolhound-ruby.gemspec
toolhound-ruby-1.0.25 toolhound-ruby.gemspec
toolhound-ruby-1.0.24 toolhound-ruby.gemspec
toolhound-ruby-1.0.23 toolhound-ruby.gemspec
toolhound-ruby-1.0.22 toolhound-ruby.gemspec
toolhound-ruby-1.0.21 toolhound-ruby.gemspec
toolhound-ruby-1.0.20 toolhound-ruby.gemspec
toolhound-ruby-1.0.19 toolhound-ruby.gemspec
toolhound-ruby-1.0.18 toolhound-ruby.gemspec