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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d6006669013cbca061f6693108014c22e650b14
4
- data.tar.gz: 2bc403dfc479f7bd1bbcca615727c240f7cda532
3
+ metadata.gz: 90c8a9568f74d683531198f791bd8442378c469e
4
+ data.tar.gz: fa39de735a691662bbcce58e9a74275e585f90ec
5
5
  SHA512:
6
- metadata.gz: 675f6edcd9cced08fbdacb8bcbd82de83dc6c32af2207be8f40692bb2c8b6e109a44a53224423d8b81f99c8bd494ced6072bf71908663d5155d902b2b7342d5a
7
- data.tar.gz: 89e64dfb9b32d22d7ffbe20e476f15c1140d529df12c57c415ac16372db8631e55052d126e8f3a48e1e86af2dc5e3acedef6250d8f8eccef21036b712ca75318
6
+ metadata.gz: efd1619c0a92d790ae75ec196f506336962f1b59832efdf5f42340a138aea91b48fc4905e6e31168e29166758d1cbe51fed161dfe0d98bca85799de8c5b13e4b
7
+ data.tar.gz: ebf6c41745a4193839ce56f6693ebd837635431a202d11350af7dbe9c0673173ab4a903218fb728a597871055855921dfaf577876fcbea55057fedde8bd7d24d
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # BrazilianCardinal
1
+ # BrazilianCardinality
2
2
 
3
3
  [![Build Status](https://travis-ci.org/leandro/cardinality-br.svg?branch=master)](https://travis-ci.org/leandro/cardinality-br)
4
4
  [![Code Climate](https://codeclimate.com/github/leandro/cardinality-br.svg)](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/[USERNAME]/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.
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 "cardinality/br"
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.
@@ -1,3 +1,3 @@
1
1
  module BrazilianCardinality
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cardinality-br
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leandro Nascimento Camargo