doorkeeper-mongodb 4.0.0 → 4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/locales/en.yml +21 -0
- data/lib/doorkeeper-mongodb/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0421432923e6a29ec8ea926b716b2f75970f455
|
4
|
+
data.tar.gz: 9527d454491079b322c5be2b36c10366a82090b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd0fe104907d4c3e46f4dd21278aab72e20431de6eb6b31eb68133ce70a842b0f7f414220d55d12a10807612f5a6be28d4eff00ad3c83be69e65b29fdefb4e33
|
7
|
+
data.tar.gz: e7b8c973079ce63524ea11f00e6a7aca6dba26ff32d59b86bea593ddbe5d407fa0754fcf4823fee8ad329af19cc1eeb297143a931f4445dc6f4e73ee85a0559a
|
@@ -0,0 +1,21 @@
|
|
1
|
+
en:
|
2
|
+
orm: &orm
|
3
|
+
attributes:
|
4
|
+
doorkeeper/application:
|
5
|
+
name: 'Name'
|
6
|
+
redirect_uri: 'Redirect URI'
|
7
|
+
errors:
|
8
|
+
models:
|
9
|
+
doorkeeper/application:
|
10
|
+
attributes:
|
11
|
+
redirect_uri:
|
12
|
+
fragment_present: 'cannot contain a fragment.'
|
13
|
+
invalid_uri: 'must be a valid URI.'
|
14
|
+
relative_uri: 'must be an absolute URI.'
|
15
|
+
secured_uri: 'must be an HTTPS/SSL URI.'
|
16
|
+
|
17
|
+
mongoid:
|
18
|
+
<<: *orm
|
19
|
+
|
20
|
+
mongo_mapper:
|
21
|
+
<<: *orm
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: doorkeeper-mongodb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jasl
|
@@ -133,6 +133,7 @@ files:
|
|
133
133
|
- MIT-LICENSE
|
134
134
|
- README.md
|
135
135
|
- Rakefile
|
136
|
+
- config/locales/en.yml
|
136
137
|
- lib/doorkeeper-mongodb.rb
|
137
138
|
- lib/doorkeeper-mongodb/compatible.rb
|
138
139
|
- lib/doorkeeper-mongodb/mixins/mongo_mapper/access_grant_mixin.rb
|