Sha256: 6cf77ff1193e5ff534a16ba385e321529c879899eec09d7bd6437f19fb539a9c

Contents?: true

Size: 667 Bytes

Versions: 1

Compression:

Stored size: 667 Bytes

Contents

require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name = "hoptoad-api"
    s.summary = %Q{An unofficial gem for interacting with the Hoptoad API}
    s.email = "steve.agalloco@gmail.com"
    s.homepage = "http://github.com/spagalloco/hoptoad-api"
    s.description = "An unofficial gem for interacting with the Hoptoad API"
    s.authors = ["Steve Agalloco"]
    s.add_dependency(%q<activesupport>, [">= 2.1.0"])
    s.add_dependency(%q<activeresource>, [">= 2.1.0"])
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hoptoad-api-1.0.0 Rakefile