steam-csgo 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/lib/steam/csgo/version.rb +1 -1
- data/steam-csgo.gemspec +1 -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: 6ea35028d498e9b355752d59319ca2bf4f90a069
|
4
|
+
data.tar.gz: 5833d23457bbb6d2f0a6705403ca2c13942dcefb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea706ddb32c91508f0c6ed6a40a6dd0a21369e4257409b893560f43f3d47b45138388c6755c1d0ee00f1ecef7ba273664e423ef2896fe80793a488636b758000
|
7
|
+
data.tar.gz: faad14107a69a4b16d5d59fe26998b90cf58ea25d1d055e15a3e5195031b26221928a73ac01fed1bbda5d1453c38cab7d0e59d0bcfaa082f86a432da77dcb4bc
|
data/lib/steam/csgo/version.rb
CHANGED
data/steam-csgo.gemspec
CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
|
|
14
14
|
spec.description = 'Plugin for fastpeek/steam to provide CSGO specific apis'
|
15
15
|
spec.homepage = 'http://github.com/fastpeek/steam-csgo'
|
16
16
|
spec.licenses = ['MIT']
|
17
|
-
spec.required_ruby_version = '2.3.1'
|
17
|
+
spec.required_ruby_version = '>= 2.3.1'
|
18
18
|
|
19
19
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
20
20
|
f.match(%r{^(test|spec|features)/})
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: steam-csgo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Taylor Finnell
|
@@ -98,7 +98,7 @@ require_paths:
|
|
98
98
|
- lib
|
99
99
|
required_ruby_version: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
|
-
- -
|
101
|
+
- - ">="
|
102
102
|
- !ruby/object:Gem::Version
|
103
103
|
version: 2.3.1
|
104
104
|
required_rubygems_version: !ruby/object:Gem::Requirement
|