rsteamshot 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/rsteamshot/version.rb +1 -1
- data/rsteamshot.gemspec +2 -2
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90dfdeeddcdf96528bc802b870093361da7f2822
|
4
|
+
data.tar.gz: 45521a0f3db408209f9c15328034b49fbb3bb8bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3404ffe22ae4de7ed6f02683e6615d08ee6aab41de51d06e7b6b05f1d2b8ec56ea83c7ab9cd4a01c15bad012db26eb875dcd4cbdd4f26a0481756f2316c62285
|
7
|
+
data.tar.gz: 8e207fd127e0b851917c5be2ce3ea062018af5d502d362a5b12d2a78e13e3bf01b80ed01b4d45cd2895ec9ee2516e03e15660db0a58f4e173e1c079c9328fcfb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 0.1.2
|
4
|
+
|
5
|
+
Improve the gem description and set the link to its homepage in the gemspec.
|
6
|
+
|
7
|
+
## 0.1.1
|
8
|
+
|
9
|
+
Minor bump just to remove the restriction from the gemspec that prevented the gem from being published to rubygems.org.
|
10
|
+
|
3
11
|
## 0.1.0
|
4
12
|
|
5
13
|
List a user's screenshots they have publicly uploaded to Steam. Filter user screenshots by Steam app. Also list screenshots taken in a particular Steam app. Can search an app's screenshots. Can sort screenshots by popularity or upload date.
|
data/lib/rsteamshot/version.rb
CHANGED
data/rsteamshot.gemspec
CHANGED
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ['cheshire137@gmail.com']
|
11
11
|
|
12
12
|
spec.summary = %q{Get Steam screenshots for different games or users.}
|
13
|
-
spec.description = %q{Find
|
14
|
-
spec.homepage = ''
|
13
|
+
spec.description = %q{Find screenshots publicly uploaded to Steam by a particular user or for a particular game. Get details like the title, how many likes and comments it has received, the dimensions and file size, and URLs for different sizes of each screenshot.}
|
14
|
+
spec.homepage = 'https://github.com/cheshire137/rsteamshot'
|
15
15
|
spec.license = 'MIT'
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rsteamshot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sarah Vessels
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-10-
|
11
|
+
date: 2017-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -108,8 +108,9 @@ dependencies:
|
|
108
108
|
- - "~>"
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: 2.7.5
|
111
|
-
description: Find
|
112
|
-
the
|
111
|
+
description: Find screenshots publicly uploaded to Steam by a particular user or for
|
112
|
+
a particular game. Get details like the title, how many likes and comments it has
|
113
|
+
received, the dimensions and file size, and URLs for different sizes of each screenshot.
|
113
114
|
email:
|
114
115
|
- cheshire137@gmail.com
|
115
116
|
executables: []
|
@@ -188,7 +189,7 @@ files:
|
|
188
189
|
- lib/rsteamshot/user.rb
|
189
190
|
- lib/rsteamshot/version.rb
|
190
191
|
- rsteamshot.gemspec
|
191
|
-
homepage:
|
192
|
+
homepage: https://github.com/cheshire137/rsteamshot
|
192
193
|
licenses:
|
193
194
|
- MIT
|
194
195
|
metadata: {}
|