rugalytics 0.1.7 → 0.1.8
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.
- data/CHANGELOG +2 -0
- data/README +2 -2
- data/lib/rugalytics/profile.rb +2 -2
- data/lib/rugalytics.rb +1 -1
- data/rugalytics.gemspec +2 -2
- metadata +2 -2
data/CHANGELOG
CHANGED
data/README
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Rugalytics is a Ruby API for Google Analytics.
|
|
2
2
|
|
|
3
|
-
= Warning
|
|
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.
|
data/lib/rugalytics/profile.rb
CHANGED
|
@@ -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
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.
|
|
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{
|
|
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.
|
|
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:
|
|
12
|
+
date: 2009-02-09 00:00:00 +00:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|