https://github.com/RubyMoney/money
Revision f7b13064b8fa42be91806d74fc0af2b860cca8d4 authored by Demian Ferreiro on 07 February 2015, 04:50:16 UTC, committed by Demian Ferreiro on 07 February 2015, 17:18:36 UTC
Needed to update to RSpec 3.2 to be able to use a shared_context on single examples.
1 parent 4d818c0
Raw File
Tip revision: f7b13064b8fa42be91806d74fc0af2b860cca8d4 authored by Demian Ferreiro on 07 February 2015, 04:50:16 UTC
DRY-up specs by using an :infinite_precision tag
Tip revision: f7b1306
Gemfile
source "https://rubygems.org"

gem "coveralls", :require => false
gem "json", :platform => [:jruby, :mri_18]
gem "pry", :require => false

gemspec
back to top