bulma-phlex-rails 0.1.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a85eb64e11f1a1cd0649c716644d77c998f8eca5586702134d05b9ba19f742f9
4
+ data.tar.gz: a5913c8af7d86296bb9fe8749ed1cd2bf95bbcbad68a96ece2f6219d229d227e
5
+ SHA512:
6
+ metadata.gz: a7bad96383be09de73ba745775ab5ef114d843f232eacf18f8f7b7a8242819d02dfbbd889bdc052bbdf05d8d602fd85138d5ba3aa7f130d1f1475ed3e923f804
7
+ data.tar.gz: 72f5562ee7c4c5774ec3c9158f37ec8b91b349bed77f64852d5c7b4fdcf8f563d1fa3ae926ae09bc0dc072b58a285c218c198a847d2240abeb1ad8e49990dd44
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bulma_phlex_rails/engine"
4
+
5
+ # Create namespace for engine.
6
+ module BulmaPhlexRails
7
+ end
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ module BulmaPhlexRails
4
+ class Engine # rubocop:disable Lint/EmptyClass
5
+ end
6
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module BulmaPhlexRails
4
+ VERSION = "0.1.0"
5
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bulma-phlex-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Todd Kummer
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Create forms with Bulma CSS framework styles using Phlex components in
13
+ your Rails applications.
14
+ email:
15
+ - todd@rockridgesolutions.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/bulma-phlex-rails.rb
21
+ - lib/bulma_phlex_rails/engine.rb
22
+ - lib/bulma_phlex_rails/version.rb
23
+ homepage: https://github.com/RockSolt/bulma-phlex-rails
24
+ licenses:
25
+ - MIT
26
+ metadata:
27
+ rubygems_mfa_required: 'true'
28
+ homepage_uri: https://github.com/RockSolt/bulma-phlex-rails
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: 3.2.0
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubygems_version: 3.6.9
44
+ specification_version: 4
45
+ summary: Bulma-friendly form builder built with Phlex for Rails applications.
46
+ test_files: []