# -*- encoding: utf-8 -*- # stub: trusty_google_custom_search 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "trusty_google_custom_search".freeze s.version = "1.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Eric Sipple".freeze] s.date = "2014-12-09" s.description = "Provides access to google custom search that can be integrated with a website.".freeze s.email = ["sipple@trustarts.org".freeze] s.files = ["MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "init.rb".freeze, "install.rb".freeze, "lib/google_custom_search.rb".freeze, "lib/google_custom_search/search.rb".freeze, "lib/google_custom_search/search_result.rb".freeze, "lib/google_custom_search/search_result_item.rb".freeze, "spec/google_custom_search/search_result_item_spec.rb".freeze, "spec/google_custom_search/search_result_spec.rb".freeze, "spec/google_custom_search/search_spec.rb".freeze, "spec/rcov.opts".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "tasks/google_custom_search_tasks.rake".freeze, "trusty-google-custom-search.gemspec".freeze, "uninstall.rb".freeze] s.homepage = "https://github.com/pgharts/google_custom_search/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Interface for google custom search".freeze s.test_files = ["spec/google_custom_search/search_result_item_spec.rb".freeze, "spec/google_custom_search/search_result_spec.rb".freeze, "spec/google_custom_search/search_spec.rb".freeze, "spec/rcov.opts".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 0.8.6".freeze]) end