colander 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.
data/README.md CHANGED
@@ -13,3 +13,8 @@ Usage
13
13
  parser = Colander.parse("/path/to/file.xls")
14
14
  parser.emails # => ["foo@bar.com"]
15
15
 
16
+ or
17
+
18
+ parser = Colander.parse("/path/to/file_without_extension", "filename.xlsx")
19
+ parser.emails # => ["foo@bar.com"]
20
+
data/colander.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.email = ["dev@mynewsdesk.com"]
11
11
  s.homepage = "http://devcorner.mynewsdesk.com"
12
12
  s.summary = %q{Exctract an array of emails from various file formats}
13
- s.description = %q{See summary. lol}
13
+ s.description = %q{Exctract an array of emails from various file formats (xls, xlsx)}
14
14
 
15
15
  # s.rubyforge_project = "mnd_colander"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module Colander
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: colander
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kristian Hellquist
@@ -80,7 +80,7 @@ dependencies:
80
80
  version: "0"
81
81
  type: :development
82
82
  version_requirements: *id004
83
- description: See summary. lol
83
+ description: Exctract an array of emails from various file formats (xls, xlsx)
84
84
  email:
85
85
  - dev@mynewsdesk.com
86
86
  executables: []