Commit b062ae95d04f1e260d0029df30dfa49409d8a437
1 parent
3fa572f4
Exists in
master
New gem specifications
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
omniauth-env.gemspec
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | 2 | ||
3 | Gem::Specification.new do |s| | 3 | Gem::Specification.new do |s| |
4 | s.name = "omniauth-env" | 4 | s.name = "omniauth-env" |
5 | - s.version = "0.0.1" | 5 | + s.version = "0.1.0" |
6 | 6 | ||
7 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | 7 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= |
8 | s.authors = ["Shahaf Arad"] | 8 | s.authors = ["Shahaf Arad"] |
@@ -10,10 +10,10 @@ Gem::Specification.new do |s| | @@ -10,10 +10,10 @@ Gem::Specification.new do |s| | ||
10 | s.description = "REMOTE_USER strategy for omniauth." | 10 | s.description = "REMOTE_USER strategy for omniauth." |
11 | s.email = ["shahaf2a@gmail.com"] | 11 | s.email = ["shahaf2a@gmail.com"] |
12 | 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~"] | 12 | 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~"] |
13 | - s.homepage = "https://github.com/av3r4ge/omniauth-env" | 13 | + s.homepage = "https://github.com/colab-community/omniauth-env" |
14 | s.require_paths = ["lib"] | 14 | s.require_paths = ["lib"] |
15 | - s.rubygems_version = "1.8.11" | ||
16 | - s.summary = "REMOTE_USER strategy for omniauth." | 15 | + s.rubygems_version = "2.0.14" |
16 | + s.summary = "REMOTE_USER strategy for omniauth with database connection." | ||
17 | 17 | ||
18 | if s.respond_to? :specification_version then | 18 | if s.respond_to? :specification_version then |
19 | s.specification_version = 3 | 19 | s.specification_version = 3 |