Sha256: 1ad6dd04034df4b6e4d1b49dd8d83ee225d16b9877bda26cff6a46c43f5b51e9
Contents?: true
Size: 871 Bytes
Versions: 2
Compression:
Stored size: 871 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 "rspec", ">= 2.8.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
woothee-0.4.1 | woothee.gemspec |
woothee-0.4.0 | woothee.gemspec |