bmo-mini_magick 1.2.5 → 1.2.6

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.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/mini_magick.rb +1 -1
  3. metadata +2 -2
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 2
4
- :patch: 5
4
+ :patch: 6
@@ -40,7 +40,7 @@ module MiniMagick
40
40
  # Instance Methods
41
41
  # ----------------
42
42
  def cksum(input_path)
43
- run_command("cksum", @path).split(/\s/)[0]
43
+ run_command("cksum", @path.gsub(/\[\d+\]$/,"")).split(/\s/)[0]
44
44
  end
45
45
 
46
46
  def get_file_info(input_path)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bmo-mini_magick
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Moran
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-28 00:00:00 -07:00
12
+ date: 2009-04-29 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15