Skip to content

Commit

Permalink
💎 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Apr 14, 2014
1 parent ed11077 commit 13a0be7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
28 changes: 13 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,42 +1,40 @@
PATH
remote: .
specs:
gman (2.0.0)
gman (2.1.0)
addressable (~> 2.3.6)
public_suffix (~> 1.4.1)
swot (~> 0.3.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (4.0.2)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
activesupport (4.1.0)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
tzinfo (~> 1.1)
addressable (2.3.6)
atomic (1.1.14)
i18n (0.6.9)
json (1.8.1)
minitest (4.7.5)
multi_json (1.8.4)
minitest (5.3.2)
net-dns (0.8.0)
public_suffix (1.4.2)
rake (10.1.1)
rake (10.2.2)
rdoc (4.1.1)
json (~> 1.4)
shoulda (3.5.0)
shoulda-context (~> 1.0, >= 1.0.1)
shoulda-matchers (>= 1.4.1, < 3.0)
shoulda-context (1.1.6)
shoulda-matchers (2.5.0)
shoulda-context (1.2.1)
shoulda-matchers (2.6.0)
activesupport (>= 3.0.0)
swot (0.3.0)
public_suffix
thread_safe (0.1.3)
atomic
tzinfo (0.3.38)
thread_safe (0.3.3)
tzinfo (1.1.0)
thread_safe (~> 0.1)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion gman.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Gem::Specification.new do |s|
s.name = "gman"
s.summary = "Check if a given domain or email address belong to a governemnt entity"
s.description = "A ruby gem to check if the owner of a given email address is working for THE MAN."
s.version = "2.0.0"
s.version = "2.1.0"
s.authors = ["Ben Balter"]
s.email = "[email protected]"
s.homepage = "https://github.com/benbalter/gman"
Expand Down

0 comments on commit 13a0be7

Please sign in to comment.