genial 0.0.3 → 0.0.4
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 +4 -0
- data/Rakefile +3 -5
- data/genial.gemspec +2 -2
- data/lib/genial/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e210725901b7405b6afec8c73c85338d717e78b
|
|
4
|
+
data.tar.gz: dab2527014cb395789696a7152f7531906b36394
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7200656f4e267e9462ce5280f8c8cb36ba5465d7c5f36bd56cfae9825d24b994c5e490ae49e112029552b350ff9bc51423be278aed3a8732fc05ff659c702d5
|
|
7
|
+
data.tar.gz: ec32a273aea488a1bb9e0cb58cd0444b1bc92069fea9256f299b451df3e8be91bfc98da74db7753af7f87b881901418a5c372675dd7ffca629eb22c914bac596
|
data/README.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
# Genial
|
|
2
|
+
[](https://badge.fury.io/rb/genial)
|
|
3
|
+
[](https://travis-ci.org/gurgelrenan/genial)
|
|
4
|
+
[](https://codeclimate.com/github/gurgelrenan/genial)
|
|
5
|
+
[](https://gemnasium.com/gurgelrenan/genial)
|
|
2
6
|
|
|
3
7
|
Genial, is a simples gem that allows you to check the current value of a currency in [Brazilian Real](https://en.wikipedia.org/wiki/Brazilian_real). This gem has also a way to convert values.
|
|
4
8
|
|
data/Rakefile
CHANGED
data/genial.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Renan Gurgel"]
|
|
10
10
|
spec.email = ["gurgel.renan@gmail.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{
|
|
13
|
-
spec.description = %q{
|
|
12
|
+
spec.summary = %q{Genial, is a simple gem that allows you to check the current value of a currency in Brazilian Real.}
|
|
13
|
+
spec.description = %q{Genial, is a simple gem that allows you to check the current value of a currency in Brazilian Real.}
|
|
14
14
|
spec.homepage = "https://github.com/gurgelrenan/genial"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
data/lib/genial/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: genial
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Renan Gurgel
|
|
@@ -80,8 +80,8 @@ dependencies:
|
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: 0.13.7
|
|
83
|
-
description:
|
|
84
|
-
|
|
83
|
+
description: Genial, is a simple gem that allows you to check the current value of
|
|
84
|
+
a currency in Brazilian Real.
|
|
85
85
|
email:
|
|
86
86
|
- gurgel.renan@gmail.com
|
|
87
87
|
executables: []
|
|
@@ -124,5 +124,6 @@ rubyforge_project:
|
|
|
124
124
|
rubygems_version: 2.4.6
|
|
125
125
|
signing_key:
|
|
126
126
|
specification_version: 4
|
|
127
|
-
summary:
|
|
127
|
+
summary: Genial, is a simple gem that allows you to check the current value of a currency
|
|
128
|
+
in Brazilian Real.
|
|
128
129
|
test_files: []
|