Sha256: 255c2bf12003da0a93b6afb0a25ed227a08b65dfed68ca81fa4eb435ccfce378

Contents?: true

Size: 608 Bytes

Versions: 6

Compression:

Stored size: 608 Bytes

Contents

# LeadTune API Ruby Gem
#
# http://github.com/leadtune/leadtune-ruby
# Eric Wollesen (mailto:devs@leadtune.com)
# Copyright 2010 LeadTune LLC

source :gemcutter

group :development do
  unless RUBY_PLATFORM == "java"
    case RUBY_VERSION
    when /^1.9.2/
      gem "ruby-debug19"
    when /^1.8/
      gem "ruby-debug"
    end
  end
  gem "rake"
  gem "rdoc"
  gem "rspec", "2.0.0.beta.19"
  gem "rspec-core", "2.0.0.beta.19"
  gem "rspec-expectations", "2.0.0.beta.19"
  gem "rspec-mocks"
  gem "tcpsocket-wait"
  gem "webmock", :git => "http://github.com/phiggins/webmock.git"
end

gem "json"
gem "curb"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
leadtune-0.0.9 Gemfile
leadtune-0.0.8 Gemfile
leadtune-0.0.7 Gemfile
leadtune-0.0.6 Gemfile
leadtune-0.0.5 Gemfile
leadtune-0.0.4 Gemfile