bard-tag_field 0.7.2 → 0.7.3
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 +4 -0
- data/Rakefile +4 -0
- data/lib/bard/tag_field/cucumber.rb +1 -1
- data/lib/bard/tag_field/version.rb +1 -1
- data/tmp/.keep +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b7ac94a1fb550eb7e58297a8cc81307d54586f0fbbd078330b8b956707d341f
|
|
4
|
+
data.tar.gz: fd32175f829a10338b99c87e14357bfa7093dd37a44cbb62eac3d601748579cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9641455d386d85398760439770086aa56b9cdb3f6d3c7dd5529fdd729e106bcdd1b99376fcde56ed4283f43038f0de2c74a9e8cb72f84e14647ef9004ce38ec4
|
|
7
|
+
data.tar.gz: d7aa23769d039fbbd4dd105f2c3f813d583be752c39d714f92b571f14f81c7a7aa7a8911c5c7cd09f00c0bc81cc25efa99fc4be5b18906b851e6c562abf219bb
|
data/README.md
CHANGED
|
@@ -338,6 +338,10 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
|
|
|
338
338
|
|
|
339
339
|
To install this gem onto your local machine, run `bundle exec rake install`.
|
|
340
340
|
|
|
341
|
+
### Working on the tag styling
|
|
342
|
+
|
|
343
|
+
The styles live in `input-tag/src/input-tag.js`. Edit that file and reload <http://bard-tag_field.localhost/> — your changes are there. No build, no restart.
|
|
344
|
+
|
|
341
345
|
## Contributing
|
|
342
346
|
|
|
343
347
|
Bug reports and pull requests are welcome on GitHub at https://github.com/botandrose/bard-tag_field.
|
data/Rakefile
CHANGED
data/tmp/.keep
ADDED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bard-tag_field
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Micah Geisel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-08-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -189,6 +189,7 @@ files:
|
|
|
189
189
|
- lib/bard/tag_field/field.rb
|
|
190
190
|
- lib/bard/tag_field/form_builder.rb
|
|
191
191
|
- lib/bard/tag_field/version.rb
|
|
192
|
+
- tmp/.keep
|
|
192
193
|
homepage: https://github.com/botandrose/bard-tag_field
|
|
193
194
|
licenses:
|
|
194
195
|
- MIT
|