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 +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +1 -1
- data/lib/flipside/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1bae223d284c0485444acb094ff4b10b6408e454c4906d00a22fc7ebd4861ef
|
4
|
+
data.tar.gz: 6df03049c53ded14ecdbc6106c9a78031e4c3a0f7bef9bc2abeef901a07c40c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f81d8c85096df462fa7143a01587a36b8cf74a7ccf528dc52257653ec93a8cd4e24bd8d302cae9f963eb26f4c25cd369ac4d32b64713de7d9c784a861bd12b26
|
7
|
+
data.tar.gz: 41c355c419cf5dbb4baa33d85a17030d22a1cca4f4a90aade2094eedaefe33099c52d7c165f81e67f5bfcfb2b2744970530bedcdb904246a35dffa56896450da
|
data/CHANGELOG.md
CHANGED
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/
|
245
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/apoex/flipside.
|
246
246
|
|
247
247
|
## License
|
248
248
|
|
data/lib/flipside/version.rb
CHANGED
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.
|
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-
|
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/
|
170
|
+
homepage: https://github.com/apoex/flipside
|
171
171
|
licenses:
|
172
172
|
- MIT
|
173
173
|
metadata:
|
174
|
-
homepage_uri: https://github.com/
|
175
|
-
source_code_uri: https://github.com/
|
176
|
-
changelog_uri: https://github.com/
|
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:
|