arglebarg 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/arglebarg.rb +5 -0
- metadata +43 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: cac31be4776e2f251b32089706f25fa30cb5bfffbbce8101a9e8bec8b695bc62
|
4
|
+
data.tar.gz: 40d48d5247bbbaf899a1fd9ee947de3fa9dde2436899ae0835ca642c72cdd333
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 40098dbb5ee5f30147ea69a17dd7a20e526d8513c16e4994e12aa648c3dd8e3e772dd83d24c14a6bcfa8d3c323bfb00d63e746ac1d92425e7abfa4f43c598d1f
|
7
|
+
data.tar.gz: '0442086e0271e7607de999dc10fb4473bd0c6a6c022b00e776833a4ecdccc061cd21f2d1c4b11f94939154542b7a60428724f259036b1796901205a60e5547e4'
|
data/lib/arglebarg.rb
ADDED
metadata
ADDED
@@ -0,0 +1,43 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: arglebarg
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Someone Else
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2018-01-14 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: A simple hello world gem
|
14
|
+
email: literallyanyone@example.nl
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/arglebarg.rb
|
20
|
+
homepage: http://rubygems.org/gems/arglebarg
|
21
|
+
licenses:
|
22
|
+
- MIT
|
23
|
+
metadata: {}
|
24
|
+
post_install_message:
|
25
|
+
rdoc_options: []
|
26
|
+
require_paths:
|
27
|
+
- lib
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ">="
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
requirements: []
|
39
|
+
rubygems_version: 3.0.1
|
40
|
+
signing_key:
|
41
|
+
specification_version: 4
|
42
|
+
summary: Arglebarg!
|
43
|
+
test_files: []
|