Sha256: cd8068b831c9b8a9ce08ab2667b7c899ce20a007611808bd05b3320d9fa43167

Contents?: true

Size: 396 Bytes

Versions: 9

Compression:

Stored size: 396 Bytes

Contents

source 'https://rubygems.org'
gem 'mechanize', '~> 2.5.1'
gem 'mechanize', :path => '/opt/src/mechanize/pkg' if false
git 'git://github.com/sparklemotion/mechanize.git' do #, :tag => 'v0.13.4'
  gem 'mechanize'
end if false
gem 'json', '~> 1.7.7'
gem 'nokogiri'


group :development do
  gem 'watir'
  gem 'watir-webdriver'
  
  gem 'rspec'
  gem 'webmock'
  gem 'hoe', '>= 3.4'
  gem 'rdoc'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
brand2csv-0.1.9 Gemfile
brand2csv-0.1.8 Gemfile
brand2csv-0.1.7 Gemfile
brand2csv-0.1.6 Gemfile
brand2csv-0.1.5 Gemfile
brand2csv-0.1.4 Gemfile
brand2csv-0.1.3 Gemfile
brand2csv-0.1.2 Gemfile
brand2csv-0.1.1 Gemfile