Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martin308 committed Nov 4, 2019
1 parent fdd5c58 commit 56d3190
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
honeycomb-beeline (1.1.1)
honeycomb-beeline (1.2.0)
libhoney (~> 1.8)

GEM
Expand All @@ -27,16 +27,20 @@ GEM
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
ffi (1.11.1)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
hashdiff (0.4.0)
http (4.1.1)
http (4.2.0)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (~> 2.0)
http_parser.rb (~> 0.6.0)
http-parser (~> 1.2.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
http-form_data (2.1.1)
http_parser.rb (0.6.0)
http-parser (1.2.1)
ffi-compiler (>= 1.0, < 2.0)
iniparse (1.4.4)
jaro_winkler (1.5.3)
json (2.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/honeycomb/beeline/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Honeycomb
module Beeline
NAME = "honeycomb-beeline".freeze
VERSION = "1.1.1".freeze
VERSION = "1.2.0".freeze
USER_AGENT_SUFFIX = "#{NAME}/#{VERSION}".freeze
end
end

0 comments on commit 56d3190

Please sign in to comment.