email_veracity_checker 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. data/Rakefile +2 -2
  2. data/email_veracity_checker.gemspec +5 -5
  3. metadata +19 -6
data/Rakefile CHANGED
@@ -2,8 +2,8 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('email_veracity_checker', '0.0.1') do |p|
6
- p.description = "gem that illustrates how to build a gem"
5
+ Echoe.new('email_veracity_checker', '0.0.2') do |p|
6
+ p.description = "Check email is exist or not without sending message"
7
7
  p.url = "https://github.com/joshsoftware/email_veracity_checke"
8
8
  p.author = "Kiran Chaudhari"
9
9
  p.email = "kiran@joshsoftware.com"
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{email_veracity_checker}
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Kiran Chaudhari"]
9
9
  s.date = %q{2010-12-27}
10
- s.description = %q{gem that illustrates how to build a gem}
10
+ s.description = %q{Check email is exist or not without sending message}
11
11
  s.email = %q{kiran@joshsoftware.com}
12
12
  s.extra_rdoc_files = ["README", "lib/email_check.rb"]
13
13
  s.files = ["Manifest", "README", "Rakefile", "email_veracity_checker.gemspec", "lib/email_check.rb"]
@@ -15,14 +15,14 @@ Gem::Specification.new do |s|
15
15
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Email_veracity_checker", "--main", "README"]
16
16
  s.require_paths = ["lib"]
17
17
  s.rubyforge_project = %q{email_veracity_checker}
18
- s.rubygems_version = %q{1.3.5}
19
- s.summary = %q{gem that illustrates how to build a gem}
18
+ s.rubygems_version = %q{1.3.7}
19
+ s.summary = %q{Check email is exist or not without sending message}
20
20
 
21
21
  if s.respond_to? :specification_version then
22
22
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
23
23
  s.specification_version = 3
24
24
 
25
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
25
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
26
26
  else
27
27
  end
28
28
  else
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: email_veracity_checker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ hash: 27
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - 2
10
+ version: 0.0.2
5
11
  platform: ruby
6
12
  authors:
7
13
  - Kiran Chaudhari
@@ -13,7 +19,7 @@ date: 2010-12-27 00:00:00 +05:30
13
19
  default_executable:
14
20
  dependencies: []
15
21
 
16
- description: gem that illustrates how to build a gem
22
+ description: Check email is exist or not without sending message
17
23
  email: kiran@joshsoftware.com
18
24
  executables: []
19
25
 
@@ -43,23 +49,30 @@ rdoc_options:
43
49
  require_paths:
44
50
  - lib
45
51
  required_ruby_version: !ruby/object:Gem::Requirement
52
+ none: false
46
53
  requirements:
47
54
  - - ">="
48
55
  - !ruby/object:Gem::Version
56
+ hash: 3
57
+ segments:
58
+ - 0
49
59
  version: "0"
50
- version:
51
60
  required_rubygems_version: !ruby/object:Gem::Requirement
61
+ none: false
52
62
  requirements:
53
63
  - - ">="
54
64
  - !ruby/object:Gem::Version
65
+ hash: 11
66
+ segments:
67
+ - 1
68
+ - 2
55
69
  version: "1.2"
56
- version:
57
70
  requirements: []
58
71
 
59
72
  rubyforge_project: email_veracity_checker
60
- rubygems_version: 1.3.5
73
+ rubygems_version: 1.3.7
61
74
  signing_key:
62
75
  specification_version: 3
63
- summary: gem that illustrates how to build a gem
76
+ summary: Check email is exist or not without sending message
64
77
  test_files: []
65
78