clavem 2.2.1 → 2.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 3937d5d1776a92d90689190ea0dfdb792b5cc95b
4
- data.tar.gz: 33889788d389880fe70a67032f7afa637e8cb867
2
+ SHA256:
3
+ metadata.gz: fa795503837025c221b21f738e6c22640a1cad14eadb307d19de833de84755a6
4
+ data.tar.gz: 3018bc706a5ddffa37f8bd8c408b3962e5d7311e4fa8fefcca650209daa1333d
5
5
  SHA512:
6
- metadata.gz: 5426f5ac6353bab78b045645d7b1e173c92b125c1f2916f0bf2e127cf0216a1821a47f8a2b1ecc389a7b4f0981fe13a8e404e2ebb30ed7ee7649bf44f3dcda39
7
- data.tar.gz: 1dd6f3012aa6015fcfd600bfd406ad20648a48263c3c024104f95dbeea1e8629df1c2808a166eb8b1017b8f2214e4e6463c3564e34136de66e09907630e1d9e8
6
+ metadata.gz: 114a2aac41574c33f00ee74fa8d52483ea54d0956f3b0f76924cfdb8482d4a5f505b29267ad64b4e65619f3f516b8143cdebc310be04121e25d3af2e61dafb66
7
+ data.tar.gz: 00f6873292875c943576467f6a7c1c4f4bc5152860159c5339d082d9532ec62e2396be3d5dbf9af549ce48f824ca144fb02b10ba746de6ba2191161c269d59c8
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the clavem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  AllCops:
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the clavem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  source "http://rubygems.org"
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the clavem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  language: ruby
@@ -10,6 +10,3 @@ script: bundle exec rake spec:ci
10
10
  gemfile: .travis-gemfile
11
11
  notifications:
12
12
  email: false
13
- addons:
14
- code_climate:
15
- repo_token: 96f1635f12958a3bedb816f45c66ddb62a42529b5bc7f4abc7608edc52e596da
data/.yardopts CHANGED
@@ -1 +1 @@
1
- -m markdown
1
+ -o ./docs -m markdown
@@ -5,7 +5,7 @@
5
5
  ### 2.2.0 / 2016-03-30
6
6
 
7
7
  * `Clavem::Authorizer#i18n` now returns a `Bovem::I18n` object.
8
- * Changed signatures of `Clavem::Authorizer.instance` and `Clavem::Authorizer#initializr`.
8
+ * Changed signatures of `Clavem::Authorizer.instance` and `Clavem::Authorizer#initialize`.
9
9
  * Updated dependencies and linted code.
10
10
  * Dropped support for Ruby < 2.3.
11
11
 
data/Gemfile CHANGED
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the clavem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  source "http://rubygems.org"
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (C) 2018 and above Shogun <shogun@cowtech.it>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,17 +1,9 @@
1
- # Introduction
1
+ # clavem
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/clavem.png)](http://badge.fury.io/rb/clavem)
4
- [![Dependency Status](https://gemnasium.com/ShogunPanda/clavem.png?travis)](https://gemnasium.com/ShogunPanda/clavem)
5
- [![Build Status](https://secure.travis-ci.org/ShogunPanda/clavem.png?branch=master)](http://travis-ci.org/ShogunPanda/clavem)
6
- [![Code Climate](https://codeclimate.com/github/ShogunPanda/clavem.png)](https://codeclimate.com/github/ShogunPanda/clavem)
7
- [![Coverage Status](https://coveralls.io/repos/ShogunPanda/clavem/badge.png)](https://coveralls.io/r/ShogunPanda/clavem)
3
+ ## END OF DEVELOPMENT NOTICE - This gem has been discontinued
8
4
 
9
5
  A local callback server for oAuth web-flow.
10
6
 
11
- http://sw.cowtech.it/clavem
12
-
13
- http://rdoc.info/gems/clavem
14
-
15
7
  ## Usage
16
8
 
17
9
  clavem allows you to handle a full oAuth authentication flow directly from the console.
@@ -50,18 +42,22 @@ To use on jRuby, you need to install a gem with C extensions which must be compi
50
42
 
51
43
  See jRuby documentation to see how to enabled extensions compilation.
52
44
 
45
+ ## API Documentation
46
+
47
+ The API documentation can be found [here](https://sw.cowtech.it/clavem/docs).
48
+
53
49
  ## Contributing to clavem
54
-
55
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
56
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
57
- * Fork the project.
58
- * Start a feature/bugfix branch.
59
- * Commit and push until you are happy with your contribution.
60
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
61
- * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
50
+
51
+ - Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
52
+ - Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
53
+ - Fork the project.
54
+ - Start a feature/bugfix branch.
55
+ - Commit and push until you are happy with your contribution.
56
+ - Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
57
+ - Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
62
58
 
63
59
  ## Copyright
64
60
 
65
61
  Copyright (C) 2013 and above Shogun (shogun@cowtech.it).
66
62
 
67
- Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
63
+ Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
data/Rakefile CHANGED
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the clavem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "bundler/gem_tasks"
data/bin/clavem CHANGED
@@ -2,7 +2,7 @@
2
2
  # encoding: utf-8
3
3
  #
4
4
  # This file is part of the clavem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
5
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
5
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
6
6
  #
7
7
 
8
8
  require "bovem"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the clavem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require File.expand_path("../lib/clavem/version", __FILE__)
@@ -120,7 +120,7 @@
120
120
  </div>
121
121
 
122
122
  <div id="footer">
123
- Generated on Wed Mar 30 10:50:00 2016 by
123
+ Generated on Thu Aug 18 15:49:55 2016 by
124
124
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
125
125
  0.8.7.6 (ruby-2.3.0).
126
126
  </div>
@@ -4415,7 +4415,7 @@ Default is <code>0</code>, which means <em>disabled</em>.</p>
4415
4415
  </div>
4416
4416
 
4417
4417
  <div id="footer">
4418
- Generated on Wed Mar 30 10:50:01 2016 by
4418
+ Generated on Thu Aug 18 15:49:56 2016 by
4419
4419
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
4420
4420
  0.8.7.6 (ruby-2.3.0).
4421
4421
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Wed Mar 30 10:50:00 2016 by
119
+ Generated on Thu Aug 18 15:49:55 2016 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.8.7.6 (ruby-2.3.0).
122
122
  </div>
@@ -124,7 +124,7 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Wed Mar 30 10:50:00 2016 by
127
+ Generated on Thu Aug 18 15:49:55 2016 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
129
  0.8.7.6 (ruby-2.3.0).
130
130
  </div>
@@ -346,7 +346,7 @@
346
346
  </div>
347
347
 
348
348
  <div id="footer">
349
- Generated on Wed Mar 30 10:50:00 2016 by
349
+ Generated on Thu Aug 18 15:49:55 2016 by
350
350
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
351
351
  0.8.7.6 (ruby-2.3.0).
352
352
  </div>
@@ -180,7 +180,7 @@
180
180
  </div>
181
181
 
182
182
  <div id="footer">
183
- Generated on Wed Mar 30 10:50:00 2016 by
183
+ Generated on Thu Aug 18 15:49:55 2016 by
184
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
185
185
  0.8.7.6 (ruby-2.3.0).
186
186
  </div>
@@ -176,7 +176,7 @@
176
176
  </div>
177
177
 
178
178
  <div id="footer">
179
- Generated on Wed Mar 30 10:50:00 2016 by
179
+ Generated on Thu Aug 18 15:49:55 2016 by
180
180
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
181
181
  0.8.7.6 (ruby-2.3.0).
182
182
  </div>
File without changes
File without changes
File without changes
File without changes
@@ -67,13 +67,11 @@
67
67
  <a href="https://gemnasium.com/ShogunPanda/clavem"><img src="https://gemnasium.com/ShogunPanda/clavem.png?travis" alt="Dependency Status" /></a>
68
68
  <a href="http://travis-ci.org/ShogunPanda/clavem"><img src="https://secure.travis-ci.org/ShogunPanda/clavem.png?branch=master" alt="Build Status" /></a>
69
69
  <a href="https://codeclimate.com/github/ShogunPanda/clavem"><img src="https://codeclimate.com/github/ShogunPanda/clavem.png" alt="Code Climate" /></a>
70
- <a href="https://coveralls.io/r/ShogunPanda/clavem"><img src="https://coveralls.io/repos/ShogunPanda/clavem/badge.png" alt="Coverage Status" /></a></p>
70
+ <a href="https://coveralls.io/github/ShogunPanda/clavem?branch=master"><img src="https://coveralls.io/repos/github/ShogunPanda/clavem/badge.svg?branch=master" alt="Coverage Status" /></a></p>
71
71
 
72
72
  <p>A local callback server for oAuth web-flow.</p>
73
73
 
74
- <p>http://sw.cowtech.it/clavem</p>
75
-
76
- <p>http://rdoc.info/gems/clavem</p>
74
+ <p>https://sw.cowtech.it/clavem</p>
77
75
 
78
76
  <h2 id="usage">Usage</h2>
79
77
 
@@ -113,6 +111,10 @@ end
113
111
 
114
112
  <p>See jRuby documentation to see how to enabled extensions compilation.</p>
115
113
 
114
+ <h2 id="api-documentation">API Documentation</h2>
115
+
116
+ <p>The API documentation can be found <a href="https://sw.cowtech.it/clavem/docs">here</a>.</p>
117
+
116
118
  <h2 id="contributing-to-clavem">Contributing to clavem</h2>
117
119
 
118
120
  <ul>
@@ -133,7 +135,7 @@ end
133
135
  </div></div>
134
136
 
135
137
  <div id="footer">
136
- Generated on Wed Mar 30 10:50:00 2016 by
138
+ Generated on Thu Aug 18 15:49:55 2016 by
137
139
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
140
  0.8.7.6 (ruby-2.3.0).
139
141
  </div>
File without changes
File without changes
@@ -67,13 +67,11 @@
67
67
  <a href="https://gemnasium.com/ShogunPanda/clavem"><img src="https://gemnasium.com/ShogunPanda/clavem.png?travis" alt="Dependency Status" /></a>
68
68
  <a href="http://travis-ci.org/ShogunPanda/clavem"><img src="https://secure.travis-ci.org/ShogunPanda/clavem.png?branch=master" alt="Build Status" /></a>
69
69
  <a href="https://codeclimate.com/github/ShogunPanda/clavem"><img src="https://codeclimate.com/github/ShogunPanda/clavem.png" alt="Code Climate" /></a>
70
- <a href="https://coveralls.io/r/ShogunPanda/clavem"><img src="https://coveralls.io/repos/ShogunPanda/clavem/badge.png" alt="Coverage Status" /></a></p>
70
+ <a href="https://coveralls.io/github/ShogunPanda/clavem?branch=master"><img src="https://coveralls.io/repos/github/ShogunPanda/clavem/badge.svg?branch=master" alt="Coverage Status" /></a></p>
71
71
 
72
72
  <p>A local callback server for oAuth web-flow.</p>
73
73
 
74
- <p>http://sw.cowtech.it/clavem</p>
75
-
76
- <p>http://rdoc.info/gems/clavem</p>
74
+ <p>https://sw.cowtech.it/clavem</p>
77
75
 
78
76
  <h2 id="usage">Usage</h2>
79
77
 
@@ -113,6 +111,10 @@ end
113
111
 
114
112
  <p>See jRuby documentation to see how to enabled extensions compilation.</p>
115
113
 
114
+ <h2 id="api-documentation">API Documentation</h2>
115
+
116
+ <p>The API documentation can be found <a href="https://sw.cowtech.it/clavem/docs">here</a>.</p>
117
+
116
118
  <h2 id="contributing-to-clavem">Contributing to clavem</h2>
117
119
 
118
120
  <ul>
@@ -133,7 +135,7 @@ end
133
135
  </div></div>
134
136
 
135
137
  <div id="footer">
136
- Generated on Wed Mar 30 10:50:00 2016 by
138
+ Generated on Thu Aug 18 15:49:55 2016 by
137
139
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
140
  0.8.7.6 (ruby-2.3.0).
139
141
  </div>
File without changes
File without changes
File without changes
File without changes
@@ -103,7 +103,7 @@
103
103
  </div>
104
104
 
105
105
  <div id="footer">
106
- Generated on Wed Mar 30 10:50:00 2016 by
106
+ Generated on Thu Aug 18 15:49:55 2016 by
107
107
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
108
108
  0.8.7.6 (ruby-2.3.0).
109
109
  </div>
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the clavem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "addressable/uri"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the clavem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  Lazier.load!(:object)
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the clavem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Clavem
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the clavem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Clavem
@@ -16,7 +16,7 @@ module Clavem
16
16
  MINOR = 2
17
17
 
18
18
  # The patch version.
19
- PATCH = 1
19
+ PATCH = 2
20
20
 
21
21
  # The current version of clavem.
22
22
  STRING = [MAJOR, MINOR, PATCH].compact.join(".")
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the clavem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the clavem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the clavem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the clavem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the clavem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "bundler/setup"
@@ -2,7 +2,7 @@
2
2
  # encoding: utf-8
3
3
  #
4
4
  # This file is part of the clavem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
5
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
5
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
6
6
  #
7
7
 
8
8
  require "cgi"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clavem
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shogun
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-30 00:00:00.000000000 Z
11
+ date: 2019-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bovem
@@ -53,30 +53,31 @@ files:
53
53
  - ".yardopts"
54
54
  - CHANGELOG.md
55
55
  - Gemfile
56
+ - LICENSE.md
56
57
  - README.md
57
58
  - Rakefile
58
59
  - bin/clavem
59
60
  - clavem.gemspec
60
- - doc/Clavem.html
61
- - doc/Clavem/Authorizer.html
62
- - doc/Clavem/Exceptions.html
63
- - doc/Clavem/Exceptions/Failure.html
64
- - doc/Clavem/Server.html
65
- - doc/Clavem/Version.html
66
- - doc/_index.html
67
- - doc/class_list.html
68
- - doc/css/common.css
69
- - doc/css/full_list.css
70
- - doc/css/style.css
71
- - doc/file.README.html
72
- - doc/file_list.html
73
- - doc/frames.html
74
- - doc/index.html
75
- - doc/js/app.js
76
- - doc/js/full_list.js
77
- - doc/js/jquery.js
78
- - doc/method_list.html
79
- - doc/top-level-namespace.html
61
+ - docs/Clavem.html
62
+ - docs/Clavem/Authorizer.html
63
+ - docs/Clavem/Exceptions.html
64
+ - docs/Clavem/Exceptions/Failure.html
65
+ - docs/Clavem/Server.html
66
+ - docs/Clavem/Version.html
67
+ - docs/_index.html
68
+ - docs/class_list.html
69
+ - docs/css/common.css
70
+ - docs/css/full_list.css
71
+ - docs/css/style.css
72
+ - docs/file.README.html
73
+ - docs/file_list.html
74
+ - docs/frames.html
75
+ - docs/index.html
76
+ - docs/js/app.js
77
+ - docs/js/full_list.js
78
+ - docs/js/jquery.js
79
+ - docs/method_list.html
80
+ - docs/top-level-namespace.html
80
81
  - lib/clavem.rb
81
82
  - lib/clavem/authorizer.rb
82
83
  - lib/clavem/server.rb
@@ -106,8 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
107
  - !ruby/object:Gem::Version
107
108
  version: '0'
108
109
  requirements: []
109
- rubyforge_project: clavem
110
- rubygems_version: 2.5.1
110
+ rubygems_version: 3.0.3
111
111
  signing_key:
112
112
  specification_version: 4
113
113
  summary: A local callback server for oAuth web-flow.
@@ -115,4 +115,3 @@ test_files:
115
115
  - spec/clavem/authorizer_spec.rb
116
116
  - spec/clavem/server_spec.rb
117
117
  - spec/spec_helper.rb
118
- has_rdoc: