Sha256: 85ebcb6f35fe01442fffbd661aa97800dbff6fa26542b04ce45f9d0d686fecc4
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.3.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.3.0 | woothee.gemspec |