Sha256: 571fb91c9a301143128175ef1a46d399ca45da4b6e794718f56788559a40945f

Contents?: true

Size: 736 Bytes

Versions: 1

Compression:

Stored size: 736 Bytes

Contents

# encoding: utf-8

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     = "0.3.9"
  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 "rspec", ">= 2.8.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
woothee-0.3.9 woothee.gemspec