runescape 0.0.1 → 0.0.2

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/runescape.rb +6 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03e73aa20edf6f3e65584526fd82f0a87639d4ab1808000c7c377f851ce120c7
4
- data.tar.gz: 5078e079d337185be49b6426ec7ad9033e66fe7b07dcdb5c4fd7def4631a4a27
3
+ metadata.gz: ee88994bf43e54760f6100910853179c20393096f6092e2903b992cf762f8d70
4
+ data.tar.gz: 716f1cd2e1cd6ff748bec6ab9a670690ca570798482d943a6feb25cc0315dac6
5
5
  SHA512:
6
- metadata.gz: 4b41c109913580ab72f5bd11d7ea9eef50a92ae1fff9de58c24ff64331622020668fe5f1ee8e1ed423c8831a9558fbd4e060c433d3df004d3aa36780aa5b64e9
7
- data.tar.gz: 2c12a835f048d34068fa160c4ab4984830fe5083c238fc0e91aff5506f924574f4b09766017c78dfaa3e1815a11bc86ee78563a7615dd2949cf6743ec92b3247
6
+ metadata.gz: f378af19c49b9feedd6a1859a03fbd88951a4a7e1c07a2c2526cdadfda7cb3934c3600d280c47c22e663a6ce16caac315bb10880937a5908ae87259e8a8de1ed
7
+ data.tar.gz: 245f2f3281f990287f38d87e244fe1395571e08f91e85852e515005cd72d5a40fc5d4cf771dcfa62dd4c4f820f9a838b3182316132feb093f8bbc572ac743148
@@ -1,7 +1,12 @@
1
+ require_relative 'oldschool/player'
2
+ require_relative 'oldschool/hiscores/hiscores'
3
+ require_relative 'oldschool/hiscores/minigame'
4
+ require_relative 'oldschool/hiscores/skill'
5
+
1
6
  ##
2
7
  # A Ruby Gem that provides useful methods for RuneScape related applications.
3
8
  #
4
9
  # @author Marcello Sabino <marcello.github@gmail.com>
5
10
  module Runescape
6
- VERSION = '0.0.1'.freeze
11
+ VERSION = '0.0.2'.freeze
7
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runescape
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcello A. Sabino
@@ -10,7 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2019-01-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: A Ruby Gem that provides useful methods for RuneScape related applications.
13
+ description: A Ruby Gem that provides useful methods for RuneScape related applications
14
14
  email: marcello.github@gmail.com
15
15
  executables: []
16
16
  extensions: []
@@ -45,5 +45,5 @@ rubyforge_project:
45
45
  rubygems_version: 2.7.6
46
46
  signing_key:
47
47
  specification_version: 4
48
- summary: A Ruby Gem that provides useful methods for RuneScape related applications
48
+ summary: A Ruby Gem that provides useful methods for RuneScape related applications.
49
49
  test_files: []