Sha256: d00f7e9d1f3e47f98d7d388232d730d43da4fb1e2b84fc5f7df74d84f8ec68dd

Contents?: true

Size: 465 Bytes

Versions: 9

Compression:

Stored size: 465 Bytes

Contents

# -*- ruby -*-

require 'rubygems'
require 'rake'
require 'echoe'
require './lib/bitly.rb'

# modified by coryosborn to remove native JSON dependency

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.1']]
  p.development_dependencies = []
end

# vim: syntax=Ruby

Version data entries

9 entries across 9 versions & 4 rubygems

Version Path
erkki-bitly-0.3.1 Rakefile
gotwalt-bitly-0.2.1 Rakefile
philnash-bitly-0.2 Rakefile
philnash-bitly-0.3.1 Rakefile
philnash-bitly-0.3 Rakefile
bitly-0.3.2 Rakefile
bitly-0.3.1 Rakefile
bitly-0.2 Rakefile
bitly-0.3 Rakefile