elvarg 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/elvarg.rb +4 -0
- metadata +45 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 3a73e04f7442ae531c15f667e4e544a64a9899bc2d323300a7fd01a6db0ba263
|
4
|
+
data.tar.gz: 4b9da900dfa97063ee9eb608a3ac6a48f95d8ec5413567a5ecc31788aa00823b
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 3756ef35e235a83c791d225899a38cf9e856c285263a56246e091b01d406bab0215bac4491c627bc33fa23d68881adf8a390956e07acad9a4c0894482c86b355
|
7
|
+
data.tar.gz: e9d787772afc8d3684cf8d5387e55f9245ed246205af27548b9d14a165d082d16cc81550d7f196073b947a9df90f0cf537735ce3a65d118082dccc6edcc8d92e
|
data/lib/elvarg.rb
ADDED
metadata
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: elvarg
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Marcello A. Sabino
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2018-12-26 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: A Ruby Gem that provides useful methods for OldSchool RuneScape related
|
14
|
+
applications.
|
15
|
+
email: marchsabino@gmail.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- lib/elvarg.rb
|
21
|
+
homepage: https://github.com/marchsabino/Elvarg
|
22
|
+
licenses:
|
23
|
+
- MIT
|
24
|
+
metadata: {}
|
25
|
+
post_install_message:
|
26
|
+
rdoc_options: []
|
27
|
+
require_paths:
|
28
|
+
- lib
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
35
|
+
requirements:
|
36
|
+
- - ">="
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: '0'
|
39
|
+
requirements: []
|
40
|
+
rubyforge_project:
|
41
|
+
rubygems_version: 2.7.6
|
42
|
+
signing_key:
|
43
|
+
specification_version: 4
|
44
|
+
summary: Provides OldSchool Runescape tools
|
45
|
+
test_files: []
|