From b062ae95d04f1e260d0029df30dfa49409d8a437 Mon Sep 17 00:00:00 2001 From: MatheusFaria Date: Thu, 3 Jul 2014 10:14:00 -0300 Subject: [PATCH] New gem specifications --- omniauth-env.gemspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/omniauth-env.gemspec b/omniauth-env.gemspec index 8e42668..1721a7b 100644 --- a/omniauth-env.gemspec +++ b/omniauth-env.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "omniauth-env" - s.version = "0.0.1" + s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Shahaf Arad"] @@ -10,10 +10,10 @@ Gem::Specification.new do |s| s.description = "REMOTE_USER strategy for omniauth." s.email = ["shahaf2a@gmail.com"] s.files = [".gitignore", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "lib/omniauth-env.rb", "lib/omniauth-env/version.rb", "lib/omniauth/strategies/env.rb", "omniauth-env.gemspec", "omniauth-env.gemspec~"] - s.homepage = "https://github.com/av3r4ge/omniauth-env" + s.homepage = "https://github.com/colab-community/omniauth-env" s.require_paths = ["lib"] - s.rubygems_version = "1.8.11" - s.summary = "REMOTE_USER strategy for omniauth." + s.rubygems_version = "2.0.14" + s.summary = "REMOTE_USER strategy for omniauth with database connection." if s.respond_to? :specification_version then s.specification_version = 3 -- libgit2 0.21.2