cardinality-br 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/bin/console +1 -1
- data/lib/brazilian_cardinality/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90c8a9568f74d683531198f791bd8442378c469e
|
4
|
+
data.tar.gz: fa39de735a691662bbcce58e9a74275e585f90ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: efd1619c0a92d790ae75ec196f506336962f1b59832efdf5f42340a138aea91b48fc4905e6e31168e29166758d1cbe51fed161dfe0d98bca85799de8c5b13e4b
|
7
|
+
data.tar.gz: ebf6c41745a4193839ce56f6693ebd837635431a202d11350af7dbe9c0673173ab4a903218fb728a597871055855921dfaf577876fcbea55057fedde8bd7d24d
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
#
|
1
|
+
# BrazilianCardinality
|
2
2
|
|
3
3
|
[](https://travis-ci.org/leandro/cardinality-br)
|
4
4
|
[](https://codeclimate.com/github/leandro/cardinality-br)
|
@@ -10,7 +10,7 @@ This gem has the simple purpose of expressing a number or currency in its cardin
|
|
10
10
|
Add this line to your application's Gemfile:
|
11
11
|
|
12
12
|
```ruby
|
13
|
-
gem 'cardinality-br'
|
13
|
+
gem 'cardinality-br', require: 'brazilian_cardinality'
|
14
14
|
```
|
15
15
|
|
16
16
|
And then execute:
|
@@ -44,7 +44,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
44
44
|
|
45
45
|
## Contributing
|
46
46
|
|
47
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
47
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/leandro/cardinality-br. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
48
48
|
|
49
49
|
## License
|
50
50
|
|
data/bin/console
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
|
3
3
|
require "bundler/setup"
|
4
|
-
require "
|
4
|
+
require "brazilian_cardinality"
|
5
5
|
|
6
6
|
# You can add fixtures and/or initialization code here to make experimenting
|
7
7
|
# with your gem easier. You can also use a different console, if you like.
|