Sha256: 9f3504b96bf80029bcf1ba44e59ff29c0d42bf6cab028952fe8570f407612d47

Contents?: true

Size: 600 Bytes

Versions: 16

Compression:

Stored size: 600 Bytes

Contents

source "https://rubygems.org"

gemspec :development_group => :test

group :development, :test do
  gem 'bundler-audit'
end

group :development do
  gem 'rake'
  gem 'byebug', '~> 6.0.2',  platforms: [:ruby_20, :ruby_21, :ruby_22]
end

group :test do
  gem 'factory_girl', '~> 4.1.0'
  gem "tailor", '~> 1.1.2'
  gem "cane", '~> 2.3.0'
  gem 'simplecov', :require => false
  gem 'webmock'

  gem "minitest", "~> 5.3"
  gem 'minitest-reporters'
  gem 'awesome_print', :require => 'ap'

  gem 'simplexml_parser', :git => 'https://github.com/projecttacoma/simplexml_parser.git', :branch => 'master'

end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
health-data-standards-4.3.5 Gemfile
health-data-standards-4.3.4 Gemfile
health-data-standards-4.3.3 Gemfile
health-data-standards-4.3.2 Gemfile
health-data-standards-4.3.1 Gemfile
health-data-standards-4.3.0 Gemfile
health-data-standards-4.2.0 Gemfile
health-data-standards-4.1.0 Gemfile
health-data-standards-4.0.6 Gemfile
health-data-standards-4.0.5 Gemfile
health-data-standards-4.0.4 Gemfile
health-data-standards-4.0.3 Gemfile
health-data-standards-4.0.2 Gemfile
health-data-standards-4.0.1 Gemfile
health-data-standards-4.0.0 Gemfile
health-data-standards-3.7.0 Gemfile