omniauth-zimbra 0.0.3 → 0.0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bcad7b865a18795a950d9bb4c8aa997bea07a9cc
4
- data.tar.gz: 5ddbff59b140ad86e17a917c8b7277654f858e74
3
+ metadata.gz: 210c9605f02b1a14f746834e7b1072313f7aa180
4
+ data.tar.gz: fdf89485452abc8994f76f10d4dfb5c0bb6652a0
5
5
  SHA512:
6
- metadata.gz: dbdf9bd74215cbf50cc5bd7e0da7755c0f5230ca2c6f3364e113cfe67e8edd869cef0184b9d737051aa4f88933b56c4ed29c6c26f42bd4f0cf25c50f4860ebb4
7
- data.tar.gz: fa149ae4e91910bf4f1d4841e4d9dc1931b441c42e501c0878de97d995563f5474c0db8f6c4187771762350c9291ccf76a687a650481fe71aa9400a9f2e89803
6
+ metadata.gz: 5e5fa2f5e6846c7dcf7ff5843e0e29d96b8a16a1ad1d205934a6625bd41c96531bf380a7659c0a343d6c5bdb7faf10ef3de5598ed3e41a1c68247728ee3b0a4e
7
+ data.tar.gz: 0148f9b6827bb34acdad7e99fa36a0d518f4cf29039004a01b476f010b2be1670de87ba680657e34257f20d205a80a66a0501d70b9e7c8fc10e51e345b3f2187
@@ -1,4 +1,4 @@
1
1
  require 'zimbra'
2
2
  require 'omniauth-zimbra/version'
3
- require "omniauth/strategies/zimbra"
3
+ require "omniauth/strategies/zimbra_admin"
4
4
 
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
- module Zimbra
3
- VERSION = "0.0.3"
2
+ module ZimbraAdmin
3
+ VERSION = "0.0.3.1"
4
4
  end
5
5
  end
@@ -2,7 +2,8 @@ require 'omniauth'
2
2
 
3
3
  module OmniAuth
4
4
  module Strategies
5
- class Zimbra
5
+ class ZimbraAdmin
6
+
6
7
  require 'zimbra'
7
8
  include OmniAuth::Strategy
8
9
 
@@ -5,7 +5,7 @@ require File.expand_path('../lib/omniauth-zimbra/version', __FILE__)
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "omniauth-zimbra"
8
- spec.version = Omniauth::Zimbra::VERSION
8
+ spec.version = Omniauth::ZimbraAdmin::VERSION
9
9
  spec.authors = ["Patricio Bruna"]
10
10
  spec.email = ["pbruna@gmail.com"]
11
11
  spec.summary = "Zimbra authentication strategy for OmniAuth"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-zimbra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patricio Bruna
@@ -100,7 +100,7 @@ files:
100
100
  - Rakefile
101
101
  - lib/omniauth-zimbra.rb
102
102
  - lib/omniauth-zimbra/version.rb
103
- - lib/omniauth/strategies/zimbra.rb
103
+ - lib/omniauth/strategies/zimbra_admin.rb
104
104
  - omniauth-zimbra.gemspec
105
105
  - test/test_helper.rb
106
106
  homepage: https://github.com/pbruna/omniauth-zimbra