Sha256: eed4f81b16f553c74a65a1f5be7820958fb4f9e489c24952306387d8eaf5ab41

Contents?: true

Size: 564 Bytes

Versions: 1

Compression:

Stored size: 564 Bytes

Contents

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

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 = [
    ['multi_json', '~> 1.3'],
    ['httparty', '>= 0.7.6'],
    ['oauth2', '>= 0.5.0', '< 2.0']
  ]
  p.development_dependencies = [
    ['echoe'],
    ['rake'],
    ['shoulda'],
    ['flexmock'],
    ['fakeweb'],
    ['activesupport', '~> 3.2']
  ]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bitly-0.10.4 Rakefile