goog_currency 0.0.2 → 0.0.3
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.
- data/.travis.yml +6 -0
- data/Gemfile +2 -0
- data/README.md +3 -1
- data/lib/goog_currency/version.rb +1 -1
- metadata +3 -2
data/.travis.yml
ADDED
data/Gemfile
CHANGED
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
A simple Ruby interface for currency conversion using Google API. Uses http://www.google.com/ig/calculator?hl=en&q=100USD=?INR
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
[](https://travis-ci.org/girishso/goog_currency) [](http://badge.fury.io/rb/goog_currency)
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -41,5 +41,7 @@ Throws GoogCurrency::NoMethodException if conversion method syntax is invalid.
|
|
|
41
41
|
## Licence
|
|
42
42
|
MIT License
|
|
43
43
|
|
|
44
|
+
Warning: This software is provided as is, use it your own risk.
|
|
45
|
+
|
|
44
46
|
Copyright (c) 2013 Girish Sonawane
|
|
45
47
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: goog_currency
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-01-
|
|
12
|
+
date: 2013-01-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rest-client
|
|
@@ -83,6 +83,7 @@ extensions: []
|
|
|
83
83
|
extra_rdoc_files: []
|
|
84
84
|
files:
|
|
85
85
|
- .gitignore
|
|
86
|
+
- .travis.yml
|
|
86
87
|
- Gemfile
|
|
87
88
|
- LICENSE.txt
|
|
88
89
|
- README.md
|