Skip to content

Commit

Permalink
Rename gem from mail_checker => ruby-mailchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
buren committed Sep 29, 2015
1 parent b6dea7d commit e438bca
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 @@ -88,7 +88,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 e438bca

Please sign in to comment.