kooaba 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.
Files changed (3) hide show
  1. data/kooaba.gemspec +1 -1
  2. data/lib/kooaba/version.rb +1 -1
  3. metadata +5 -5
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Kooaba::VERSION
8
8
  s.authors = ["Cristi Prodan"]
9
9
  s.email = ["prodan@kooaba.com"]
10
- s.homepage = "https://github.com/kooaba/kooaba-ruby"
10
+ s.homepage = "https://github.com/kooaba/kooaba-api-v4-rubygem"
11
11
  s.summary = %q{A gem for accessing the kooaba APIs}
12
12
  s.description = %q{A lightweight gem for accessing the kooaba APIs. For more information on the APIs check out http://kooaba.github.com}
13
13
 
@@ -1,3 +1,3 @@
1
1
  module Kooaba
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kooaba
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Cristi Prodan
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-12-18 00:00:00 Z
18
+ date: 2013-01-11 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: A lightweight gem for accessing the kooaba APIs. For more information on the APIs check out http://kooaba.github.com
@@ -43,7 +43,7 @@ files:
43
43
  - lib/kooaba/query_request.rb
44
44
  - lib/kooaba/upload_request.rb
45
45
  - lib/kooaba/version.rb
46
- homepage: https://github.com/kooaba/kooaba-ruby
46
+ homepage: https://github.com/kooaba/kooaba-api-v4-rubygem
47
47
  licenses: []
48
48
 
49
49
  post_install_message: