Skip to content

Commit

Permalink
Merge pull request #36 from buren/rubygem-rename
Browse files Browse the repository at this point in the history
Rename gem from mail_checker => ruby-mailchecker
  • Loading branch information
FGRibreau committed Sep 30, 2015
2 parents 9818a9b + e438bca commit 5974195
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ npm install mailchecker

Ruby
```bash
gem install mail_checker
gem install ruby-mailchecker
```

__We accept pull-requests for other package manager__.
Expand Down
1 change: 1 addition & 0 deletions platform/ruby/ruby-mailchecker.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'mail_checker'
4 changes: 2 additions & 2 deletions mail_checker.gemspec → ruby-mailchecker.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = 'mail_checker'
spec.name = 'ruby-mailchecker'
spec.version = '0.1.0'
spec.authors = ['Francois-Guillaume Ribreau', 'Jacob Burenstam']
spec.email = ['github@fgribreau.com']
Expand All @@ -10,6 +10,6 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/FGRibreau/mailchecker'
spec.license = 'MIT'

spec.files = ['platform/ruby/mail_checker.rb']
spec.files = ['platform/ruby/mail_checker.rb', 'platform/ruby/ruby-mailchecker.rb']
spec.require_paths = ['platform/ruby']
end

0 comments on commit 5974195

Please sign in to comment.