Rubimage 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rubimage.rb +3 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e9c789c6c8f0917ed10803ace15083da17ddb23
4
- data.tar.gz: 1b2af86c3bf23f5b3e466b4443b78580535c84f9
3
+ metadata.gz: ee70852f1ea6f5237acb9227b8a6ad02901cb7c0
4
+ data.tar.gz: 2fffbe40f1a3ef253d65f68366e96d1cd9aa9d78
5
5
  SHA512:
6
- metadata.gz: 52b541af0fa5a54c446f1e23203be3fa009d75926adac51bd48af56807c172c8596403b499e6ed33574f33db51a3c6c03963220937f81a879bd7a5bbdfe16b73
7
- data.tar.gz: b71b7d5c8ef6fd2f89aec393059019c1962dfb2bc4b5447726793b42761a4f3938faa29dac7539dcf69f1570c18f715b52f5abf55bf8aca8a5c84b2aceaec21d
6
+ metadata.gz: 6f460b10b431030ae0fa8752f3b96c67603d09431b376f694c382c16ba9f4eac62020cfd106992d5619086f1a7532a9ecfdcad925f00c4c3478b402c2f27a367
7
+ data.tar.gz: 66aa4582150b3292ad6d03b004d46ab5640745516789a7dbb7585091b24be6af379485cf2e6165e0181fd81f8916300266472142c89e40ae9e02287d44a30d8f
data/lib/rubimage.rb CHANGED
@@ -4,11 +4,11 @@ require_relative 'rubimage/png_reader'
4
4
 
5
5
  module Rubimage
6
6
 
7
- PNG = '.png'
7
+ PNG = '.png'
8
8
  JPG = '.jpg'
9
9
  JPEG = '.jpeg'
10
10
 
11
- def self.Info(path)
11
+ def self.info(path)
12
12
  ext_type = File.extname path
13
13
  case ext_type
14
14
  when PNG
@@ -20,4 +20,4 @@ module Rubimage
20
20
  end
21
21
  end
22
22
  end
23
-
23
+ f
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Rubimage
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
  - Dylan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-18 00:00:00.000000000 Z
11
+ date: 2013-10-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Rubimage gives you the width and height of an jpg, png and tiff
14
14
  email: