guia_mais 0.3 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README +1 -1
  2. data/Rakefile +1 -1
  3. data/guia_mais.gemspec +1 -1
  4. data/lib/guia_mais.rb +1 -1
  5. metadata +3 -2
data/README CHANGED
@@ -1,4 +1,4 @@
1
- GuiaMais v0.3
1
+ GuiaMais v0.3.1
2
2
 
3
3
  Busca endereços no site guiamais.com.br através de mineração de dados.
4
4
 
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require "rubygems"
3
3
  require "rake"
4
4
  require "echoe"
5
5
 
6
- Echoe.new("guia_mais", "0.3") do |p|
6
+ Echoe.new("guia_mais", "0.3.1") do |p|
7
7
  p.url = "https://github.com/dimiro1/guia_mais"
8
8
  p.description = "Busca dados no site Guia Mais através do telefone"
9
9
  p.author = "Claudemiro Alves Feitosa Neto"
data/guia_mais.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "guia_mais"
5
- s.version = "0.3"
5
+ s.version = "0.3.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Claudemiro Alves Feitosa Neto"]
data/lib/guia_mais.rb CHANGED
@@ -136,7 +136,7 @@ module GuiaMais
136
136
  rescue TimeoutError
137
137
  raise GuiaMaisException.new, 'GuiaMais fora do ar'
138
138
  end
139
- return Cliente.new(nome, @@query[:txb], endereco, bairro, cep, categoria)
139
+ return Cliente.new(nome, oque, endereco, bairro, cep, categoria)
140
140
  end
141
141
 
142
142
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guia_mais
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- version: "0.3"
9
+ - 1
10
+ version: 0.3.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Claudemiro Alves Feitosa Neto