pillar 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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/pillar.rb +3 -0
  3. metadata +42 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 8c2da94e8f33f123aa1796858f29bf0d7ac1bec97ba76dd3e3150e47bdd72440
4
+ data.tar.gz: bf3bbab454d7ba1587b994fe059ce050f101b11a1b7b56276b8ad3ef3323c8e7
5
+ SHA512:
6
+ metadata.gz: 5313aea15ef25abc579e03cbe87ea7b830dced931d626336854afaddf3169553b6a5de3feccbf3280f7daddde5611bdce205913dd331d657fcaa990b827e2dd3
7
+ data.tar.gz: c99a2a527495426c2db81111a2a918bec4e03b538c7c3ecc8ebcc8558eef719792535d16d0b5bd4964377fe9aefae9c5b6b286117fef65de14aec0cd4d8b6c03
data/lib/pillar.rb ADDED
@@ -0,0 +1,3 @@
1
+ module Pillar
2
+ raise "PLACEHOLDER"
3
+ end
metadata ADDED
@@ -0,0 +1,42 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pillar
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Dustin Ward
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-05-08 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Component based rails applications mad easy.
14
+ email: dustin.n.ward@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/pillar.rb
20
+ homepage: ''
21
+ licenses: []
22
+ metadata: {}
23
+ post_install_message:
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: '0'
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubygems_version: 3.1.2
39
+ signing_key:
40
+ specification_version: 4
41
+ summary: Pillar Engine
42
+ test_files: []