Ruby port of Ronding's TagPro Analytics readers.
Add this line to your application's Gemfile:
gem 'tagpro-analytics'And then execute:
$ bundle
Or install it yourself as:
$ gem install tagpro-analytics
The gem includes an executable, tagpro-analytics:
$ tagpro-analytics <filename>
- Fork it ( https://github.com/keratagpro/tagpro-analytics-ruby/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request