gog-ruby 0.0.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.
Files changed (6) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +17 -0
  3. data/README.md +7 -0
  4. data/lib/gog.rb +1 -0
  5. data/lib/gog/version.rb +3 -0
  6. metadata +47 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 3e38714c981084367df59a1b801b550d802deb01
4
+ data.tar.gz: 4a40690bb8910484ca873d1a9be49e02e1c31b5e
5
+ SHA512:
6
+ metadata.gz: f4279bbb4ce7a90683536ef52f774b0fe0e1b84876db612e6c55e21a20e66fd42c023a020d024550dfc5f57e2e149c3629e332c5513288dd364949dbcfd055c9
7
+ data.tar.gz: 381a51794ea7a0158c4dea6e6b2b1143a951c47340e4a3d881600d0f39e92857554cac732d6da594807535383a3540e012cc1306089a9cefcebe8eec409da079
data/LICENSE ADDED
@@ -0,0 +1,17 @@
1
+ Copyright (c) 2014 Rolandas Barysas
2
+
3
+ This software is provided 'as-is', without any express or implied
4
+ warranty. In no event will the authors be held liable for any damages
5
+ arising from the use of this software.
6
+
7
+ Permission is granted to anyone to use this software for any purpose,
8
+ including commercial applications, and to alter it and redistribute it
9
+ freely, subject to the following restrictions:
10
+
11
+ 1. The origin of this software must not be misrepresented; you must not
12
+ claim that you wrote the original software. If you use this software
13
+ in a product, an acknowledgment in the product documentation would be
14
+ appreciated but is not required.
15
+ 2. Altered source versions must be plainly marked as such, and must not be
16
+ misrepresented as being the original software.
17
+ 3. This notice may not be removed or altered from any source distribution.
@@ -0,0 +1,7 @@
1
+ # gog-ruby
2
+
3
+ Simple Ruby gem for querying GOG.com
4
+
5
+ ## License
6
+
7
+ This code is free software; you can redistribute it and/or modify it under the terms of the zlib License. A copy of this license can be found in the included LICENSE file.
@@ -0,0 +1 @@
1
+ require 'gog/version'
@@ -0,0 +1,3 @@
1
+ module Gog
2
+ VERSION = "0.0.0"
3
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gog-ruby
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Rolandas Barysas
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-05-05 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: gog-ruby is a simple Ruby gem for querying GOG.com
14
+ email: hello@rbrs.io
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - LICENSE
20
+ - README.md
21
+ - lib/gog.rb
22
+ - lib/gog/version.rb
23
+ homepage: https://github.com/rbrs/gog-ruby
24
+ licenses:
25
+ - zlib
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubyforge_project:
43
+ rubygems_version: 2.4.6
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: GOG.com API for Ruby
47
+ test_files: []