Sha256: 3632ec0011094bd2bc7b5854ce4efbae68dab70a0c13b4fb1df4d753b5aa315b

Contents?: true

Size: 312 Bytes

Versions: 3

Compression:

Stored size: 312 Bytes

Contents

source 'https://rubygems.org'

gem 'rake'
# alternative graphing gem
gem "googlecharts"
group :development do

end
group :test do
  gem "rspec", '>2'
  gem 'test-construct'
  if ENV['COVERAGE']
    gem 'simplecov'
    # https://github.com/kina/simplecov-rcov-text
    gem 'simplecov-rcov-text'
  end
end
gemspec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
metric_fu-4.2.1 Gemfile
metric_fu-4.2.0 Gemfile
metric_fu-4.1.3 Gemfile