omniauth-multipassword 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: e052b8e72afbc6487e4d78c4b73d867fef83ae32
4
+ data.tar.gz: 50e85068456f3ff78058a4696566364382fee670
5
+ SHA512:
6
+ metadata.gz: 0882792d59ec159595ad7be345eb282d0896e7ba9f07f9fc2318f2fd99b0a41e12989cddbdf6418484f501ea6da535d07c394e72555e5157f6f422a049aa7c8f
7
+ data.tar.gz: 380ab3297e12bdf21e420655e5b4a83ff215c79c0389a2e50c714d59db186b882fb7b80e56103b379f57cb4c3d0a77e39581471fcc8def4cd3bd6ddb149e1d55
@@ -3,7 +3,7 @@ module Omniauth
3
3
  module VERSION
4
4
  MAJOR = 0
5
5
  MINOR = 4
6
- PATCH = 0
6
+ PATCH = 1
7
7
  STAGE = nil
8
8
 
9
9
  def self.to_s
@@ -7,6 +7,7 @@ Gem::Specification.new do |gem|
7
7
  gem.description = "A OmniAuth strategy to authenticate using different passwort strategies."
8
8
  gem.summary = "A OmniAuth strategy to authenticate using different passwort strategies."
9
9
  gem.homepage = "https://github.com/jgraichen/omniauth-multipassword"
10
+ gem.license = 'MIT'
10
11
 
11
12
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
12
13
  gem.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-multipassword
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
5
- prerelease:
4
+ version: 0.4.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Jan Graichen
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-03-18 00:00:00.000000000 Z
11
+ date: 2013-07-24 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: omniauth
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ~>
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ~>
28
25
  - !ruby/object:Gem::Version
@@ -45,27 +42,27 @@ files:
45
42
  - lib/omniauth/strategies/multi_password.rb
46
43
  - omniauth-multipassword.gemspec
47
44
  homepage: https://github.com/jgraichen/omniauth-multipassword
48
- licenses: []
45
+ licenses:
46
+ - MIT
47
+ metadata: {}
49
48
  post_install_message:
50
49
  rdoc_options: []
51
50
  require_paths:
52
51
  - lib
53
52
  required_ruby_version: !ruby/object:Gem::Requirement
54
- none: false
55
53
  requirements:
56
54
  - - '>='
57
55
  - !ruby/object:Gem::Version
58
56
  version: '0'
59
57
  required_rubygems_version: !ruby/object:Gem::Requirement
60
- none: false
61
58
  requirements:
62
59
  - - '>='
63
60
  - !ruby/object:Gem::Version
64
61
  version: '0'
65
62
  requirements: []
66
63
  rubyforge_project:
67
- rubygems_version: 1.8.25
64
+ rubygems_version: 2.0.3
68
65
  signing_key:
69
- specification_version: 3
66
+ specification_version: 4
70
67
  summary: A OmniAuth strategy to authenticate using different passwort strategies.
71
68
  test_files: []