halfdan / piwik-ruby-tracking

A Ruby Gem that allows you to add the Piwik Tracking Code to Sinatra, Padrinorb and Rails
MIT License
52 stars 33 forks source link

Documentation issue - version 2.0.0 doesn't exist #23

Open wilkenm opened 7 years ago

wilkenm commented 7 years ago

The Readme says: gem 'piwik_analytics', '~> 2.0.0'

But, there's no 2.0.0 version, looks like this should be: gem 'piwik_analytics', '~> 1.0.2'

stilist commented 6 years ago

I've just run into this issue. Version 2.0.0 does exist, but it's not published to rubygems.org. You can install it if you add this to your Gemfile:

gem 'piwik_analytics', '~> 2.0.0', require: false, github: 'halfdan/piwik-ruby-tracking'