Skip to content

Commit

Permalink
add a gemspec via rake debug_gem > googleajax.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley Beary committed May 20, 2008
1 parent 742117d commit fcafff1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions googleajax.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
(in /Users/monki/dev/google_ajax)
Gem::Specification.new do |s|
s.name = %q{GoogleAjax}
s.version = "0.1.0"

s.specification_version = 2 if s.respond_to? :specification_version=

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["monki(Wesley Beary)"]
s.date = %q{2008-05-19}
s.description = %q{Ruby wrapper to the Google AJAX API REST interfaces(Feeds, Language and Search).}
s.email = ["monki@geemus.com"]
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
s.files = ["History.txt", "Manifest.txt", "README.txt", "Rakefile", "lib/google_ajax.rb", "lib/google_ajax/feed.rb", "lib/google_ajax/language.rb", "lib/google_ajax/parser.rb", "lib/google_ajax/search.rb", "lib/google_ajax/version.rb", "test/test_google_ajax.rb"]
s.has_rdoc = true
s.homepage = %q{http://googleajax.rubyforge.com}
s.rdoc_options = ["--main", "README.txt"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{googleajax}
s.rubygems_version = %q{1.1.1}
s.summary = %q{Ruby wrapper to the Google AJAX API REST interfaces(Feeds, Language and Search).}
s.test_files = ["test/test_google_ajax.rb"]

s.add_dependency(%q<json>, [">= 1.0.0"])
s.add_dependency(%q<hoe>, [">= 1.5.1"])
end

0 comments on commit fcafff1

Please sign in to comment.