MX-Banxico 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1137c2b18fed5bb10d083f917faaaf2dd3e0f428
4
- data.tar.gz: ff012be3f2c8a839aea8136170c8f234116671e8
3
+ metadata.gz: 6904c8ed68c2dfa9b03350582eb494d988c1046f
4
+ data.tar.gz: 5e9d4fae57e6688ecea6b2f0ec62d3faf24098bd
5
5
  SHA512:
6
- metadata.gz: 4c996b8f71622192ae061f31fe6dfceb3a9548f59cad6fbc2eae4721cb84748c015a7e46e36207dbcc686a5df0678ed5e183ffd4e37cee7a50441dfc3a398fdf
7
- data.tar.gz: 9924eb9b7e1a6afbf3955b75f119e7e974063daa65785ff60cd56048f6f6a02d7992552edf3a3fb606ae87e8e0513c797a97f330c2dc36884deb7f1fa5fe8a2e
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 'mx-banxico'
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 mx-banxico
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 'mx-banxico'
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 mx-banxico
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://http://www.rubydoc.info/gems/MX-Banxico/1.0) or generate it using YARD with:
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://http://www.rubydoc.info/gems/MX-Banxico/1.0) o genera la documentación con YARD:
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
 
@@ -8,7 +8,7 @@ module MX
8
8
 
9
9
  # Versión de la gema.
10
10
  #
11
- VERSION = "1.0.2"
11
+ VERSION = "1.0.3"
12
12
 
13
13
  end
14
14
  end
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.2
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-05-14 00:00:00.000000000 Z
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.4.5.1
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: