Sha256: 8cc757f3bd071bfc4bf8e25172bfec0f02e4f93a20a6fd27db91c40cb4fd4856

Contents?: true

Size: 911 Bytes

Versions: 11

Compression:

Stored size: 911 Bytes

Contents

# encoding: utf-8

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'woothee/version'

Gem::Specification.new do |gem|
  gem.name        = "woothee"
  gem.description = "Cross-language UserAgent classifier library, ruby implementation"
  gem.homepage    = "https://github.com/woothee/woothee-ruby"
  gem.summary     = gem.description
  gem.version     = Woothee::VERSION
  gem.authors     = ["TAGOMORI Satoshi"]
  gem.email       = "tagomoris@gmail.com"
  gem.has_rdoc    = false
  #gem.platform    = Gem::Platform::RUBY
  gem.files       = `git ls-files`.split("\n")
  gem.test_files  = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.require_paths = ['lib']

  gem.add_development_dependency "rake"
  gem.add_development_dependency "rspec", ">= 2.8.0"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
woothee-1.8.0 woothee.gemspec
woothee-1.7.0 woothee.gemspec
woothee-1.5.0 woothee.gemspec
woothee-1.4.0 woothee.gemspec
woothee-1.3.0 woothee.gemspec
woothee-1.2.0 woothee.gemspec
woothee-1.1.1 woothee.gemspec
woothee-1.1.0 woothee.gemspec
woothee-1.0.1 woothee.gemspec
woothee-1.0.0 woothee.gemspec
woothee-0.4.2 woothee.gemspec