facetor 0.2.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.
- checksums.yaml +7 -0
- data/lib/facetor.rb +5 -0
- metadata +46 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 61dbd5c7bf620fd625f26a812aabf826d23a4a865419bfa8c05b676c75103d07
|
|
4
|
+
data.tar.gz: 5a5d7bb78de26d19e1bef24e818eeb0854f6e389ba949b5182c079edbbd5f202
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 71a28929d39ea8d73e436f9d00443ad4c4b6842cc511c83f647c3775c7f684bf890ceda07d434dc4b3cab422e524aa1d15f17cfba02707d2bcb735500e97264b
|
|
7
|
+
data.tar.gz: 2f2e02844cf66a6387a17270b14a7b14c056da63514501e79d90579da98555bd25455a493ed408ac64a1089a6ac63f03bf1eea5563bdf4984f265a97285ccae8
|
data/lib/facetor.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: facetor
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.2.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- D.E. Goodman-Wilson
|
|
8
|
+
- Niels van der Zanden
|
|
9
|
+
- Floor Drees
|
|
10
|
+
autorequire:
|
|
11
|
+
bindir: bin
|
|
12
|
+
cert_chain: []
|
|
13
|
+
date: 2018-01-14 00:00:00.000000000 Z
|
|
14
|
+
dependencies: []
|
|
15
|
+
description: A simple hello world gem that demonstrates how you can use GitHub Actions
|
|
16
|
+
to trigger gem releases automatically.
|
|
17
|
+
email: don@goodman-wilson.com
|
|
18
|
+
executables: []
|
|
19
|
+
extensions: []
|
|
20
|
+
extra_rdoc_files: []
|
|
21
|
+
files:
|
|
22
|
+
- lib/facetor.rb
|
|
23
|
+
homepage: http://rubygems.org/gems/facetor
|
|
24
|
+
licenses:
|
|
25
|
+
- MIT
|
|
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
|
+
rubygems_version: 3.0.1
|
|
43
|
+
signing_key:
|
|
44
|
+
specification_version: 4
|
|
45
|
+
summary: Excelsior! Let's use GitHub Actions make a self-building gem
|
|
46
|
+
test_files: []
|