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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b5e72516e55970664697479d29e44a27a66c1bc489c1cdf9367b33716663029
4
- data.tar.gz: f3fcb0916c5a0ce4c8163f0538dbdf85287eb5360626ab39a884ecf691a9e8ff
3
+ metadata.gz: 78fe9b3d39777ec3815183a0de22db2bd8540179ca70f7103064e5fd7d01a189
4
+ data.tar.gz: c4112c916c6209c8b7d76b56dcc55d959589e6bb0cdd3d4e664ecb0b22002078
5
5
  SHA512:
6
- metadata.gz: b370d9c1bebc026efc0c3ff9bdfc5bd3e547c18d25fadba6332477d35e3ce9413a60030f61766cd31a8051d2f669d1a7c5869d8350b0231f1c1a617954b08cef
7
- data.tar.gz: e4d8e9486dc0d4502039f121bd248190194a59bc0d234b4345454bacc52a325f3ecdbcb2c1babbbabe08bb3bf3dcf875613277d95be6a139292da44cdb491575
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/) — 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.
3
+ Coming soon. This gem reserves the RubyGems name `attractive-rails` for the Rails integration of [Attractive](https://attractivejs.railsdesigner.com/).
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Attractive
4
4
  module Rails
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
- end
7
+ end
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.0
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: 'Coming soon: Rails integration for Attractive.'
43
+ summary: "Coming soon \U0001F92B"
46
44
  test_files: []