wobauth 3.4.8 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +16 -4
  4. data/lib/wobauth/version.rb +2 -2
  5. metadata +7 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a3b2f13bc6347ae547ee73a49548052647909baad497da2a51ec9342d790738
4
- data.tar.gz: e008ec60e9452dec6179ab2d2d59cd8498706e2ddf2f170aeb9ff9732146aa73
3
+ metadata.gz: 036ba4d2f604909cb8d224f27fc1570723520ddcdbe0f830e26f3f2eecdb93ae
4
+ data.tar.gz: 781621423c2cccdff5f9c1477eae55cfe9517d6e21f814bfbe67f8c4b0e04d6a
5
5
  SHA512:
6
- metadata.gz: 7271409baffa0fc4377e72872857ab4cd51802aa3992939a4c6e0cd73730278c932d6d9255bff2fa03783cc7dc9b72fddd133b200a60d1ab6d5a632dc4154b64
7
- data.tar.gz: fe28c94c13b5075587557713d27364324946edf3495d35a8e7b380d46d73cc779193cf6f27e6361e0e7bfce50ae2e3d53c2d9f0bfd1d7f0341b447f6d1ce2bfa
6
+ metadata.gz: c2615f3b762673ab9697f2d2619d2965269f2763daa246517c0039e63e52e7309f2b71cab759e5900e843401f88eee5e71994f43d209bbfa44cacbf817640b43
7
+ data.tar.gz: 0af1198085fb8ef517204d41990cfb64b9d280b85b478d0ea3ca4b36b804e11075a4e3b129dbe480c4f90ebe26add903bf20ed88a10b85b6e79ccd5e17a93af2
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License (MIT)
2
2
 
3
- Copyright (c) 2014-2018 Wolfgang Barth
3
+ Copyright (c) 2014-2019 Wolfgang Barth
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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 | >=5.1 | >= 2.3 | v4 | fontawesome 4.7 | 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', git: 'https://github.com/swobspace/wobauth.git', branch: 'master'
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
- Run
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-2018 Wolfgang Barth
174
+ wobauth Copyright (C) 2014-2019 Wolfgang Barth
163
175
 
164
176
  MIT license, see [LICENSE](LICENSE)
165
177
 
@@ -1,4 +1,4 @@
1
1
  module Wobauth
2
- VERSION = "3.4.8".freeze
3
- RELEASEDATE = "2018-10-27".freeze
2
+ VERSION = "4.0.0".freeze
3
+ RELEASEDATE = "2019-11-28".freeze
4
4
  end
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: 3.4.8
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: 2018-10-27 00:00:00.000000000 Z
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: '3.0'
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: '3.0'
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: '3.0'
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: '3.0'
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
- rubyforge_project:
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