Skip to content

Commit

Permalink
version 7.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishotihadus committed Jun 3, 2018
1 parent 292f8a0 commit 92580cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
29 changes: 0 additions & 29 deletions Gemfile.lock

This file was deleted.

1 change: 1 addition & 0 deletions ext/usamin/usamin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ template <class Writer> static void write(Writer &writer, const VALUE value) {
break;
case RUBY_T_TRUE:
writer.Bool(true);
break;
case RUBY_T_FALSE:
writer.Bool(false);
break;
Expand Down
2 changes: 1 addition & 1 deletion lib/usamin/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Usamin
VERSION = "7.7.3"
VERSION = "7.7.4"
end

0 comments on commit 92580cf

Please sign in to comment.