command_wrap 0.6 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of command_wrap might be problematic. Click here for more details.

Files changed (2) hide show
  1. data/lib/command_wrap/image.rb +0 -2
  2. metadata +4 -3
@@ -13,9 +13,7 @@ module CommandWrap
13
13
  # if no height, we calculate it based on the width
14
14
  unless height
15
15
  dim = self.dimensions(source)
16
- puts dim.inspect
17
16
  height = (1.0 * width * dim[:height] / dim[:width]).floor
18
- puts height
19
17
  end
20
18
 
21
19
  # Scale source
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: command_wrap
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- version: "0.6"
9
+ - 1
10
+ version: 0.6.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Stefaan Colman
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2011-08-25 00:00:00 +02:00
18
+ date: 2011-10-05 00:00:00 +02:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency