Sha256: f5b7269219f01d4ec2b707b0613aeb49a3517e073a272498b57cd23cc79ca9df
Contents?: true
Size: 495 Bytes
Versions: 1
Compression:
Stored size: 495 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' $: << File.dirname(__FILE__) + '/lib' require './lib/googleajax.rb' Hoe.new('GoogleAjax', GoogleAjax::VERSION::STRING) do |p| p.rubyforge_name = 'googleajax' p.developer('monki(Wesley Beary)', 'monki@geemus.com') p.summary = 'Ruby wrapper to the Google AJAX API REST interfaces(Feeds, Language and Search).' p.url = 'http://googleajax.rubyforge.com' p.remote_rdoc_dir = '' p.extra_deps << ['json', '>= 1.0.0'] end # vim: syntax=Ruby
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
monki-GoogleAjax-0.1.0 | Rakefile |