lib/flay.rb in flay-2.8.0 vs lib/flay.rb in flay-2.8.1
- old
+ new
@@ -14,10 +14,10 @@
alias :binread :read unless RUBY19
end
end
class Flay
- VERSION = "2.8.0" # :nodoc:
+ VERSION = "2.8.1" # :nodoc:
class Item < Struct.new(:structural_hash, :name, :bonus, :mass, :locations)
alias identical? bonus
end