Sha256: 3ffa3945a2d5834393bda1e4b44d18990b64155acc4f0bc8a72199d0ab5f0b37

Contents?: true

Size: 429 Bytes

Versions: 3

Compression:

Stored size: 429 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
  gem "fakefs", :require => "fakefs/safe", :platform => :ruby
  gem 'json'
end
gemspec :path => File.expand_path('..', __FILE__)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
metric_fu-4.4.4 Gemfile
metric_fu-4.4.3 Gemfile
metric_fu-4.4.2 Gemfile