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 +5 -0
- data/colander.gemspec +1 -1
- data/lib/colander/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
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{
|
|
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
|
|
data/lib/colander/version.rb
CHANGED
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:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
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:
|
|
83
|
+
description: Exctract an array of emails from various file formats (xls, xlsx)
|
|
84
84
|
email:
|
|
85
85
|
- dev@mynewsdesk.com
|
|
86
86
|
executables: []
|