Sha256: bddac64777df543f1079e3496e3d76d59ba9902d543fa5f2f2ad7f19a08c80d1

Contents?: true

Size: 395 Bytes

Versions: 7

Compression:

Stored size: 395 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.5.2']]
  p.development_dependencies = []
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
bitly-0.5.5 Rakefile
bitly-0.5.4 Rakefile
cotweet-bitly-0.5.2 Rakefile
bitly-0.5.3 Rakefile
bitly-0.5.2 Rakefile
bitly-0.5.1 Rakefile
bitly-0.5.0 Rakefile