lib/apkstats/entity/permission.rb in danger-apkstats-0.2.0 vs lib/apkstats/entity/permission.rb in danger-apkstats-0.3.0

- old
+ new

@@ -68,9 +68,10 @@ values.map(&:to_s) end def eql?(other) return if !other || other.class == Permissions + other.values == values end def hash values.hash