kahuna_client 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,5 +26,5 @@ Gem::Specification.new do |gem|
26
26
  gem.authors = ["Edgar Gonzalez"]
27
27
  gem.email = ["edgargonzalez@gmail.com"]
28
28
  gem.description = %q{A ruby wrapper for Kahuna Push API}
29
- gem.homepage = "http://github.com/edgar/kahuna_client"
29
+ gem.homepage = "http://github.com/edgar/KahunaClient"
30
30
  end
@@ -1,3 +1,3 @@
1
1
  module KahunaClient
2
- VERSION = "0.0.1".freeze unless defined?(::KahunaClient::VERSION)
2
+ VERSION = "0.0.2".freeze unless defined?(::KahunaClient::VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kahuna_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -189,7 +189,7 @@ files:
189
189
  - spec/kahuna_client/client_spec.rb
190
190
  - spec/kahuna_client_spec.rb
191
191
  - spec/spec_helper.rb
192
- homepage: http://github.com/edgar/kahuna_client
192
+ homepage: http://github.com/edgar/KahunaClient
193
193
  licenses:
194
194
  - MIT
195
195
  post_install_message: