https://github.com/RubyMoney/money
Revision caa41e0c61fff2e32affec5d9b918403ecf03aaf authored by Juanito Fatas on 07 May 2015, 03:44:56 UTC, committed by Juanito Fatas on 07 May 2015, 03:45:42 UTC
1 parent 838832a
Raw File
Tip revision: caa41e0c61fff2e32affec5d9b918403ecf03aaf authored by Juanito Fatas on 07 May 2015, 03:44:56 UTC
Add spec for Money::Currency::Loader
Tip revision: caa41e0
.gitignore
# Bundler
.bundle
Gemfile.lock
pkg/*
bin/

# Rubinius
*.rbc

# YARD
.yardoc
yardoc/
doc/

# Project
.rbenv-version
.rbx
.rvmrc
.ruby-version

# Spec artifacts
/coverage
back to top