# -*- encoding: utf-8 -*- # stub: urban_dictionary 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "urban_dictionary".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ryan Greenberg".freeze] s.date = "2012-12-03" s.description = "Interface to urbandictionary.com".freeze s.email = ["ryangreenberg@gmail.com".freeze] s.executables = ["urban_dictionary".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "bin/urban_dictionary".freeze, "lib/urban_dictionary.rb".freeze, "lib/urban_dictionary/entry.rb".freeze, "lib/urban_dictionary/version.rb".freeze, "lib/urban_dictionary/word.rb".freeze, "spec/html/test_with_results.html".freeze, "spec/html/test_without_results.html".freeze, "spec/spec_helper.rb".freeze, "spec/urban_dictionary/entry_spec.rb".freeze, "spec/urban_dictionary/word_spec.rb".freeze, "spec/urban_dictionary_spec.rb".freeze, "urban_dictionary.gemspec".freeze] s.homepage = "".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Interface to urbandictionary.com".freeze s.test_files = ["spec/html/test_with_results.html".freeze, "spec/html/test_without_results.html".freeze, "spec/spec_helper.rb".freeze, "spec/urban_dictionary/entry_spec.rb".freeze, "spec/urban_dictionary/word_spec.rb".freeze, "spec/urban_dictionary_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 1.5.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end