genial 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fbf590e7313081649c87e6299bd224ee696b6256
4
- data.tar.gz: 08a7b0e4906f3a1edb7a637f2cb475eacf31c224
3
+ metadata.gz: 2e210725901b7405b6afec8c73c85338d717e78b
4
+ data.tar.gz: dab2527014cb395789696a7152f7531906b36394
5
5
  SHA512:
6
- metadata.gz: e851bc7b74c92f622bc5817aa3f13d8e30f7db27fa5a0f4860c1c2a6171f98246858c09e4c86f0eab802f6e8f545e51d184d46d67087c46795bbb8a7030b0ab3
7
- data.tar.gz: 795f436c7f91f3e9bab484968da80e362048cf54c03dc271457e84e6be691f641c5c4431cb89275cb43b151b1859bc4920fb05f33c038fd7db4ce0af9d725b03
6
+ metadata.gz: a7200656f4e267e9462ce5280f8c8cb36ba5465d7c5f36bd56cfae9825d24b994c5e490ae49e112029552b350ff9bc51423be278aed3a8732fc05ff659c702d5
7
+ data.tar.gz: ec32a273aea488a1bb9e0cb58cd0444b1bc92069fea9256f299b451df3e8be91bfc98da74db7753af7f87b881901418a5c372675dd7ffca629eb22c914bac596
data/README.md CHANGED
@@ -1,4 +1,8 @@
1
1
  # Genial
2
+ [![Gem Version](https://badge.fury.io/rb/genial.svg)](https://badge.fury.io/rb/genial)
3
+ [![Build Status](https://travis-ci.org/gurgelrenan/genial.svg)](https://travis-ci.org/gurgelrenan/genial)
4
+ [![Code Climate](https://codeclimate.com/github/gurgelrenan/genial/badges/gpa.svg)](https://codeclimate.com/github/gurgelrenan/genial)
5
+ [![Dependency Status](https://gemnasium.com/gurgelrenan/genial.svg)](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
@@ -1,6 +1,4 @@
1
1
  require "bundler/gem_tasks"
2
-
3
- desc "Open an irb session preloaded with this library"
4
- task :console do
5
- sh "irb -rubygems -I lib -r genial.rb"
6
- end
2
+ require "rspec/core/rake_task"
3
+ RSpec::Core::RakeTask.new(:spec)
4
+ task :default => :spec
@@ -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{Mostra a cotação de algumas moedas em Real(R$).}
13
- spec.description = %q{Mostra a cotação de algumas moedas em Real(R$) com base nos dados do Banco Central.}
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
 
@@ -1,3 +1,3 @@
1
1
  module Genial
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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.3
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: Mostra a cotação de algumas moedas em Real(R$) com base nos dados do
84
- Banco Central.
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: Mostra a cotação de algumas moedas em Real(R$).
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: []