perfecta 0.1.0 → 0.1.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.1.0"
2
+ VERSION = "0.1.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 API for the PerfectAudience Reporting API}
12
12
  gem.summary = %q{Ruby APU for the PerfectAudience Reporting API}
13
- gem.homepage = ""
13
+ gem.homepage = "https://github.com/gary-rafferty/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.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -67,7 +67,7 @@ files:
67
67
  - test/conversion_report_test.rb
68
68
  - test/perfecta_test.rb
69
69
  - test/test_helper.rb
70
- homepage: ''
70
+ homepage: https://github.com/gary-rafferty/perfecta
71
71
  licenses: []
72
72
  post_install_message:
73
73
  rdoc_options: []