Sha256: b45d66acf3ea673593dd51bfdd08d1fef188e56e7652170d1cc5de0771dd9bbc

Contents?: true

Size: 509 Bytes

Versions: 25

Compression:

Stored size: 509 Bytes

Contents

source 'https://rubygems.org'

# Include a bunch of language encoding settings.
LANG="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_ALL="en_US.UTF-8"

gemspec

group :test do
  gem 'rspec', '2.14.1'
  gem 'safe_yaml', '1.0.4'
  gem 'webmock', '~> 3',  require: false
  gem 'coveralls', require: false
  gem 'rack-test'
  gem 'ruby-prof'
  gem 'pry'
end

group :development do
  gem 'rake'
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
softcover-1.10.5 Gemfile
softcover-1.10.4 Gemfile
softcover-1.10.3 Gemfile
softcover-1.10.2 Gemfile
softcover-1.10.1 Gemfile
softcover-1.10.0 Gemfile
softcover-1.9.1 Gemfile
softcover-1.9.0 Gemfile
softcover-1.8.3 Gemfile
softcover-1.8.2 Gemfile
softcover-1.8.1 Gemfile
softcover-1.8.0 Gemfile
softcover-1.7.5 Gemfile
softcover-1.7.4 Gemfile
softcover-1.7.3 Gemfile
softcover-1.7.2 Gemfile
softcover-1.7.1 Gemfile
softcover-1.7.0 Gemfile
softcover-1.6.5 Gemfile
softcover-1.6.4 Gemfile