Skip to content

Commit

Permalink
Version 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed Dec 14, 2013
1 parent e2bfa57 commit 81d5f3a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.9.8

* Switched to `Net::HTTP.new` as `Net::HTTP.start` doesn't honor timeout values (http://www.ruby-forum.com/topic/148968)
* Use @session.api_key for every data request, fixes #19
* Hack to add support for dynamic segments (props to @stevenwilkin)
* Tests are running green again

Version 0.9.7

* Fixed bug causing Garb::Model#all_results to return nil if no limit provided
Expand Down
1 change: 1 addition & 0 deletions garb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Gem::Specification.new do |gem|
gem.authors = ['Tony Pitale', 'Sijawusz Pur Rahnama']
gem.email = ['tony.pitale@viget.com', 'sija@sija.pl']
gem.homepage = 'http://github.com/Sija/garb'
gem.license = 'MIT'

gem.summary = 'Google Analytics API Ruby Wrapper'
gem.description = ''
Expand Down
2 changes: 1 addition & 1 deletion lib/garb/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION

MAJOR = 0
MINOR = 9
TINY = 7
TINY = 8

def self.to_s # :nodoc:
[MAJOR, MINOR, TINY].join '.'
Expand Down

0 comments on commit 81d5f3a

Please sign in to comment.