authlete 0.2.5 → 0.2.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b4c9f6514a5fa90c0a5e8e47612323b7bebf5088
4
- data.tar.gz: 55676dd19060ad292fee39e2cbcb94d79b0e762d
3
+ metadata.gz: e26675b272d2ad1b3411802565e518945ea7c0b8
4
+ data.tar.gz: b27a86b30e795f0fd6a525c8c777993f1489b026
5
5
  SHA512:
6
- metadata.gz: cc3f45c53cf7816550c6fc9d656eda32ad78cc2b0c27801f0cd5c0c70d6f6658dcd2b7476e20bc2044f3cf94c61d6350a90d747c70c142075ad6d3ad3ddc4c24
7
- data.tar.gz: e23aae9f69dd441435ca41da3deb3c9089482b8a7012f4d7c545b804855cd1cd08df8db25ad185cb52faae04596e403af41983be54cbc9521e11aba9bbb0ff83
6
+ metadata.gz: a54abf8b87fa5f078a91aeec319a1429b5687d7c9adfb1cee48c04f3c94320b2a90af54399f9ef71ff3f6e63741073504523a17a8c6ebe4b51031bb366331130
7
+ data.tar.gz: 1efb39d6cb30e4d2e7670b93068c3d3e4cda166cf0c037b8bdcf334c7826781671766a500788cda702a223fbc9fdc40409f20e107ed89b94888934f6c93d62ca
@@ -29,7 +29,7 @@ module Authlete
29
29
  include Authlete::Utility
30
30
 
31
31
  # The host which provides Authlete Web APIs.
32
- # For example, <tt>https://evaluation-dot-authlete.appspot.com</tt>
32
+ # For example, <tt>https://dev-api.authlete.com</tt>
33
33
  attr_accessor :host
34
34
 
35
35
  # The API key of a service owner.
@@ -1,6 +1,6 @@
1
1
  # :nodoc:
2
2
  #
3
- # Copyright (C) 2014 Authlete, Inc.
3
+ # Copyright (C) 2014-2015 Authlete, Inc.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # :nodoc:
2
2
  #
3
- # Copyright (C) 2015 Authlete, Inc.
3
+ # Copyright (C) 2014-2015 Authlete, Inc.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # :nodoc:
2
2
  #
3
- # Copyright (C) 2014 Authlete, Inc.
3
+ # Copyright (C) 2014-2015 Authlete, Inc.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
17
17
 
18
18
  module Authlete
19
19
  module Host
20
- # The host of Authlete Web APIs for evaluation.
21
- EVALUATION = 'https://evaluation-dot-authlete.appspot.com'
20
+ DEVELOPMENT = 'https://dev-api.authlete.com'
21
+ PRODUCTION = 'https://api.authlete.com'
22
22
  end
23
- end
23
+ end
@@ -1,6 +1,6 @@
1
1
  # :nodoc:
2
2
  #
3
- # Copyright (C) 2015 Authlete, Inc.
3
+ # Copyright (C) 2014-2015 Authlete, Inc.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # :nodoc:
2
2
  #
3
- # Copyright (C) 2015 Authlete, Inc.
3
+ # Copyright (C) 2014-2015 Authlete, Inc.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # :nodoc:
2
2
  #
3
- # Copyright (C) 2015 Authlete, Inc.
3
+ # Copyright (C) 2014-2015 Authlete, Inc.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # :nodoc:
2
2
  #
3
- # Copyright (C) 2015 Authlete, Inc.
3
+ # Copyright (C) 2014-2015 Authlete, Inc.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # :nodoc:
2
2
  #
3
- # Copyright (C) 2015 Authlete, Inc.
3
+ # Copyright (C) 2014-2015 Authlete, Inc.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # :nodoc:
2
2
  #
3
- # Copyright (C) 2015 Authlete, Inc.
3
+ # Copyright (C) 2014-2015 Authlete, Inc.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # :nodoc:
2
2
  #
3
- # Copyright (C) 2015 Authlete, Inc.
3
+ # Copyright (C) 2014-2015 Authlete, Inc.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # :nodoc:
2
2
  #
3
- # Copyright (C) 2014 Authlete, Inc.
3
+ # Copyright (C) 2014-2015 Authlete, Inc.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # :nodoc:
2
2
  #
3
- # Copyright (C) 2015 Authlete, Inc.
3
+ # Copyright (C) 2014-2015 Authlete, Inc.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # :nodoc:
2
2
  #
3
- # Copyright (C) 2014 Authlete, Inc.
3
+ # Copyright (C) 2014-2015 Authlete, Inc.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # :nodoc:
2
2
  #
3
- # Copyright (C) 2015 Authlete, Inc.
3
+ # Copyright (C) 2014-2015 Authlete, Inc.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # :nodoc:
2
2
  #
3
- # Copyright (C) 2014 Authlete, Inc.
3
+ # Copyright (C) 2014-2015 Authlete, Inc.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # :nodoc:
2
2
  #
3
- # Copyright (C) 2014 Authlete, Inc.
3
+ # Copyright (C) 2014-2015 Authlete, Inc.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,3 +1,20 @@
1
+ # :nodoc:
2
+ #
3
+ # Copyright (C) 2014-2015 Authlete, Inc.
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+
1
18
  module Authlete
2
- VERSION = "0.2.5"
19
+ VERSION = "0.2.6"
3
20
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authlete
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takahiko Kawasaki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-07 00:00:00.000000000 Z
11
+ date: 2015-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client