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 +4 -4
- data/.travis.yml +1 -0
- data/README.md +3 -0
- data/currency_convert-0.1.0.gem +0 -0
- data/lib/currency_convert/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c63461b0d35847b58fb89486107b98b754ca7474
|
|
4
|
+
data.tar.gz: c6cf357dbdc879af3e7dd089f98ce763665dfce6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 935c15709ac0c7ccbe60640ab0736ef6e7d150f74c9b672885ca0fef1c0b98dd35f2d1758a1ef4c603cdf01b01c98ba4d72dbe440a7ac5cc7cf90878729f999f
|
|
7
|
+
data.tar.gz: 5a35bd8920aa937f4750608b4b0be6385cc787ed7fade70e22ffd60a2950e01f9bc05c61ab899e1c8d86eb200269b39796d3c422b93cd6967053c40ea88b4875
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
Binary file
|
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.
|
|
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-
|
|
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.
|
|
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
|