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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2df4b5cbfb101609d488608c64082ba3efbf7ca7
4
- data.tar.gz: 61f626e133760e3a8a35b2913d83cf82ff28e629
3
+ metadata.gz: 90dfdeeddcdf96528bc802b870093361da7f2822
4
+ data.tar.gz: 45521a0f3db408209f9c15328034b49fbb3bb8bd
5
5
  SHA512:
6
- metadata.gz: 921fa912f08df89c69573eb4d75ca86c66ec0081404ce057d1b1342f06a0ff0c2e8355f308f1a71fe0235671b8d3bf8fc581172dc1c24315aaca169995cbf37c
7
- data.tar.gz: c3a1897f6135cdbf01313ae5e1c2670eac372478ac884d38fd563e133a2d09fa7030c09bfbf5172223b2bbd38a3128f4a6800f48246d082cacbaa814c9a2d543
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.
@@ -1,4 +1,4 @@
1
1
  module Rsteamshot
2
2
  # Public: The current version of the Rsteamshot gem.
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
  end
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 the latest screenshots a user has uploaded to Steam, as well as the latest screenshots for specific games.}
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.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-29 00:00:00.000000000 Z
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 the latest screenshots a user has uploaded to Steam, as well as
112
- the latest screenshots for specific games.
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: {}