gattica 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +3 -3
  2. data/VERSION.yml +2 -2
  3. data/gattica.gemspec +7 -8
  4. metadata +6 -6
data/Rakefile CHANGED
@@ -7,10 +7,10 @@ begin
7
7
  Jeweler::Tasks.new do |gemspec|
8
8
  gemspec.name = "gattica"
9
9
  gemspec.summary = "Gattica is a Ruby library for extracting data from the Google Analytics API."
10
- gemspec.email = "cannikinn@gmail.com"
11
- gemspec.homepage = "http://github.com/cannikin/gattica"
10
+ gemspec.email = "rob.cameron@active.com"
11
+ gemspec.homepage = "http://github.com/activenetwork/gattica"
12
12
  gemspec.description = "Gattica is a Ruby library for extracting data from the Google Analytics API."
13
- gemspec.authors = ["Rob Cameron"]
13
+ gemspec.authors = ["The Active Network"]
14
14
  gemspec.add_dependency('hpricot','>=0.6.164')
15
15
  end
16
16
  rescue LoadError
@@ -1,4 +1,4 @@
1
1
  ---
2
- :major: 0
3
2
  :minor: 4
4
- :patch: 0
3
+ :patch: 1
4
+ :major: 0
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{gattica}
8
- s.version = "0.4.0"
8
+ s.version = "0.4.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Rob Cameron"]
12
- s.date = %q{2009-09-04}
11
+ s.authors = ["The Active Network"]
12
+ s.date = %q{2010-01-29}
13
13
  s.description = %q{Gattica is a Ruby library for extracting data from the Google Analytics API.}
14
- s.email = %q{cannikinn@gmail.com}
14
+ s.email = %q{rob.cameron@active.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
17
  "README.rdoc"
@@ -41,11 +41,10 @@ Gem::Specification.new do |s|
41
41
  "test/test_gattica.rb",
42
42
  "test/test_user.rb"
43
43
  ]
44
- s.has_rdoc = true
45
- s.homepage = %q{http://github.com/cannikin/gattica}
44
+ s.homepage = %q{http://github.com/activenetwork/gattica}
46
45
  s.rdoc_options = ["--charset=UTF-8"]
47
46
  s.require_paths = ["lib"]
48
- s.rubygems_version = %q{1.3.1}
47
+ s.rubygems_version = %q{1.3.5}
49
48
  s.summary = %q{Gattica is a Ruby library for extracting data from the Google Analytics API.}
50
49
  s.test_files = [
51
50
  "test/helper.rb",
@@ -59,7 +58,7 @@ Gem::Specification.new do |s|
59
58
 
60
59
  if s.respond_to? :specification_version then
61
60
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
62
- s.specification_version = 2
61
+ s.specification_version = 3
63
62
 
64
63
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
65
64
  s.add_runtime_dependency(%q<hpricot>, [">= 0.6.164"])
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gattica
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
- - Rob Cameron
7
+ - The Active Network
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-04 00:00:00 -07:00
12
+ date: 2010-01-29 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -23,7 +23,7 @@ dependencies:
23
23
  version: 0.6.164
24
24
  version:
25
25
  description: Gattica is a Ruby library for extracting data from the Google Analytics API.
26
- email: cannikinn@gmail.com
26
+ email: rob.cameron@active.com
27
27
  executables: []
28
28
 
29
29
  extensions: []
@@ -56,7 +56,7 @@ files:
56
56
  - test/test_gattica.rb
57
57
  - test/test_user.rb
58
58
  has_rdoc: true
59
- homepage: http://github.com/cannikin/gattica
59
+ homepage: http://github.com/activenetwork/gattica
60
60
  licenses: []
61
61
 
62
62
  post_install_message:
@@ -81,7 +81,7 @@ requirements: []
81
81
  rubyforge_project:
82
82
  rubygems_version: 1.3.5
83
83
  signing_key:
84
- specification_version: 2
84
+ specification_version: 3
85
85
  summary: Gattica is a Ruby library for extracting data from the Google Analytics API.
86
86
  test_files:
87
87
  - test/helper.rb