Sha256: c3e2fe490332310c95a116d165a9c8442221759d4f9b3ec2fdc5d8cd1eef4316
Contents?: true
Size: 439 Bytes
Versions: 2
Compression:
Stored size: 439 Bytes
Contents
require 'rubygems' require 'rake' require 'echoe' require './lib/bitly.rb' Echoe.new('bitly', Bitly::VERSION) do |p| p.description = "Use the bit.ly API to shorten or expand URLs" p.url = "http://github.com/philnash/bitly" p.author = "Phil Nash" p.email = "philnash@gmail.com" p.extra_deps = [ ['crack', '>= 0.1.4'], ['httparty', '>= 0.7.6'], ['oauth2', '>= 0.5.0', '< 0.9'] ] p.development_dependencies = [] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bitly-0.8.1 | Rakefile |
bitly-0.8.0 | Rakefile |