paperclip_watermark 0.0.1 → 0.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e54792a352790ac6beacfc2a71bc28fd0432a9ff
4
- data.tar.gz: 7ad6f8fc9ae5dfadb9bd4f20c78a67a5305904cf
3
+ metadata.gz: 13462bd82100e0a0c7b3175f0a584fd30fab5508
4
+ data.tar.gz: c1721f2357909d13c6dfe2b97ba9becb2f144a29
5
5
  SHA512:
6
- metadata.gz: cbde95b6ed8673e80aa8222a58271648827d36961c4a79fb4754b347cf57ec6c3e75b87e5188d286a1769f149300a6645a3347101c6dfa92c06f6d4e2b7ae0ce
7
- data.tar.gz: a6d7557b8c54b18aa3a69b47295bdde2e2893fde3b20ba41230fb76109c3580aa654726a9269180f97c69255448296f043612f3e797df38bcccb22eed4ac22c2
6
+ metadata.gz: 75425ac4dc46f51343e2bfdd8c30390753b0b42c6781a57dde2c96d58c692ec42cf72eeb8e0122a14dfd8c54f9d0f3d7c792d446b2f0b80e92c08b1eaa6ff078
7
+ data.tar.gz: 893e07b73731af277d4732a8036d0b6867f9f6bdf2bae39eb9165fbbbb19778cc21b79917936e364d84930300669d3a9ea53bbb6746b9a7b92d041d2cd210aa8
@@ -12,7 +12,7 @@ module Paperclip
12
12
  @position = options[:watermark_position]
13
13
  @distance_from_top = options[:watermark_distance_from_top]
14
14
 
15
- raise Paperclip::Error.new('Postion or distance_from_top required') if @position.nil? && @distance_from_top.nil?
15
+ raise Paperclip::Error.new('Position or distance from top required') if @position.nil? && @distance_from_top.nil?
16
16
  raise Paperclip::Error.new('Missing watermark path') if @watermark_path.nil?
17
17
  end
18
18
 
@@ -1,3 +1,3 @@
1
1
  module PaperclipWatermark
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paperclip_watermark
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessandro Caianiello
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-22 00:00:00.000000000 Z
11
+ date: 2015-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  requirements: []
108
108
  rubyforge_project:
109
- rubygems_version: 2.4.3
109
+ rubygems_version: 2.2.2
110
110
  signing_key:
111
111
  specification_version: 4
112
112
  summary: Paperclip Watermark with resize support