From 13a0be7fc58fa3b3399c7234a1dea06c5b429ae0 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Mon, 14 Apr 2014 15:23:03 -0400 Subject: [PATCH] :gem: bump --- Gemfile.lock | 28 +++++++++++++--------------- gman.gemspec | 2 +- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6c239aed..02b6f8bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - gman (2.0.0) + gman (2.1.0) addressable (~> 2.3.6) public_suffix (~> 1.4.1) swot (~> 0.3.0) @@ -9,34 +9,32 @@ PATH 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 diff --git a/gman.gemspec b/gman.gemspec index 7d58908f..f5a9d683 100644 --- a/gman.gemspec +++ b/gman.gemspec @@ -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 = "ben.balter@github.com" s.homepage = "https://github.com/benbalter/gman"