MC-Accountr 0.0.1r1 → 0.0.1
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.
- data/lib/Accountr/version.rb +1 -1
- data/mc-accountr.gemspec +1 -1
- metadata +87 -64
- checksums.yaml +0 -15
data/lib/Accountr/version.rb
CHANGED
data/mc-accountr.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ['alexander.somerville.cox@gmail.com']
|
11
11
|
spec.summary = 'Client to use Minecraft Profile API'
|
12
12
|
spec.description = 'Provides access for the minecraft profile API.'
|
13
|
-
spec.homepage = "
|
13
|
+
spec.homepage = ""
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,70 +1,84 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: MC-Accountr
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 29
|
5
|
+
prerelease:
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 0
|
9
|
+
- 1
|
10
|
+
version: 0.0.1
|
5
11
|
platform: ruby
|
6
|
-
authors:
|
12
|
+
authors:
|
7
13
|
- LambdaSix
|
8
14
|
autorequire:
|
9
15
|
bindir: bin
|
10
16
|
cert_chain: []
|
11
|
-
|
12
|
-
|
13
|
-
|
17
|
+
|
18
|
+
date: 2014-04-14 00:00:00 Z
|
19
|
+
dependencies:
|
20
|
+
- !ruby/object:Gem::Dependency
|
14
21
|
name: bundler
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - ~>
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '1.5'
|
20
|
-
type: :development
|
21
22
|
prerelease: false
|
22
|
-
|
23
|
-
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
24
|
+
none: false
|
25
|
+
requirements:
|
24
26
|
- - ~>
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
- - ! '>='
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '0'
|
27
|
+
- !ruby/object:Gem::Version
|
28
|
+
hash: 5
|
29
|
+
segments:
|
30
|
+
- 1
|
31
|
+
- 5
|
32
|
+
version: "1.5"
|
34
33
|
type: :development
|
34
|
+
version_requirements: *id001
|
35
|
+
- !ruby/object:Gem::Dependency
|
36
|
+
name: rake
|
35
37
|
prerelease: false
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
- - ~>
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: '1.7'
|
48
|
-
- - ! '>='
|
49
|
-
- !ruby/object:Gem::Version
|
50
|
-
version: 1.7.3
|
38
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
39
|
+
none: false
|
40
|
+
requirements:
|
41
|
+
- - ">="
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
hash: 3
|
44
|
+
segments:
|
45
|
+
- 0
|
46
|
+
version: "0"
|
51
47
|
type: :development
|
48
|
+
version_requirements: *id002
|
49
|
+
- !ruby/object:Gem::Dependency
|
50
|
+
name: rest_client
|
52
51
|
prerelease: false
|
53
|
-
|
54
|
-
|
52
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
53
|
+
none: false
|
54
|
+
requirements:
|
55
55
|
- - ~>
|
56
|
-
- !ruby/object:Gem::Version
|
57
|
-
|
58
|
-
|
59
|
-
|
56
|
+
- !ruby/object:Gem::Version
|
57
|
+
hash: 1
|
58
|
+
segments:
|
59
|
+
- 1
|
60
|
+
- 7
|
61
|
+
version: "1.7"
|
62
|
+
- - ">="
|
63
|
+
- !ruby/object:Gem::Version
|
64
|
+
hash: 13
|
65
|
+
segments:
|
66
|
+
- 1
|
67
|
+
- 7
|
68
|
+
- 3
|
60
69
|
version: 1.7.3
|
70
|
+
type: :development
|
71
|
+
version_requirements: *id003
|
61
72
|
description: Provides access for the minecraft profile API.
|
62
|
-
email:
|
73
|
+
email:
|
63
74
|
- alexander.somerville.cox@gmail.com
|
64
75
|
executables: []
|
76
|
+
|
65
77
|
extensions: []
|
78
|
+
|
66
79
|
extra_rdoc_files: []
|
67
|
-
|
80
|
+
|
81
|
+
files:
|
68
82
|
- .gitignore
|
69
83
|
- .idea/.name
|
70
84
|
- .idea/.rakeTasks
|
@@ -84,29 +98,38 @@ files:
|
|
84
98
|
- lib/mc-accountr.rb
|
85
99
|
- mc-accountr.gemspec
|
86
100
|
- test/accountr_tests.rb
|
87
|
-
homepage:
|
88
|
-
licenses:
|
101
|
+
homepage: ""
|
102
|
+
licenses:
|
89
103
|
- MIT
|
90
|
-
metadata: {}
|
91
104
|
post_install_message:
|
92
105
|
rdoc_options: []
|
93
|
-
|
106
|
+
|
107
|
+
require_paths:
|
94
108
|
- lib
|
95
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
109
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
110
|
+
none: false
|
111
|
+
requirements:
|
112
|
+
- - ">="
|
113
|
+
- !ruby/object:Gem::Version
|
114
|
+
hash: 3
|
115
|
+
segments:
|
116
|
+
- 0
|
117
|
+
version: "0"
|
118
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
119
|
+
none: false
|
120
|
+
requirements:
|
121
|
+
- - ">="
|
122
|
+
- !ruby/object:Gem::Version
|
123
|
+
hash: 3
|
124
|
+
segments:
|
125
|
+
- 0
|
126
|
+
version: "0"
|
105
127
|
requirements: []
|
128
|
+
|
106
129
|
rubyforge_project:
|
107
|
-
rubygems_version:
|
130
|
+
rubygems_version: 1.8.29
|
108
131
|
signing_key:
|
109
|
-
specification_version:
|
132
|
+
specification_version: 3
|
110
133
|
summary: Client to use Minecraft Profile API
|
111
|
-
test_files:
|
134
|
+
test_files:
|
112
135
|
- test/accountr_tests.rb
|
checksums.yaml
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
!binary "U0hBMQ==":
|
3
|
-
metadata.gz: !binary |-
|
4
|
-
YWIxMDllMDZiZGY2Mzk5MTNhYzNiMWM3ODI3NDE2N2UyNmM3ZjRmMA==
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
OWQwNTgwYTRlZTc4MjkyOTEwYTA3MWM2NjBkYWU3Yzg1YTk0MmExYQ==
|
7
|
-
SHA512:
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
YzNmNGRhNzNlMDEzYTk0YmNjMGUyM2U2MmNkMWM5YTllMjViYjcyOGUyOWI2
|
10
|
-
YjM2MjhkNGQxODY3MjhkMmQwNDcxZjY4NTY1MzBiOGVhMzk5N2ZkODg5YmY2
|
11
|
-
ODI3MWQwYTMyZDI2YTg2ZWY0ODgwYmFjN2RjNmJiMzkyY2IzZGM=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
N2FjNDRmOWI5ZjIxN2QwMGI4MGM4Y2RhNjE2Yzc1M2ZhYTE4N2IxY2ZjZGNk
|
14
|
-
YmY2NzUxODE3OGU1MTI2ZGMwM2JjMDhiNzVjNWFkZjYxNjYyYzA3NzY2YmI0
|
15
|
-
MDk2NzA3M2UwODkyOTE3Y2VhYWI0YzdiY2Q3YmU0ZjdmZjUzYjM=
|