garb 0.2.4 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/extensions/array.rb +1 -1
- data/lib/garb/account.rb +1 -1
- data/lib/garb/profile.rb +1 -1
- data/lib/garb/version.rb +1 -1
- data/test/unit/profile_test.rb +1 -3
- metadata +2 -2
data/lib/extensions/array.rb
CHANGED
data/lib/garb/account.rb
CHANGED
data/lib/garb/profile.rb
CHANGED
@@ -42,7 +42,7 @@ module Garb
|
|
42
42
|
end
|
43
43
|
|
44
44
|
def self.all
|
45
|
-
url = "https://www.google.com/analytics/feeds/accounts
|
45
|
+
url = "https://www.google.com/analytics/feeds/accounts/default"
|
46
46
|
response = DataRequest.new(url).send_request
|
47
47
|
Entry.parse(response.body).map {|entry| new(entry)}
|
48
48
|
end
|
data/lib/garb/version.rb
CHANGED
data/test/unit/profile_test.rb
CHANGED
@@ -6,9 +6,7 @@ module Garb
|
|
6
6
|
context "The Profile class" do
|
7
7
|
|
8
8
|
should "be able to return a list of all profiles" do
|
9
|
-
|
10
|
-
|
11
|
-
url = 'https://www.google.com/analytics/feeds/accounts/user@host.com'
|
9
|
+
url = 'https://www.google.com/analytics/feeds/accounts/default'
|
12
10
|
|
13
11
|
xml = read_fixture('profile_feed.xml')
|
14
12
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: garb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tony Pitale
|
@@ -11,7 +11,7 @@ autorequire:
|
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
13
|
|
14
|
-
date: 2009-06-
|
14
|
+
date: 2009-06-30 00:00:00 -04:00
|
15
15
|
default_executable:
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|