perfecta 0.2.0 → 0.2.1

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.
@@ -1,3 +1,3 @@
1
1
  module Perfecta
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
data/perfecta.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["gary.rafferty@gmail.com"]
11
11
  gem.description = %q{Ruby client for the PerfectAudience Reporting API}
12
12
  gem.summary = %q{Ruby client for the PerfectAudience Reporting API}
13
- gem.homepage = "https://github.com/gary-rafferty/perfecta"
13
+ gem.homepage = "http://garyrafferty.com/perfecta"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: perfecta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -90,7 +90,7 @@ files:
90
90
  - test/perfecta_test.rb
91
91
  - test/site_test.rb
92
92
  - test/test_helper.rb
93
- homepage: https://github.com/gary-rafferty/perfecta
93
+ homepage: http://garyrafferty.com/perfecta
94
94
  licenses: []
95
95
  post_install_message:
96
96
  rdoc_options: []