rugalytics 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v0.1.8. fixed reported bug due to missing 'www' in export url
2
+
1
3
  v0.1.7. rugalytics server, rugrat greasemonkey script
2
4
 
3
5
  v0.1.6. better fix for double quotes in csv causing fastercsv to fail
data/README CHANGED
@@ -1,6 +1,6 @@
1
1
  Rugalytics is a Ruby API for Google Analytics.
2
2
 
3
- = Warning - API under development
3
+ = Warning: API under development
4
4
 
5
5
  The Rugalytics API is in early development so it may change slightly over time.
6
6
  It should be in working order, so please give it a test spin! Sometimes
@@ -288,4 +288,4 @@ runtime based on the contents of the CSV reports from Google Analytics.
288
288
 
289
289
  ==License
290
290
 
291
- See LICENSE for the terms of this software.
291
+ See LICENSE for the terms of this software.
@@ -72,7 +72,7 @@ module Rugalytics
72
72
  def get_report_csv(options={})
73
73
  options = set_default_options(options)
74
74
  params = convert_options_to_uri_params(options)
75
- self.class.get("https://google.com/analytics/reporting/export", :query_hash => params)
75
+ self.class.get("https://www.google.com/analytics/reporting/export", :query_hash => params)
76
76
  end
77
77
 
78
78
  def convert_options_to_uri_params(options)
@@ -182,4 +182,4 @@ module Rugalytics
182
182
  end
183
183
  end
184
184
  end
185
- end
185
+ end
data/lib/rugalytics.rb CHANGED
@@ -12,7 +12,7 @@ require 'fastercsv'
12
12
 
13
13
  # See README for usage documentation.
14
14
  module Rugalytics
15
- VERSION = "0.1.7"
15
+ VERSION = "0.1.8"
16
16
 
17
17
  FORMAT_PDF = '0' unless defined? FORMAT_PDF
18
18
  FORMAT_XML = '1' unless defined? FORMAT_XML
data/rugalytics.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{rugalytics}
5
- s.version = "0.1.7"
5
+ s.version = "0.1.8"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Rob McKinnon"]
9
- s.date = %q{2008-12-02}
9
+ s.date = %q{2009-02-09}
10
10
  s.default_executable = %q{rugalytics}
11
11
  s.description = %q{Rugalytics is a Ruby API for Google Analytics.}
12
12
  s.email = ["rob ~@nospam@~ rubyforge.org"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rugalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob McKinnon
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-02 00:00:00 +00:00
12
+ date: 2009-02-09 00:00:00 +00:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency