g5_authenticatable 0.7.0 → 0.7.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 +4 -4
- data/CHANGELOG.md +11 -0
- data/README.md +1 -1
- data/app/models/g5_authenticatable/user.rb +1 -1
- data/lib/g5_authenticatable/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2635ab4cf182990cf361bd240816e9ae738ef1f
|
|
4
|
+
data.tar.gz: 86f6b107808beac7be23a392dd201e47c0652ba0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 78832950f412409a07d44d0b87426b2b03fc200f04786e506f39297eb31aa2875a28eb6f034de66594e2c636634f1145551c713460aee6c2ae77e1684fbb92fc
|
|
7
|
+
data.tar.gz: ceea65c62370d7149e4192055036ae11920dd3a91c5be27242184286387aee42c20cb9335b0d570430e30674e274eaef624bbd748a6ea82bd20134970880a5b7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## v0.7.0 (2015-06-04)
|
|
2
|
+
|
|
3
|
+
* Add convenience methods to `G5Authenticatable::User`, as well as a
|
|
4
|
+
`G5Updatable::ClientPolicy` for authorizing access to clients based on roles
|
|
5
|
+
([#37](https://github.com/G5/g5_authenticatable/pull/37))
|
|
6
|
+
|
|
7
|
+
## v0.6.0 (2015-06-02)
|
|
8
|
+
|
|
9
|
+
* Add support for resource-scoped roles
|
|
10
|
+
([#35](https://github.com/G5/g5_authenticatable/pull/35))
|
|
11
|
+
|
|
1
12
|
## v0.5.1 (2015-06-01)
|
|
2
13
|
|
|
3
14
|
* Upgraded dependency on
|
data/README.md
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: g5_authenticatable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- maeve
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-06-
|
|
11
|
+
date: 2015-06-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: devise_g5_authenticatable
|