Sha256: c7385c88ddf5caf077e4d0a0e30730895021945e654bc64dd25c70791e5084fe

Contents?: true

Size: 939 Bytes

Versions: 4

Compression:

Stored size: 939 Bytes

Contents

source "http://rubygems.org"

gem   'multi_json',  ">= 1.1"
gem   'oj',          ">= 1.2"
gem   'json',                    :platform => :jruby

# Only necessary if you want to use Configliere::Prompt
gem   'highline',    ">= 1.5.2"

# Only gems that you want listed as development dependencies in the gemspec
group :development do
  gem 'bundler',     "~> 1.1"
  gem 'rake'
end

# Gems you would use if hacking on this gem (rather than with it)
group :support do
  gem 'jeweler',     ">= 1.6"
  gem 'pry'
  gem 'yard',        ">= 0.7"
  gem 'rspec',       "~> 2.8"
end

group :doc do
  gem 'RedCloth',    ">= 4.2", :require => "redcloth"
  gem 'redcarpet',   ">= 2.1"
end

# Gems for testing and coverage
group :test do
  gem 'simplecov',   ">= 0.5", :platform => :ruby_19
  #
  gem 'guard',       ">= 1.0"
  gem 'guard-rspec', ">= 0.6"
  gem 'guard-yard'
  #
  if RUBY_PLATFORM.include?('darwin')
    gem 'rb-fsevent', ">= 0.9"
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
configliere-0.4.13 Gemfile
configliere-0.4.12 Gemfile
configliere-0.4.11 Gemfile
configliere-0.4.10 Gemfile