buscape_api 0.5.2 → 0.5.3
Sign up to get free protection for your applications and to get access to all the features.
- data/buscape_api.gemspec +1 -1
- data/lib/buscape_api.rb +1 -1
- metadata +1 -1
data/buscape_api.gemspec
CHANGED
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "buscape_api"
|
5
|
-
s.version = "0.5.
|
5
|
+
s.version = "0.5.3"
|
6
6
|
s.email = ["t@art-is-t.me"]
|
7
7
|
s.authors = ["Thiago Fernandes Massa"]
|
8
8
|
s.homepage = "http://github.com/thiagofm/buscape_api"
|
data/lib/buscape_api.rb
CHANGED