piwik_analytics 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ module PiwikAnalytics
15
15
  # Defaults to 1
16
16
  #
17
17
  def id_site
18
- @id_size ||= (user_configuration_from_key('id_size') || 1)
18
+ @id_site ||= (user_configuration_from_key('id_site') || 1)
19
19
  end
20
20
 
21
21
  #
@@ -1,6 +1,6 @@
1
1
  spec = Gem::Specification.new do |s|
2
2
  s.name = 'piwik_analytics'
3
- s.version = '1.0.1'
3
+ s.version = '1.0.2'
4
4
  s.date = Time.now.strftime "%Y-%m-%d"
5
5
  s.author = 'Fabian Becker'
6
6
  s.email = 'halfdan@xnorfz.de'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: piwik_analytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: