Skip to content

Commit

Permalink
Merge pull request #193 from msgpack/bye-fat-gem
Browse files Browse the repository at this point in the history
Stop supporting fat gems
  • Loading branch information
tagomoris authored Jan 26, 2021
2 parents 3469ab0 + 18694d9 commit 9ad02eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions lib/msgpack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
require "msgpack/msgpack.jar"
org.msgpack.jruby.MessagePackLibrary.new.load(JRuby.runtime, false)
else
begin
require "msgpack/#{RUBY_VERSION[/\d+.\d+/]}/msgpack"
rescue LoadError
require "msgpack/msgpack"
end
require "msgpack/msgpack"
end

require "msgpack/packer"
Expand Down
2 changes: 1 addition & 1 deletion lib/msgpack/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module MessagePack
VERSION = "1.3.3"
VERSION = "1.4.0.pre1"

# NOTE for msgpack-ruby maintainer:
# Check these things to release new binaryes for new Ruby versions (especially for Windows):
Expand Down

0 comments on commit 9ad02eb

Please sign in to comment.