latinum 1.5.0 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/latinum/bank.rb +51 -20
- data/lib/latinum/collection.rb +31 -10
- data/lib/latinum/currencies/global.rb +14 -0
- data/{spec/latinum/comparison_spec.rb → lib/latinum/error.rb} +6 -18
- data/lib/latinum/formatters.rb +38 -21
- data/lib/latinum/resource.rb +66 -35
- data/lib/latinum/version.rb +1 -1
- metadata +24 -44
- data/.rspec +0 -3
- data/.travis.yml +0 -20
- data/Gemfile +0 -5
- data/README.md +0 -276
- data/Rakefile +0 -8
- data/latinum.gemspec +0 -22
- data/spec/latinum/bank_spec.rb +0 -92
- data/spec/latinum/collection_spec.rb +0 -142
- data/spec/latinum/formatters_spec.rb +0 -95
- data/spec/latinum/integrals_spec.rb +0 -47
- data/spec/latinum/resource_spec.rb +0 -132
- data/spec/spec_helper.rb +0 -12
data/spec/spec_helper.rb
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'covered/rspec'
|
4
|
-
|
5
|
-
RSpec.configure do |config|
|
6
|
-
# Enable flags like --only-failures and --next-failure
|
7
|
-
config.example_status_persistence_file_path = ".rspec_status"
|
8
|
-
|
9
|
-
config.expect_with :rspec do |c|
|
10
|
-
c.syntax = :expect
|
11
|
-
end
|
12
|
-
end
|