stimulus-rails-helpers 0.1.2 → 0.1.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/CHANGELOG.md +4 -0
- data/stimulus-rails-helpers.gemspec +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: de8571ade9fbd2eebe4ad727cbae68dffd33841421083217935958190c26cdb4
|
|
4
|
+
data.tar.gz: 5ee9469947b775286003f205c60a024f4eba446f6a11c7d8ee5bce4a86f27373
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b6b26ec11fb058bcfbf12068a246b112aba93aeb63d6b2c326e303f4ce7f03ea50c2ee972fbbca3eb459823f1f562a0d5c0dcf5c33395092acdbdc98e64a4f9
|
|
7
|
+
data.tar.gz: 841375a50f9a3cde51ed6b902d7c762e2ba84b2f3e989599f77a9b50de3aec3a85981618663353c087629b590596a8c26155194eb385cdd3704db109d76397c3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "stimulus-rails-helpers"
|
|
3
|
-
s.version = "0.1.
|
|
3
|
+
s.version = "0.1.3"
|
|
4
4
|
s.summary = "Some helpers to help tame the task of wrangling Stimulus' data attributes."
|
|
5
5
|
s.authors = ["Jon Gilbraith"]
|
|
6
6
|
s.files = ["stimulus-rails-helpers.gemspec", "README.md", "CHANGELOG.md", "LICENSE"] + Dir["lib/**/*.rb"]
|
|
7
|
-
s.metadata = { "source_code_uri" => "https://github.com/
|
|
7
|
+
s.metadata = { "source_code_uri" => "https://github.com/dreckly/stimulus-rails-helpers" }
|
|
8
8
|
s.license = "MIT"
|
|
9
|
-
s.homepage = "https://github.com/
|
|
9
|
+
s.homepage = "https://github.com/dreckly/stimulus-rails-helpers"
|
|
10
10
|
|
|
11
11
|
s.add_runtime_dependency "actionview", ">= 3"
|
|
12
12
|
s.add_runtime_dependency "activesupport", ">= 3"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stimulus-rails-helpers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jon Gilbraith
|
|
@@ -53,11 +53,11 @@ files:
|
|
|
53
53
|
- lib/stimulus_rails_helpers/stimulus_renderer.rb
|
|
54
54
|
- lib/stimulus_rails_helpers/stimulus_renderer/attribute_renderers.rb
|
|
55
55
|
- stimulus-rails-helpers.gemspec
|
|
56
|
-
homepage: https://github.com/
|
|
56
|
+
homepage: https://github.com/dreckly/stimulus-rails-helpers
|
|
57
57
|
licenses:
|
|
58
58
|
- MIT
|
|
59
59
|
metadata:
|
|
60
|
-
source_code_uri: https://github.com/
|
|
60
|
+
source_code_uri: https://github.com/dreckly/stimulus-rails-helpers
|
|
61
61
|
post_install_message:
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|