ugcleague 1.2.2 → 1.2.3

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
2
  SHA1:
3
- metadata.gz: 74a0eabdbcc574f7f6a25747678807207ae0e93a
4
- data.tar.gz: 38df875c17afc93365c2924edc2393feaa9e83dc
3
+ metadata.gz: 4781363dabbadf79c39ef3bb1c91ffffe14534ea
4
+ data.tar.gz: 077f233e151124d1abfd5c7f168546ce0cdc1cbf
5
5
  SHA512:
6
- metadata.gz: f64dd37c9f112dc676e6996f636811a98252a59222d341eccf98537ebceb4252d369a9aecb32f8e1ea5a3d393b20c6de58ccbd8772be8e12f00dd79ae3547507
7
- data.tar.gz: 2e0a5f21ccc570b31ab0363bb990b87fb17c23000f4401d8dc841e13c9c6a0ecbfdee7866fc8497b84382435b93290f0aaecb3781e04b509d309479e41e17c11
6
+ metadata.gz: 49bb46956618b54c77c42b3112c39504b5bfe600a4bb55dbafe2844a8c9baaf618fca002020c36c1fe6ed00dd9555cff1607daa576c024e01b4937256c1912f7
7
+ data.tar.gz: 7cc242f50a9afd5aaab3c2a4b187e3228e4f7876ea8021b168ec7e31ce0b71fce4d19c4249191d6dfe8735ceaffde14034e6274f899ff24b69d5330a8c98da6c
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ # NOTE: The admin who uploaded the API spec to GitHub has since removed the Gist. Unsure if the API is still available.
2
+
1
3
  # UGC League
2
4
 
3
5
  UGCLeague is a Ruby client for the UGC League API.
@@ -1,3 +1,3 @@
1
1
  module UGCLeague
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  end
@@ -7,7 +7,8 @@ Gem::Specification.new do |gem|
7
7
  gem.version = UGCLeague::VERSION
8
8
  gem.authors = ["Ranndom"]
9
9
  gem.email = ["Ranndom@rnndm.xyz"]
10
- gem.description = %q{Ruby client for UGC League API}
10
+ gem.description = %q{Ruby client for UGC League API.
11
+ NOTE: The admin who uploaded the API spec to GitHub has since removed the Gist. Unsure if the API is still available.}
11
12
  gem.summary = %q{Ruby client for UGC League API}
12
13
  gem.homepage = "https://github.com/Ranndom/UGCLeague"
13
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ugcleague
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ranndom
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-27 00:00:00.000000000 Z
11
+ date: 2015-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -80,7 +80,9 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: Ruby client for UGC League API
83
+ description: |-
84
+ Ruby client for UGC League API.
85
+ NOTE: The admin who uploaded the API spec to GitHub has since removed the Gist. Unsure if the API is still available.
84
86
  email:
85
87
  - Ranndom@rnndm.xyz
86
88
  executables: []