jordandcarter-rugalytics 0.2 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rugalytics/profile.rb +2 -2
  2. metadata +1 -1
@@ -84,7 +84,7 @@ module Rugalytics
84
84
  :view => options[:view],
85
85
  :tab => options[:tab],
86
86
  :trows=> options[:rows],
87
- :tst => options[:page],
87
+ :tst => options[:start_row],
88
88
  :gdfmt=> options[:gdfmt],
89
89
  :id => profile_id
90
90
  }
@@ -117,7 +117,7 @@ module Rugalytics
117
117
  :tab => 0,
118
118
  :format => FORMAT_CSV,
119
119
  :rows => 50,
120
- :page => 0,
120
+ :start_row => 0,
121
121
  :compute => 'average',
122
122
  :gdfmt => 'nth_day',
123
123
  :view => 0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jordandcarter-rugalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.2"
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan Carter