islandjs-rails 0.2.0 → 0.2.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: 26c1475ed8f02b2c2c3217af0e96e95d3444083e94a35b9094d46170d0d88f00
4
- data.tar.gz: ed6cd8e18382dcc1445b861f55b46aa7d1624ec4c4f9d063b2a0c87c1cb372a3
3
+ metadata.gz: 84e5fc3b8895ea40c7a38238d4bfb2fdeda1d26bcd765bed555dfbbc87cac018
4
+ data.tar.gz: 9a8e734d7da2b42657f7a746e43f147f4e77b433c3c63ca258c09bdd98fa8fa3
5
5
  SHA512:
6
- metadata.gz: dac3858a5b178e3186850a22e01beed9b384ecd053cc653ee5572743bdef78562cf17c5b51a8c6d51a7f08fecd2aca31fd82cbb830339508c85c2daf1a69f4b4
7
- data.tar.gz: 3887d3aad9bcc0072df24e933804daf4827e097eec4baa2ec7945d184e23356f819bb45d9f5fb2f74642a89a10573561642c532f8340d8f5051e8c4ec506a01d
6
+ metadata.gz: 894d239d321d52b0d090c0e417953a07576ee370f2a1bb9c1514265311f0994fd3f61baa79d0c52460e3c002d3bfda63dac2f63797f031a14d1bfb8b17095d02
7
+ data.tar.gz: 9a6c71e8c42d5b8fc1d8a3ec1ffceb6af2acfbe61102122d00c733b7732709a2b97851eb28dca67e67fef502ca0bf9b21635eed555640e0b1dcc2901d174a735
data/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.2.1] - 2025-08-06
9
+
10
+ ### Fixed
11
+ - Push correct branch — feature branch was released on 0.2.0
12
+
8
13
  ## [0.2.0] - 2025-01-04
9
14
 
10
15
  ### Added
@@ -1,3 +1,3 @@
1
1
  module IslandjsRails
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: islandjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Arnold