moly 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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b9db222dc30ee7fddcb47f3aaca217cafbaf966f0e3e4bdf9976fec7bce2b708
4
+ data.tar.gz: ca9fd12c63484ff6ef7fa8487a1dffc8401c7760d854f4a10a897610994f0840
5
+ SHA512:
6
+ metadata.gz: f1b5b85fbfdff6834d478c011c82355e6d1ebf9d64e8cf668d06b706514daf27607a7ff78c5f0a09052f76b778946c76eb3bca72a33fbc46727b81a6338fc5a6
7
+ data.tar.gz: 7b289eb067f0a792aec61c65b22d8c9902b062cf26f2b491896771c5ef7aeee096a3f7efb43f6a09c2736459fb9d597b83c63278f6632cbe6e5b62f900babc58
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2026-09-11
4
+
5
+ - Initial release
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2026 Marco Roth
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,33 @@
1
+ # Moly UI
2
+
3
+ ## Installation
4
+
5
+ Install the gem and add to the application's Gemfile by executing:
6
+
7
+ ```bash
8
+ bundle add moly
9
+ ```
10
+
11
+ If bundler is not being used to manage dependencies, install the gem by executing:
12
+
13
+ ```bash
14
+ gem install moly
15
+ ```
16
+
17
+ ## Usage
18
+
19
+ TODO: Write usage instructions here
20
+
21
+ ## Development
22
+
23
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
24
+
25
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
26
+
27
+ ## Contributing
28
+
29
+ Bug reports and pull requests are welcome on GitHub at https://github.com/marcoroth/moly. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/marcoroth/moly/blob/main/CODE_OF_CONDUCT.md).
30
+
31
+ ## Code of Conduct
32
+
33
+ Everyone interacting in the Moly project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/marcoroth/moly/blob/main/CODE_OF_CONDUCT.md).
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Moly
4
+ VERSION = "0.0.1"
5
+ end
data/lib/moly.rb ADDED
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "moly/version"
4
+
5
+ module Moly
6
+ end
data/moly.gemspec ADDED
@@ -0,0 +1,31 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "lib/moly/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "moly"
7
+ spec.version = Moly::VERSION
8
+ spec.authors = ["Marco Roth"]
9
+ spec.email = ["marco.roth@intergga.ch"]
10
+ spec.license = "MIT"
11
+
12
+ spec.summary = "UI behaviors for Herb templates."
13
+ spec.description = spec.summary
14
+ spec.homepage = "https://github.com/marcoroth/moly"
15
+ spec.required_ruby_version = ">= 3.2.0"
16
+
17
+ spec.metadata["homepage_uri"] = spec.homepage
18
+ spec.metadata["changelog_uri"] = "https://github.com/marcoroth/moly/releases"
19
+ spec.metadata["rubygems_mfa_required"] = "true"
20
+
21
+ spec.files = Dir[
22
+ "moly.gemspec",
23
+ "LICENSE.txt",
24
+ "README.md",
25
+ "CHANGELOG.md",
26
+ "lib/**/*.rb",
27
+ "sig/**/*.rbs"
28
+ ]
29
+
30
+ spec.require_paths = ["lib"]
31
+ end
@@ -0,0 +1,5 @@
1
+ # Generated from lib/moly/version.rb with RBS::Inline
2
+
3
+ module Moly
4
+ VERSION: ::String
5
+ end
data/sig/moly.rbs ADDED
@@ -0,0 +1,4 @@
1
+ # Generated from lib/moly.rb with RBS::Inline
2
+
3
+ module Moly
4
+ end
metadata ADDED
@@ -0,0 +1,51 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: moly
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Marco Roth
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: UI behaviors for Herb templates.
13
+ email:
14
+ - marco.roth@intergga.ch
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - CHANGELOG.md
20
+ - LICENSE.txt
21
+ - README.md
22
+ - lib/moly.rb
23
+ - lib/moly/version.rb
24
+ - moly.gemspec
25
+ - sig/moly.rbs
26
+ - sig/moly/version.rbs
27
+ homepage: https://github.com/marcoroth/moly
28
+ licenses:
29
+ - MIT
30
+ metadata:
31
+ homepage_uri: https://github.com/marcoroth/moly
32
+ changelog_uri: https://github.com/marcoroth/moly/releases
33
+ rubygems_mfa_required: 'true'
34
+ rdoc_options: []
35
+ require_paths:
36
+ - lib
37
+ required_ruby_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: 3.2.0
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ requirements: []
48
+ rubygems_version: 4.0.16
49
+ specification_version: 4
50
+ summary: UI behaviors for Herb templates.
51
+ test_files: []