lib/flay.rb in flay-2.13.1 vs lib/flay.rb in flay-2.13.2
- old
+ new
@@ -6,10 +6,10 @@
require "path_expander"
require "timeout"
require "zlib"
class Flay
- VERSION = "2.13.1" # :nodoc:
+ VERSION = "2.13.2" # :nodoc:
class Item < Struct.new(:structural_hash, :name, :bonus, :mass, :locations)
alias identical? bonus
end