doorkeeper 3.0.0.rc2 → 3.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/NEWS.md +6 -0
- data/config/locales/en.yml +2 -2
- data/lib/doorkeeper/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf516340589e1681a0f18d5452292381e95588a8
|
|
4
|
+
data.tar.gz: b68ffee6988edc433345fabf79177b3415552a47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5df594f849f22a2369d0de9b14c9d58e4870b1588a6b5a0d708229b44872393b8cddea1ddb0c499939ef522408cc7f78867ef6595d77eb641758ec0a2d0e15b8
|
|
7
|
+
data.tar.gz: cdcfd5e55d97f04636d7af18407194f89495d408c0fd353f53735f2e05e289837f5fa0c6f21a2cba485cbbd17e0e82cde44d0c4c2da70265e512f73769194f5d
|
data/NEWS.md
CHANGED
data/config/locales/en.yml
CHANGED
|
@@ -54,7 +54,7 @@ en:
|
|
|
54
54
|
error:
|
|
55
55
|
title: 'An error has occurred'
|
|
56
56
|
new:
|
|
57
|
-
title: '
|
|
57
|
+
title: 'Authorization required'
|
|
58
58
|
prompt: 'Authorize %{client_name} to use your account?'
|
|
59
59
|
able_to: 'This application will be able to'
|
|
60
60
|
show:
|
|
@@ -120,4 +120,4 @@ en:
|
|
|
120
120
|
oauth2_provider: 'OAuth2 Provider'
|
|
121
121
|
applications: 'Applications'
|
|
122
122
|
application:
|
|
123
|
-
title: 'OAuth
|
|
123
|
+
title: 'OAuth authorization required'
|
data/lib/doorkeeper/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: doorkeeper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.0
|
|
4
|
+
version: 3.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Felipe Elias Philipp
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-07-
|
|
12
|
+
date: 2015-07-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|
|
@@ -368,9 +368,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
368
368
|
version: '0'
|
|
369
369
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
370
370
|
requirements:
|
|
371
|
-
- - "
|
|
371
|
+
- - ">="
|
|
372
372
|
- !ruby/object:Gem::Version
|
|
373
|
-
version:
|
|
373
|
+
version: '0'
|
|
374
374
|
requirements: []
|
|
375
375
|
rubyforge_project:
|
|
376
376
|
rubygems_version: 2.4.5
|