Sha256: 05bf64484325a66e89bc3b332c8feb32058e25fd0dd0c3ee75a8a455f8ceb286
Contents?: true
Size: 780 Bytes
Versions: 1
Compression:
Stored size: 780 Bytes
Contents
# encoding: utf-8 # $:.push File.expand_path('../lib', __FILE__) Gem::Specification.new do |gem| gem.name = "woothee" gem.description = "Cross-language UserAgent classifier library, ruby implementation" gem.homepage = "https://github.com/tagomoris/woothee" gem.summary = gem.description gem.version = "0.2.0" 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.2.0 | woothee.gemspec |