Sha256: 9883aafa97e9ee3a51002115fba91156975c8f2d3ff36574c547a8f4cb95d6fa

Contents?: true

Size: 285 Bytes

Versions: 5

Compression:

Stored size: 285 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in runcible.gemspec
gemspec

gem 'json'
gem 'rest-client', '>= 1.6.1'
gem 'oauth'

group :development, :test do
  gem 'ruby-debug'
end

group :test do
  gem 'vcr'
  gem 'webmock'
  gem 'minitest'
  gem 'parseconfig'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
runcible-0.0.5 Gemfile
runcible-0.0.4 Gemfile
runcible-0.0.3 Gemfile
runcible-0.0.2 Gemfile
runcible-0.0.1 Gemfile