currency_convert 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: df4a15e9c6bfaf7fe035d9fc97f5fc5b8308191b
4
- data.tar.gz: df1732da18a19b63ff8dfa9cc781f6208598b61b
3
+ metadata.gz: c63461b0d35847b58fb89486107b98b754ca7474
4
+ data.tar.gz: c6cf357dbdc879af3e7dd089f98ce763665dfce6
5
5
  SHA512:
6
- metadata.gz: 857500a226c5b633f0d737a616f501fcbe6442b1968a848ea85a27389eb56f58b88230419ae116ade386b63f0a64b7f93272903c09f9b9d08256432aaea9ae4b
7
- data.tar.gz: 3570da4a3aa11df6e24ffdabbbf678a7521655fad93962e62357d41bb8364e62a07283169e08bea4633d9a4bf5a68abccd8d5d9c6c3dcb72ed781c45873143b8
6
+ metadata.gz: 935c15709ac0c7ccbe60640ab0736ef6e7d150f74c9b672885ca0fef1c0b98dd35f2d1758a1ef4c603cdf01b01c98ba4d72dbe440a7ac5cc7cf90878729f999f
7
+ data.tar.gz: 5a35bd8920aa937f4750608b4b0be6385cc787ed7fade70e22ffd60a2950e01f9bc05c61ab899e1c8d86eb200269b39796d3c422b93cd6967053c40ea88b4875
data/.travis.yml CHANGED
@@ -3,3 +3,4 @@ language: ruby
3
3
  rvm:
4
4
  - 2.3.0
5
5
  before_install: gem install bundler -v 1.13.1
6
+ #.
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # CurrencyConvert
2
2
 
3
+
4
+ [![Build Status](https://travis-ci.org/HatemKhattab/currency_convert.svg?branch=master)](https://travis-ci.org/HatemKhattab/currency_convert)
5
+
3
6
  A gem to deal with money, convert to another currency and perform different comparisons.
4
7
 
5
8
 
Binary file
@@ -1,3 +1,3 @@
1
1
  module CurrencyConvert
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: currency_convert
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
  - Hatem Khattab
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-01 00:00:00.000000000 Z
11
+ date: 2017-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -82,6 +82,7 @@ files:
82
82
  - Rakefile
83
83
  - bin/console
84
84
  - bin/setup
85
+ - currency_convert-0.1.0.gem
85
86
  - currency_convert.gemspec
86
87
  - lib/currency_convert.rb
87
88
  - lib/currency_convert/money.rb
@@ -106,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
107
  version: '0'
107
108
  requirements: []
108
109
  rubyforge_project:
109
- rubygems_version: 2.5.1
110
+ rubygems_version: 2.6.12
110
111
  signing_key:
111
112
  specification_version: 4
112
113
  summary: A gem to deal with money, convert to another currency and perform different