playstationnetwork-api 2.0.1 → 2.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/lib/playstationnetwork/api.rb +2 -0
- data/lib/playstationnetwork/version.rb +4 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bfe8331b23c0836055f80ffa560df9d2b0b02853
|
4
|
+
data.tar.gz: 464a38c29e4bff99ffe2b286b467fea0d7f3e5fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 749fe48b8efb94db3f1b683d24d0d4cd1ae55a2676089fbe98ef32ebb741f342ad2c0c9422f85523af631291c9ae89e68bda4022daf24d91d9d84be9f2da08a8
|
7
|
+
data.tar.gz: de52e3e2ec80dd325860e12fe7f59f3d7a6cd3fe4d8f0f7fbc2add7e449e4e35351f0b534a61d7aa2a3a5db97329787513b0530063bbf8aed023f5b28542cbc3
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module PlayStationNetwork
|
2
|
-
VERSION ||= '2.0
|
2
|
+
VERSION ||= '2.1.0'
|
3
3
|
|
4
4
|
def self.changelog
|
5
5
|
puts "
|
@@ -41,6 +41,9 @@ module PlayStationNetwork
|
|
41
41
|
|
42
42
|
v2.0.1
|
43
43
|
- When requesting Games for a specific user, return only the games instead of a full response which returns the same data that ::User.new('pacMakaveli90').profile already returns
|
44
|
+
|
45
|
+
v2.1.0
|
46
|
+
- Added 'verify: false' to HTTParty default options to skip any SSL certification errors. Temporary measure until we can figure how to fix this.
|
44
47
|
"
|
45
48
|
end
|
46
49
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playstationnetwork-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vlad Radulescu
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-11-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|