Sha256: 6e4e68ddfee4c86b6aa88034969e6e3db6ee76997bddc9e1dc8b93640350c6bd

Contents?: true

Size: 594 Bytes

Versions: 3

Compression:

Stored size: 594 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'],
    ['minitest', '~> 5.8.3']
  ]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bitly-1.0.2 Rakefile
bitly-1.0.1 Rakefile
bitly-1.0.0 Rakefile