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