perfecta 0.1.1 → 0.1.2

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.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/perfecta.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
8
8
  gem.version = Perfecta::VERSION
9
9
  gem.authors = ["Gary Rafferty"]
10
10
  gem.email = ["gary.rafferty@gmail.com"]
11
- gem.description = %q{Ruby API for the PerfectAudience Reporting API}
12
- gem.summary = %q{Ruby APU for the PerfectAudience Reporting API}
11
+ gem.description = %q{Ruby client for the PerfectAudience Reporting API}
12
+ gem.summary = %q{Ruby client for the PerfectAudience Reporting API}
13
13
  gem.homepage = "https://github.com/gary-rafferty/perfecta"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
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.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -43,7 +43,7 @@ dependencies:
43
43
  - - ! '>='
44
44
  - !ruby/object:Gem::Version
45
45
  version: '0'
46
- description: Ruby API for the PerfectAudience Reporting API
46
+ description: Ruby client for the PerfectAudience Reporting API
47
47
  email:
48
48
  - gary.rafferty@gmail.com
49
49
  executables: []
@@ -90,7 +90,7 @@ rubyforge_project:
90
90
  rubygems_version: 1.8.23
91
91
  signing_key:
92
92
  specification_version: 3
93
- summary: Ruby APU for the PerfectAudience Reporting API
93
+ summary: Ruby client for the PerfectAudience Reporting API
94
94
  test_files:
95
95
  - test/ad_report_test.rb
96
96
  - test/campaign_report_test.rb