Sha256: 440f8d2155ae6d06205ff9294713a5bf2e6d4a217b56f091f7a080d3e142558f
Contents?: true
Size: 992 Bytes
Versions: 6
Compression:
Stored size: 992 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'bing_dictionary/version' Gem::Specification.new do |spec| spec.name = "bing_dictionary" spec.version = BingDictionary::VERSION spec.authors = ["lingceng"] spec.email = ["lingceng2008@gmail.com"] spec.summary = %q{Command line dictionary grabing http://cn.bing.com/} spec.description = %q{Command line dictionary grabing http://cn.bing.com/} spec.homepage = "https://github.com/lingceng/bing_dictionary" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "bin" spec.executables = 'dict' spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.11" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "minitest", "~> 5.0" spec.add_dependency "nokogiri", "~> 1.6" end
Version data entries
6 entries across 6 versions & 1 rubygems