moltark 0.0.1

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/moltark.rb +3 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: df9d61805fb3740e6c2732087f8cdb6ad722e727679d515add971a089f306a13
4
+ data.tar.gz: d52ec6414bc4e7dcd7b452f9bb834fd2f4df505a815e64cf6ebc6055eeb35e47
5
+ SHA512:
6
+ metadata.gz: c661e2dceeec34bbf3f1b7d4e02ac85bb676893c6d60a1cf95e9fc67aaa330ec1486f4e220206b9656dd307d7134e8d40c6b9c253828c0ffa81b987463489a98
7
+ data.tar.gz: add32b28e7150c5c7c7dfeaff0bec50df43e52959b05e06a07def339d8ace133b3f81a9264e123d419b0403e951883da4a8a41b7fe0534c686d11246898b929e
data/lib/moltark.rb ADDED
@@ -0,0 +1,3 @@
1
+ # moltark - Modern software project templater
2
+ # https://github.com/ophidiarium/moltark
3
+ raise "moltark is not yet published. See https://github.com/ophidiarium/moltark for status."
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: moltark
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Ophidiarium
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Modern software project templater powered by Starlark, with first-class
13
+ support for updates and template evolution. See https://github.com/ophidiarium/moltark
14
+ for status.
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/moltark.rb
20
+ homepage: https://github.com/ophidiarium/moltark
21
+ licenses:
22
+ - AGPL-3.0
23
+ metadata:
24
+ source_code_uri: https://github.com/ophidiarium/moltark
25
+ homepage_uri: https://github.com/ophidiarium/moltark
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: '2.7'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 4.0.8
41
+ specification_version: 4
42
+ summary: Modern software project templater with first-class support for updates and
43
+ template evolution.
44
+ test_files: []