currency_converter 0.0.2 → 1.0.0
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 +15 -0
- data/currency_converter.gemspec +3 -3
- data/lib/currency_converter/version.rb +1 -1
- metadata +37 -24
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
NTM4ZGM3ZDAwMTViOTY2MDc2YzQzMDgwNDlhYTM0MTdmN2NmZjkxNQ==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
YzZjMzkwNzU4NmU2NjEzMWMzMDQ0NTZiODVlN2NmYzJiZTdlMzVkZg==
|
|
7
|
+
SHA512:
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
M2E3NzEwOThmYWJjNzkxY2YzMzJhZDFlZWY3NWFkMjM3ODFjNmRmMzRiZmE4
|
|
10
|
+
MmZjZDY3N2RiZWRhZDlkODQ4MTRiZTFjOTM0YmFkYzFlMzZlY2VkMzJkYjY3
|
|
11
|
+
MzY0MGU5ZjhjMzQ5NzhmNDU5ZGQyODUwOWFkZWQ0ZDlkMTVhNjc=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
MzZkNmUyMzUzNDE4NjA3MDMxMWUxOGM3ZGUwMDlhZjMwOGQ3Mzc0YjhiOWM4
|
|
14
|
+
MzRhMzhhYjc1YTZkOWI4MzQwMjc5OTkzM2ZiOTk4ZmI1ZGU4YWIxODkyNTQ2
|
|
15
|
+
Y2ZhNDg5ODVkMTM3MmNmNDZlMzI2MGIyZjEyNzFkYTYzYWNmOTM=
|
data/currency_converter.gemspec
CHANGED
|
@@ -10,10 +10,10 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.license = "MIT"
|
|
11
11
|
|
|
12
12
|
spec.authors = ["Diganta Mandal"]
|
|
13
|
-
spec.email = ["diganta@
|
|
13
|
+
spec.email = ["urs.diganta@gmail.com"]
|
|
14
14
|
spec.description = %q{Google provides a web site to converts currencies using exchange rates but they have not provided any API for ruby. This is a small library that converts currencies exchange rate. You can convert currencies directly through this library.}
|
|
15
15
|
spec.summary = %q{Google provides a web site to converts currencies using exchange rates but they have not provided any API for ruby. This is a small library that converts currencies exchange rate. You can convert currencies directly through this library.}
|
|
16
|
-
spec.homepage = "https://github.com/
|
|
16
|
+
spec.homepage = "https://github.com/dark-prince/currency_converter"
|
|
17
17
|
|
|
18
18
|
spec.files = `git ls-files`.split($/)
|
|
19
19
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
@@ -27,4 +27,4 @@ Gem::Specification.new do |spec|
|
|
|
27
27
|
spec.add_development_dependency "rspec", "~> 2.14"
|
|
28
28
|
spec.add_development_dependency "yard", "~> 0.8"
|
|
29
29
|
spec.add_development_dependency "kramdown", "~> 1.1"
|
|
30
|
-
end
|
|
30
|
+
end
|
metadata
CHANGED
|
@@ -1,76 +1,90 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: currency_converter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 1.0.0
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Diganta Mandal
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2014-03-25 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: bundler
|
|
16
|
-
requirement:
|
|
17
|
-
none: false
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
18
16
|
requirements:
|
|
19
17
|
- - ~>
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
21
19
|
version: '1.3'
|
|
22
20
|
type: :development
|
|
23
21
|
prerelease: false
|
|
24
|
-
version_requirements:
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ~>
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '1.3'
|
|
25
27
|
- !ruby/object:Gem::Dependency
|
|
26
28
|
name: rake
|
|
27
|
-
requirement:
|
|
28
|
-
none: false
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
29
30
|
requirements:
|
|
30
31
|
- - ! '>='
|
|
31
32
|
- !ruby/object:Gem::Version
|
|
32
33
|
version: '0'
|
|
33
34
|
type: :development
|
|
34
35
|
prerelease: false
|
|
35
|
-
version_requirements:
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ! '>='
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
36
41
|
- !ruby/object:Gem::Dependency
|
|
37
42
|
name: rspec
|
|
38
|
-
requirement:
|
|
39
|
-
none: false
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
40
44
|
requirements:
|
|
41
45
|
- - ~>
|
|
42
46
|
- !ruby/object:Gem::Version
|
|
43
47
|
version: '2.14'
|
|
44
48
|
type: :development
|
|
45
49
|
prerelease: false
|
|
46
|
-
version_requirements:
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - ~>
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '2.14'
|
|
47
55
|
- !ruby/object:Gem::Dependency
|
|
48
56
|
name: yard
|
|
49
|
-
requirement:
|
|
50
|
-
none: false
|
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
|
51
58
|
requirements:
|
|
52
59
|
- - ~>
|
|
53
60
|
- !ruby/object:Gem::Version
|
|
54
61
|
version: '0.8'
|
|
55
62
|
type: :development
|
|
56
63
|
prerelease: false
|
|
57
|
-
version_requirements:
|
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
+
requirements:
|
|
66
|
+
- - ~>
|
|
67
|
+
- !ruby/object:Gem::Version
|
|
68
|
+
version: '0.8'
|
|
58
69
|
- !ruby/object:Gem::Dependency
|
|
59
70
|
name: kramdown
|
|
60
|
-
requirement:
|
|
61
|
-
none: false
|
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
|
62
72
|
requirements:
|
|
63
73
|
- - ~>
|
|
64
74
|
- !ruby/object:Gem::Version
|
|
65
75
|
version: '1.1'
|
|
66
76
|
type: :development
|
|
67
77
|
prerelease: false
|
|
68
|
-
version_requirements:
|
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
79
|
+
requirements:
|
|
80
|
+
- - ~>
|
|
81
|
+
- !ruby/object:Gem::Version
|
|
82
|
+
version: '1.1'
|
|
69
83
|
description: Google provides a web site to converts currencies using exchange rates
|
|
70
84
|
but they have not provided any API for ruby. This is a small library that converts
|
|
71
85
|
currencies exchange rate. You can convert currencies directly through this library.
|
|
72
86
|
email:
|
|
73
|
-
- diganta@
|
|
87
|
+
- urs.diganta@gmail.com
|
|
74
88
|
executables: []
|
|
75
89
|
extensions: []
|
|
76
90
|
extra_rdoc_files: []
|
|
@@ -88,30 +102,29 @@ files:
|
|
|
88
102
|
- lib/currency_converter/version.rb
|
|
89
103
|
- spec/currency_converter_spec.rb
|
|
90
104
|
- spec/spec_helper.rb
|
|
91
|
-
homepage: https://github.com/
|
|
105
|
+
homepage: https://github.com/dark-prince/currency_converter
|
|
92
106
|
licenses:
|
|
93
107
|
- MIT
|
|
108
|
+
metadata: {}
|
|
94
109
|
post_install_message:
|
|
95
110
|
rdoc_options: []
|
|
96
111
|
require_paths:
|
|
97
112
|
- lib
|
|
98
113
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
99
|
-
none: false
|
|
100
114
|
requirements:
|
|
101
115
|
- - ! '>='
|
|
102
116
|
- !ruby/object:Gem::Version
|
|
103
117
|
version: 1.8.7
|
|
104
118
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
105
|
-
none: false
|
|
106
119
|
requirements:
|
|
107
120
|
- - ! '>='
|
|
108
121
|
- !ruby/object:Gem::Version
|
|
109
122
|
version: '0'
|
|
110
123
|
requirements: []
|
|
111
124
|
rubyforge_project:
|
|
112
|
-
rubygems_version:
|
|
125
|
+
rubygems_version: 2.2.0
|
|
113
126
|
signing_key:
|
|
114
|
-
specification_version:
|
|
127
|
+
specification_version: 4
|
|
115
128
|
summary: Google provides a web site to converts currencies using exchange rates but
|
|
116
129
|
they have not provided any API for ruby. This is a small library that converts currencies
|
|
117
130
|
exchange rate. You can convert currencies directly through this library.
|