MX-Banxico 1.0.2 → 1.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.
- checksums.yaml +4 -4
- data/README.md +6 -6
- data/lib/MX/Banxico/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6904c8ed68c2dfa9b03350582eb494d988c1046f
|
4
|
+
data.tar.gz: 5e9d4fae57e6688ecea6b2f0ec62d3faf24098bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ca9bd0ccbd442ea19f79a607fe2641aba4ffc305f58906540f81e063a3dd8001ff111843384010b905108d80c2d701297264c06c22e801ecd6613a874aa95e5
|
7
|
+
data.tar.gz: 178b4fb7a35989a17daf18014fbd9d2a4aafdcb0378af01036fe50502b51dac2ffe33a612b69554a900eddd25020a8940e5166ceb1043597bdf1cb6b1ca6d548
|
data/README.md
CHANGED
@@ -29,7 +29,7 @@ Este proyecto no está patrocinado de ninguna forma por el gobierno mexicano. Es
|
|
29
29
|
Add this line to your application's Gemfile:
|
30
30
|
|
31
31
|
```ruby
|
32
|
-
gem '
|
32
|
+
gem 'MX-Banxico'
|
33
33
|
```
|
34
34
|
|
35
35
|
And then execute:
|
@@ -38,14 +38,14 @@ And then execute:
|
|
38
38
|
|
39
39
|
Or install it yourself as:
|
40
40
|
|
41
|
-
$ gem install
|
41
|
+
$ gem install MX-Banxico
|
42
42
|
|
43
43
|
---
|
44
44
|
|
45
45
|
Agrega esta línea al archivo Gemfile de tu aplicación:
|
46
46
|
|
47
47
|
```ruby
|
48
|
-
gem '
|
48
|
+
gem 'MX-Banxico'
|
49
49
|
```
|
50
50
|
|
51
51
|
Luego ejecuta:
|
@@ -54,7 +54,7 @@ Luego ejecuta:
|
|
54
54
|
|
55
55
|
O instálalo tu mismo usando:
|
56
56
|
|
57
|
-
$ gem install
|
57
|
+
$ gem install MX-Banxico
|
58
58
|
|
59
59
|
|
60
60
|
## Dependencies / Dependencias
|
@@ -97,7 +97,7 @@ Por el momento, sólo están las clases para trabajar con el tipo de cambio :'(
|
|
97
97
|
|
98
98
|
## Docs
|
99
99
|
|
100
|
-
Check the [online documentation](http://
|
100
|
+
Check the [online documentation](http://www.rubydoc.info/gems/MX-Banxico) or generate it using YARD with:
|
101
101
|
|
102
102
|
$ bundle exec yard server --port 8828 --reload
|
103
103
|
|
@@ -105,7 +105,7 @@ Also, check the [references](REFERENCIAS.md).
|
|
105
105
|
|
106
106
|
---
|
107
107
|
|
108
|
-
Consulta la [documentación en línea](http://
|
108
|
+
Consulta la [documentación en línea](http://www.rubydoc.info/gems/MX-Banxico) o genera la documentación con YARD:
|
109
109
|
|
110
110
|
$ bundle exec yard server --port 8828 --reload
|
111
111
|
|
data/lib/MX/Banxico/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: MX-Banxico
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pablo Ruiz
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
122
122
|
version: '0'
|
123
123
|
requirements: []
|
124
124
|
rubyforge_project:
|
125
|
-
rubygems_version: 2.
|
125
|
+
rubygems_version: 2.5.1
|
126
126
|
signing_key:
|
127
127
|
specification_version: 4
|
128
128
|
summary: Banco de México web services utilities / Utilerías para usar los servicios
|
@@ -149,4 +149,3 @@ test_files:
|
|
149
149
|
- spec/fixtures/MX/Banxico/web_services/tipo_de_cambio/dolar_fix/error_valor_tipo_de_cambio.xml
|
150
150
|
- spec/fixtures/MX/Banxico/web_services/tipo_de_cambio/dolar_fix/respuesta_correcta.xml
|
151
151
|
- spec/spec_helper.rb
|
152
|
-
has_rdoc:
|