Sha256: df7eadb7a07bcd2febcdd7c5d9a28d22984487c9dc7c5a8c413c588a525e52b6
Contents?: true
Size: 556 Bytes
Versions: 1
Compression:
Stored size: 556 Bytes
Contents
Gem::Specification.new do |s| s.name = "cinch-urbandictionary" s.version = "0.10.0" s.platform = Gem::Platform::RUBY s.authors = ["Lee Jarvis"] s.email = ["lee@jarvis.co"] s.homepage = "http://github.com/cinchrb/cinch-urbandictionary" s.summary = %q{A Cinch plugin for fetching the top result of an Urban Dictionary query} s.description = s.summary s.files = `git ls-files`.split("\n") s.require_paths = ["lib"] s.add_dependency 'cinch', '~> 2.0' s.add_dependency 'nokogiri', '>= 1.4.4' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cinch-urbandictionary-0.10.0 | cinch-urbandictionary.gemspec |