gs2-ruby-sdk-auth 0.0.2 → 0.1.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/.gitignore +3 -1
- data/circle.yml +19 -0
- data/gs2-ruby-sdk-auth.gemspec +1 -1
- data/lib/gs2/auth/version.rb +1 -1
- metadata +5 -6
- data/.buildpath +0 -5
- data/.project +0 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9327f77dda74105c25bf2a366dfc05037c0895c
|
4
|
+
data.tar.gz: ba81a724ca06a8716032cc498b2f40d0102e467d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2010c373c90247ee9af0a0c0304875dfa7cb76dc47fd7c92961d21635c5761ee4b54db2d2a4d47eb150f8a59a3f86c263ae4e438d9bca572055a3f1814a536a2
|
7
|
+
data.tar.gz: 93ccfa11bd308284853471082aac695cf4432a331adcd60f142cdc4af22e9f7a5116ffaa6e5a37cc8b8969cee6e4e4fedbc7fe178832f954bf5fa26a94fd2014
|
data/.gitignore
CHANGED
data/circle.yml
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
## Customize the test machine
|
2
|
+
machine:
|
3
|
+
ruby:
|
4
|
+
version: ruby-2.3.1
|
5
|
+
|
6
|
+
checkout:
|
7
|
+
post:
|
8
|
+
- aws s3 cp s3://gs2-repos/python/publish/${PUBLISH_VERSION}/publish-${PUBLISH_VERSION}.tar.gz ~/ && tar -zxvf ~/publish-${PUBLISH_VERSION}.tar.gz -C ~/
|
9
|
+
|
10
|
+
test:
|
11
|
+
override:
|
12
|
+
- echo "test"
|
13
|
+
|
14
|
+
deployment:
|
15
|
+
maven:
|
16
|
+
branch: master
|
17
|
+
commands:
|
18
|
+
- bash ~/publish-${PUBLISH_VERSION}/ruby/publish_rubygems.sh ~/publish-${PUBLISH_VERSION}/
|
19
|
+
- bundle exec rake release
|
data/gs2-ruby-sdk-auth.gemspec
CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
18
18
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
19
19
|
spec.require_paths = ["lib"]
|
20
20
|
|
21
|
-
spec.add_dependency "gs2-ruby-sdk-core", "~> 0.0
|
21
|
+
spec.add_dependency "gs2-ruby-sdk-core", "~> 0.1.0"
|
22
22
|
|
23
23
|
spec.add_development_dependency "bundler", "~> 1.12"
|
24
24
|
spec.add_development_dependency "rake", "~> 10.0"
|
data/lib/gs2/auth/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gs2-ruby-sdk-auth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Game Server Services, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gs2-ruby-sdk-core
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.0
|
19
|
+
version: 0.1.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.0
|
26
|
+
version: 0.1.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -59,14 +59,13 @@ executables: []
|
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
61
61
|
files:
|
62
|
-
- ".buildpath"
|
63
62
|
- ".gitignore"
|
64
|
-
- ".project"
|
65
63
|
- Gemfile
|
66
64
|
- README.md
|
67
65
|
- Rakefile
|
68
66
|
- bin/console
|
69
67
|
- bin/setup
|
68
|
+
- circle.yml
|
70
69
|
- gs2-ruby-sdk-auth.gemspec
|
71
70
|
- lib/gs2-auth.rb
|
72
71
|
- lib/gs2/auth/Client.rb
|
data/.buildpath
DELETED
data/.project
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<projectDescription>
|
3
|
-
<name>gs2-ruby-sdk-auth</name>
|
4
|
-
<comment></comment>
|
5
|
-
<projects>
|
6
|
-
</projects>
|
7
|
-
<buildSpec>
|
8
|
-
<buildCommand>
|
9
|
-
<name>org.eclipse.dltk.core.scriptbuilder</name>
|
10
|
-
<arguments>
|
11
|
-
</arguments>
|
12
|
-
</buildCommand>
|
13
|
-
</buildSpec>
|
14
|
-
<natures>
|
15
|
-
<nature>org.eclipse.dltk.ruby.core.nature</nature>
|
16
|
-
</natures>
|
17
|
-
</projectDescription>
|