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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/google_otg.gemspec +1 -1
  3. data/lib/google_otg.rb +0 -3
  4. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.1.1
data/google_otg.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{google_otg}
8
- s.version = "1.1.0"
8
+ s.version = "1.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["esilverberg"]
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
-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_otg
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - esilverberg