lawrencepit-remarkable_paperclip 0.5.4 → 0.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,7 +31,7 @@ module Remarkable
31
31
  end
32
32
 
33
33
  def is_maximum?
34
- valid_with_size?(@maximum == Infinity ? 2*256 : @maximum)
34
+ valid_with_size?(@maximum == Infinity ? 2**256 : @maximum)
35
35
  end
36
36
 
37
37
  def more_than_maximum?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lawrencepit-remarkable_paperclip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lawrence Pit