jordandcarter-rugalytics 0.1 → 0.1.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 +4 -2
  2. metadata +1 -1
@@ -82,8 +82,9 @@ module Rugalytics
82
82
  :cmp => options[:compute],
83
83
  :fmt => options[:format],
84
84
  :view => options[:view],
85
- #:tab => options[:tab],
86
- #:trows=> options[:rows],
85
+ :tab => options[:tab],
86
+ :trows=> options[:rows],
87
+ :tst => options[:page],
87
88
  :gdfmt=> options[:gdfmt],
88
89
  :id => profile_id
89
90
  }
@@ -116,6 +117,7 @@ module Rugalytics
116
117
  :tab => 0,
117
118
  :format => FORMAT_CSV,
118
119
  :rows => 50,
120
+ :page => 0,
119
121
  :compute => 'average',
120
122
  :gdfmt => 'nth_day',
121
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.1"
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan Carter