google_otg 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/google_otg.gemspec +1 -1
- data/lib/google_otg.rb +0 -3
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.1
|
data/google_otg.gemspec
CHANGED
data/lib/google_otg.rb
CHANGED
@@ -8,7 +8,6 @@ module GoogleOtg
|
|
8
8
|
include HTTParty
|
9
9
|
@@DEFAULT_INCREMENT = 1 # 1 day
|
10
10
|
|
11
|
-
module Helper
|
12
11
|
def date_range
|
13
12
|
tr = self.setup_time_range
|
14
13
|
tr[:lower_bound].strftime("%m/%d/%Y") + " - " + tr[:upper_bound].strftime("%m/%d/%Y")
|
@@ -40,7 +39,6 @@ module GoogleOtg
|
|
40
39
|
return html
|
41
40
|
|
42
41
|
end
|
43
|
-
end
|
44
42
|
|
45
43
|
def over_time_graph_download(results, type, title, legend)
|
46
44
|
tr = self.setup_time_range
|
@@ -517,4 +515,3 @@ module GoogleOtg
|
|
517
515
|
return URI::encode(options.to_json)
|
518
516
|
end
|
519
517
|
end
|
520
|
-
|