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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d94e7182dccf2637dc640562e39d84921aa1de182dc622486a64f6a582e82a0
4
- data.tar.gz: e9181e3deed0534406dec25caf8920cdf8fb312d39e59a67a252832e7e680686
3
+ metadata.gz: de8571ade9fbd2eebe4ad727cbae68dffd33841421083217935958190c26cdb4
4
+ data.tar.gz: 5ee9469947b775286003f205c60a024f4eba446f6a11c7d8ee5bce4a86f27373
5
5
  SHA512:
6
- metadata.gz: 4b23329bf97c705a7fa254d85b91b6c26565884a23df9b1ee9441f4ffba1b638d32b8e09a2ce5b70e45d84c092e1933885594418b2191739d5e3ae5f841370fd
7
- data.tar.gz: c6d195bdf2f4964b6a04ddda64f22343550499e14d17f3dadb083285cc7a224019f8fe8933a89fa3fefc6647d20fd8bed568749b7c58b32af3eaa12a4c085b13
6
+ metadata.gz: 5b6b26ec11fb058bcfbf12068a246b112aba93aeb63d6b2c326e303f4ce7f03ea50c2ee972fbbca3eb459823f1f562a0d5c0dcf5c33395092acdbdc98e64a4f9
7
+ data.tar.gz: 841375a50f9a3cde51ed6b902d7c762e2ba84b2f3e989599f77a9b50de3aec3a85981618663353c087629b590596a8c26155194eb385cdd3704db109d76397c3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Rails Stimulus Helpers Changelog
2
2
 
3
+ ## 26 June 2026 - 0.1.3
4
+
5
+ Moved repo. Metadata updated accordingly.
6
+
3
7
  ## 26 June 2026 - 0.1.2
4
8
 
5
9
  Fix files missed out when packaging.
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "stimulus-rails-helpers"
3
- s.version = "0.1.2"
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/jongilbraith/stimulus-rails-helpers" }
7
+ s.metadata = { "source_code_uri" => "https://github.com/dreckly/stimulus-rails-helpers" }
8
8
  s.license = "MIT"
9
- s.homepage = "https://github.com/jongilbraith/stimulus-rails-helpers"
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.2
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/jongilbraith/stimulus-rails-helpers
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/jongilbraith/stimulus-rails-helpers
60
+ source_code_uri: https://github.com/dreckly/stimulus-rails-helpers
61
61
  post_install_message:
62
62
  rdoc_options: []
63
63
  require_paths: