flipside 0.3.2 → 0.3.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: c535d4251e9119b215ca601c3d1a59c595d6554edb8fe5bb85438dea02d215e2
4
- data.tar.gz: de524dc5a8def73cf07b62d311594bad9069857ebbe0ab8f3277d40132a1ebfe
3
+ metadata.gz: a1bae223d284c0485444acb094ff4b10b6408e454c4906d00a22fc7ebd4861ef
4
+ data.tar.gz: 6df03049c53ded14ecdbc6106c9a78031e4c3a0f7bef9bc2abeef901a07c40c6
5
5
  SHA512:
6
- metadata.gz: 10f6b91375dd7562188a129206d49da15d0e2fd91753369d78e2cd988d672b706ef69d0a366c3e41a433aa24ed816250c1af70e59f12e5d90aabff3c4e7eee4d
7
- data.tar.gz: bd9fb2f1bc985759de41ab08c4c5878c8820ae458ba66782719400825d504175ab91f5eec130c0e2d97f025467df3c7b067199a0740f02e045e75dcac77d25d2
6
+ metadata.gz: f81d8c85096df462fa7143a01587a36b8cf74a7ccf528dc52257653ec93a8cd4e24bd8d302cae9f963eb26f4c25cd369ac4d32b64713de7d9c784a861bd12b26
7
+ data.tar.gz: 41c355c419cf5dbb4baa33d85a17030d22a1cca4f4a90aade2094eedaefe33099c52d7c165f81e67f5bfcfb2b2744970530bedcdb904246a35dffa56896450da
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## [0.3.3] - 2025-08-21
2
+ - Move gem ownership
3
+
1
4
  ## [0.3.2] - 2025-05-28
2
5
  - Add button to delete a feature
3
6
  - Make switch light blue when feature is partially enabled
data/README.md CHANGED
@@ -242,7 +242,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
242
242
 
243
243
  ## Contributing
244
244
 
245
- Bug reports and pull requests are welcome on GitHub at https://github.com/[sammyhenningsson]/flipside.
245
+ Bug reports and pull requests are welcome on GitHub at https://github.com/apoex/flipside.
246
246
 
247
247
  ## License
248
248
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Flipside
4
- VERSION = "0.3.2"
4
+ VERSION = "0.3.3"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flipside
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sammy Henningsson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-28 00:00:00.000000000 Z
11
+ date: 2025-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -167,13 +167,13 @@ files:
167
167
  - lib/flipside/web.rb
168
168
  - lib/generators/flipside/install/install_generator.rb
169
169
  - lib/generators/flipside/install/templates/20241122_create_flipside_migration.rb
170
- homepage: https://github.com/sammyhenningsson/flipside
170
+ homepage: https://github.com/apoex/flipside
171
171
  licenses:
172
172
  - MIT
173
173
  metadata:
174
- homepage_uri: https://github.com/sammyhenningsson/flipside
175
- source_code_uri: https://github.com/sammyhenningsson/flipside
176
- changelog_uri: https://github.com/sammyhenningsson/flipside/blob/main/CHANGELOG.md
174
+ homepage_uri: https://github.com/apoex/flipside
175
+ source_code_uri: https://github.com/apoex/flipside
176
+ changelog_uri: https://github.com/apoex/flipside/blob/main/CHANGELOG.md
177
177
  post_install_message:
178
178
  rdoc_options: []
179
179
  require_paths: