autometal-piwik 0.4.3 → 0.4.4

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.
@@ -6,5 +6,5 @@ require 'piwik/site.rb'
6
6
  require 'piwik/user.rb'
7
7
  require 'piwik/trackable.rb'
8
8
  module Piwik
9
- VERSION = "0.4.3"
9
+ VERSION = "0.4.4"
10
10
  end
@@ -124,6 +124,7 @@ module Piwik
124
124
  :login => result['row']['login'],
125
125
  :user_alias => result['row']['alias'],
126
126
  :email => result['row']['email'],
127
+ :password => result['row']['password'],
127
128
  :created_at => Time.parse(result['row']['date_registered'])
128
129
  }
129
130
  attributes
@@ -1,2 +1,2 @@
1
- auth_token: 95b15f2ef6dfdc40b5604fb4d453b69b
2
- piwik_url: http://analytics.product-wave.com
1
+ auth_token: yourpiwikauthkey
2
+ piwik_url: http://<yourpiwikdomain>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autometal-piwik
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 3
10
- version: 0.4.3
9
+ - 4
10
+ version: 0.4.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Achillefs Charmpilas
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-19 00:00:00 +01:00
18
+ date: 2011-04-11 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency