wobauth 3.4.8 → 4.0.0
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 +4 -4
- data/LICENSE +1 -1
- data/README.md +16 -4
- data/lib/wobauth/version.rb +2 -2
- metadata +7 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 036ba4d2f604909cb8d224f27fc1570723520ddcdbe0f830e26f3f2eecdb93ae
|
4
|
+
data.tar.gz: 781621423c2cccdff5f9c1477eae55cfe9517d6e21f814bfbe67f8c4b0e04d6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2615f3b762673ab9697f2d2619d2965269f2763daa246517c0039e63e52e7309f2b71cab759e5900e843401f88eee5e71994f43d209bbfa44cacbf817640b43
|
7
|
+
data.tar.gz: 0af1198085fb8ef517204d41990cfb64b9d280b85b478d0ea3ca4b36b804e11075a4e3b129dbe480c4f90ebe26add903bf20ed88a10b85b6e79ccd5e17a93af2
|
data/LICENSE
CHANGED
data/README.md
CHANGED
@@ -28,13 +28,15 @@ Versions
|
|
28
28
|
wobauth 1.x is for Rails 4, wobauth 2.x will support Rails 5.
|
29
29
|
wobauth 3.x uses bootstrap v4 and font-awesome, starting with Rails 5.1
|
30
30
|
(may work with Rails 5.0, but not tested)
|
31
|
+
wobauth 4.x works with sprockets v4.
|
31
32
|
|
32
33
|
Requirements
|
33
34
|
------------
|
34
35
|
|
35
36
|
| branch | rails | ruby | bootstrap | icons | wobapphelpers |
|
36
37
|
|------------|-------|--------|-----------|-----------------|---------------|
|
37
|
-
| master
|
38
|
+
| master(4.x)| >=5.1 | >= 2.3 | v4 | fontawesome 5.x | master (4.x) |
|
39
|
+
| 3-0-stable | >=5.1 | >= 2.3 | v4 | fontawesome 4.7 | 3-0-stable |
|
38
40
|
| 2-0-stable | 5.0 | >= 2.2 | v3 | glyphicons | 2-0-stable |
|
39
41
|
| 1-0-stable | 4.2 | >= 2.0 | v3 | glyphicons | 1-0-stable |
|
40
42
|
|
@@ -46,12 +48,16 @@ Installation
|
|
46
48
|
Add wobauth to your Gemfile:
|
47
49
|
|
48
50
|
```ruby
|
49
|
-
gem 'wobauth',
|
51
|
+
gem 'wobauth', '~> 4.0.0'
|
52
|
+
gem 'wobauth', '~> 3.4.8'
|
53
|
+
gem 'wobauth', git: 'https://github.com/swobspace/wobauth.git', branch: '3-0-stable'
|
50
54
|
gem 'wobauth', git: 'https://github.com/swobspace/wobauth.git', branch: '2-0-stable'
|
51
55
|
gem 'wobauth', git: 'https://github.com/swobspace/wobauth.git', branch: '1-0-stable'
|
56
|
+
|
52
57
|
```
|
53
|
-
|
58
|
+
Starting with v3.4 gems are published to rubygems.org.
|
54
59
|
|
60
|
+
Run
|
55
61
|
```ruby
|
56
62
|
rails g wobauth:install
|
57
63
|
```
|
@@ -64,6 +70,12 @@ copies wobauth migration files wobauth to your application. Do this before you
|
|
64
70
|
create your own migration files if possible. If you upgrade from an older wobauth
|
65
71
|
version rerun it. There might be new migration files added.
|
66
72
|
|
73
|
+
|
74
|
+
Upgrade
|
75
|
+
-------
|
76
|
+
|
77
|
+
For Upgrade from 3.x to 4.x you have to upgrade wobapphelpers
|
78
|
+
|
67
79
|
Configuration
|
68
80
|
-------------
|
69
81
|
|
@@ -159,7 +171,7 @@ included in this rails engine.
|
|
159
171
|
Licence
|
160
172
|
-------
|
161
173
|
|
162
|
-
wobauth Copyright (C) 2014-
|
174
|
+
wobauth Copyright (C) 2014-2019 Wolfgang Barth
|
163
175
|
|
164
176
|
MIT license, see [LICENSE](LICENSE)
|
165
177
|
|
data/lib/wobauth/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wobauth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 4.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wolfgang Barth
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-11-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
33
|
+
version: '4.0'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
40
|
+
version: '4.0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: wobaduser
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -190,14 +190,14 @@ dependencies:
|
|
190
190
|
requirements:
|
191
191
|
- - "~>"
|
192
192
|
- !ruby/object:Gem::Version
|
193
|
-
version: '
|
193
|
+
version: '4.0'
|
194
194
|
type: :development
|
195
195
|
prerelease: false
|
196
196
|
version_requirements: !ruby/object:Gem::Requirement
|
197
197
|
requirements:
|
198
198
|
- - "~>"
|
199
199
|
- !ruby/object:Gem::Version
|
200
|
-
version: '
|
200
|
+
version: '4.0'
|
201
201
|
- !ruby/object:Gem::Dependency
|
202
202
|
name: wobaduser
|
203
203
|
requirement: !ruby/object:Gem::Requirement
|
@@ -683,8 +683,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
683
683
|
- !ruby/object:Gem::Version
|
684
684
|
version: '0'
|
685
685
|
requirements: []
|
686
|
-
|
687
|
-
rubygems_version: 2.7.6
|
686
|
+
rubygems_version: 3.0.3
|
688
687
|
signing_key:
|
689
688
|
specification_version: 4
|
690
689
|
summary: Rails engine providing MVCs for User, Group, Role, Membership and Authority
|