attractive-rails 0.1.0 → 0.1.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 +4 -4
- data/README.md +1 -3
- data/lib/attractive/rails/version.rb +2 -2
- metadata +3 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 78fe9b3d39777ec3815183a0de22db2bd8540179ca70f7103064e5fd7d01a189
|
|
4
|
+
data.tar.gz: c4112c916c6209c8b7d76b56dcc55d959589e6bb0cdd3d4e664ecb0b22002078
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00f05f7eb72104c1a2aeba5b7b4e7682b3243f4672e7bbe1426821f876e917fa42f86951e615177b6ebe5922d79ef2b36cccef45478e62c9bb3f529f55882495
|
|
7
|
+
data.tar.gz: 30442c61f06610afeb9eaeb6f487994a31e365b205c7c01f4426d38465b42b9c3eec6d67f9848993774b953af3958bb0f42a5258f35b000a1b8883479e3bf294
|
data/README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
# attractive-rails
|
|
2
2
|
|
|
3
|
-
Coming soon. This gem reserves the RubyGems name `attractive-rails` for the Rails integration of [Attractive](https://attractivejs.railsdesigner.com/)
|
|
4
|
-
|
|
5
|
-
See [`plans/11-rails-gem.md`](../../plans/11-rails-gem.md) for the planned scope.
|
|
3
|
+
Coming soon. This gem reserves the RubyGems name `attractive-rails` for the Rails integration of [Attractive](https://attractivejs.railsdesigner.com/).
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: attractive-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rails Designer
|
|
@@ -9,9 +9,7 @@ bindir: bin
|
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
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.
|
|
12
|
+
description: This gem reserves the name 'attractive-rails'. The full Rails integration.
|
|
15
13
|
executables: []
|
|
16
14
|
extensions: []
|
|
17
15
|
extra_rdoc_files: []
|
|
@@ -42,5 +40,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
42
40
|
requirements: []
|
|
43
41
|
rubygems_version: 4.0.14
|
|
44
42
|
specification_version: 4
|
|
45
|
-
summary:
|
|
43
|
+
summary: "Coming soon \U0001F92B"
|
|
46
44
|
test_files: []
|