partials_fx 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: 0412f26bb891f999fbc9b1f0d168017a52da64f5e6aec18d707dea8802092eea
4
+ data.tar.gz: fff0afad8ee5daccc5573ff5b566f1a5dabe9f71965901eaf6f1816d2d773cf2
5
+ SHA512:
6
+ metadata.gz: 6e71768ddf891cef92915b52aa2dd37b368db77458fe4415cfc13e4a1c1684936644a647ac71ee4dbe12504b186744b8fe3f8a981d4cbcffac26ee12795faf4c
7
+ data.tar.gz: e82617f39b47d8f46bd9f0e317191c8c662b3434513b8d28fb01eba47221bd16daacd680803bf0b5bb53be8e52173d9bee04b75869596d47ad6869c7c35d8734
@@ -0,0 +1,3 @@
1
+ module PartialsFx
2
+ VERSION = "0.0.1"
3
+ end
@@ -0,0 +1,4 @@
1
+ require "partials_fx/version"
2
+
3
+ module PartialsFx
4
+ end
metadata ADDED
@@ -0,0 +1,41 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: partials_fx
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Rails Designer
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ email:
13
+ - devs@railsdesigner.com
14
+ executables: []
15
+ extensions: []
16
+ extra_rdoc_files: []
17
+ files:
18
+ - lib/partials_fx.rb
19
+ - lib/partials_fx/version.rb
20
+ homepage: https://railsdesigner.com/
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
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: 3.1.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.6.7
39
+ specification_version: 4
40
+ summary: Rails partials enhanced.
41
+ test_files: []