Skip to content

Commit

Permalink
version v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marioizquierdo committed Apr 23, 2021
1 parent 505b18c commit bd4879a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
PATH
remote: .
specs:
twirp (1.7.2)
twirp (1.8.0)
faraday (< 2)
google-protobuf (~> 3.0, >= 3.7.0)

GEM
remote: https://rubygems.org/
specs:
faraday (1.1.0)
faraday (1.4.1)
faraday-excon (~> 1.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
multipart-post (>= 1.2, < 3)
ruby2_keywords
ruby2_keywords (>= 0.0.4)
faraday-excon (1.1.0)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
google-protobuf (3.15.8)
minitest (5.14.0)
multipart-post (2.1.1)
rack (2.2.3)
rake (13.0.1)
ruby2_keywords (0.0.2)
ruby2_keywords (0.0.4)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion example/hello_world/service_twirp.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_ruby 1.6.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_ruby 1.8.0, DO NOT EDIT.
require 'twirp'
require_relative 'service_pb.rb'

Expand Down
2 changes: 1 addition & 1 deletion lib/twirp/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# permissions and limitations under the License.

module Twirp
VERSION = "1.7.2"
VERSION = "1.8.0"
end
2 changes: 1 addition & 1 deletion protoc-gen-twirp_ruby/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ package main

// Version is the same version in the ruby gem: lib/twirp/version.rb
// It helps identify what version of the code generator was used.
const Version = "1.6.0"
const Version = "1.8.0"

0 comments on commit bd4879a

Please sign in to comment.