doorkeeper 3.0.0.rc2 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of doorkeeper might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 59aa2a41e1765b2d2b43c2f7b0f7f1811291abbb
4
- data.tar.gz: a169c60170ec494653e248fd49aa78f6224f59e0
3
+ metadata.gz: cf516340589e1681a0f18d5452292381e95588a8
4
+ data.tar.gz: b68ffee6988edc433345fabf79177b3415552a47
5
5
  SHA512:
6
- metadata.gz: a99804357cd078363aa870de65887a6eb0a532207b220cfea96455a7f9a36737a8ea8ecaaf909f2dbea09fec05aca87b38a4364eb55e79da99dcc76f0b58d113
7
- data.tar.gz: 441e975743a1aaa331bce2bfb98a333c419a13616075cb863bdca9586608e6daa071ecc08b859be513e63607cecf3083a425cd0eec22e238946c9515f03a339a
6
+ metadata.gz: 5df594f849f22a2369d0de9b14c9d58e4870b1588a6b5a0d708229b44872393b8cddea1ddb0c499939ef522408cc7f78867ef6595d77eb641758ec0a2d0e15b8
7
+ data.tar.gz: cdcfd5e55d97f04636d7af18407194f89495d408c0fd353f53735f2e05e289837f5fa0c6f21a2cba485cbbd17e0e82cde44d0c4c2da70265e512f73769194f5d
data/NEWS.md CHANGED
@@ -4,6 +4,12 @@ User-visible changes worth mentioning.
4
4
 
5
5
  ---
6
6
 
7
+ ## 3.0.0
8
+
9
+ ### Other changes
10
+
11
+ - [#693] Updates `en.yml`.
12
+
7
13
  ## 3.0.0 (rc2)
8
14
 
9
15
  ### Backward incompatible changes
@@ -54,7 +54,7 @@ en:
54
54
  error:
55
55
  title: 'An error has occurred'
56
56
  new:
57
- title: 'Authorize required'
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 authorize required'
123
+ title: 'OAuth authorization required'
@@ -1,3 +1,3 @@
1
1
  module Doorkeeper
2
- VERSION = '3.0.0.rc2'
2
+ VERSION = '3.0.0'
3
3
  end
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.rc2
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-09 00:00:00.000000000 Z
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: 1.3.1
373
+ version: '0'
374
374
  requirements: []
375
375
  rubyforge_project:
376
376
  rubygems_version: 2.4.5