attractive-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 +7 -0
- data/LICENSE.md +9 -0
- data/README.md +5 -0
- data/lib/attractive/rails/version.rb +7 -0
- data/lib/attractive-rails.rb +11 -0
- metadata +46 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 3b5e72516e55970664697479d29e44a27a66c1bc489c1cdf9367b33716663029
|
|
4
|
+
data.tar.gz: f3fcb0916c5a0ce4c8163f0538dbdf85287eb5360626ab39a884ecf691a9e8ff
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: b370d9c1bebc026efc0c3ff9bdfc5bd3e547c18d25fadba6332477d35e3ce9413a60030f61766cd31a8051d2f669d1a7c5869d8350b0231f1c1a617954b08cef
|
|
7
|
+
data.tar.gz: e4d8e9486dc0d4502039f121bd248190194a59bc0d234b4345454bacc52a325f3ecdbcb2c1babbbabe08bb3bf3dcf875613277d95be6a139292da44cdb491575
|
data/LICENSE.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# MIT License
|
|
2
|
+
|
|
3
|
+
Copyright © 2025 Rails Designer
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
|
+
|
|
7
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
+
|
|
9
|
+
The Software is provided "as is," without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the Software or the use or other dealings in the Software.
|
data/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# attractive-rails
|
|
2
|
+
|
|
3
|
+
Coming soon. This gem reserves the RubyGems name `attractive-rails` for the Rails integration of [Attractive](https://attractivejs.railsdesigner.com/) — vendored JS, importmap pinning, generators, and a `render attract:` renderer.
|
|
4
|
+
|
|
5
|
+
See [`plans/11-rails-gem.md`](../../plans/11-rails-gem.md) for the planned scope.
|
metadata
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: attractive-rails
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
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
|
+
description: This gem reserves the name 'attractive-rails'. The full Rails integration
|
|
13
|
+
(vendored JS, importmap pinning, generators, and the `render attract:` renderer)
|
|
14
|
+
will follow. See plans/11-rails-gem.md in the attractivejs repository.
|
|
15
|
+
executables: []
|
|
16
|
+
extensions: []
|
|
17
|
+
extra_rdoc_files: []
|
|
18
|
+
files:
|
|
19
|
+
- LICENSE.md
|
|
20
|
+
- README.md
|
|
21
|
+
- lib/attractive-rails.rb
|
|
22
|
+
- lib/attractive/rails/version.rb
|
|
23
|
+
homepage: https://attractivejs.railsdesigner.com/
|
|
24
|
+
licenses:
|
|
25
|
+
- MIT
|
|
26
|
+
metadata:
|
|
27
|
+
homepage_uri: https://attractivejs.railsdesigner.com/
|
|
28
|
+
source_code_uri: https://github.com/rails-designer/attractivejs
|
|
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.1'
|
|
37
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
38
|
+
requirements:
|
|
39
|
+
- - ">="
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: '0'
|
|
42
|
+
requirements: []
|
|
43
|
+
rubygems_version: 4.0.14
|
|
44
|
+
specification_version: 4
|
|
45
|
+
summary: 'Coming soon: Rails integration for Attractive.'
|
|
46
|
+
test_files: []
|