pulse_zero 0.3.0 → 0.3.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 +4 -4
- data/lib/pulse_zero/version.rb +1 -1
- data/pulse_zero.gemspec +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: d243fa7e75252ee44f79f39ca3b2c94718a541745662db23950d654f4b781ae9
|
4
|
+
data.tar.gz: f40ad0d09e0f3befd5ac36d4826ec49c87ef6de99299b580537f66ccb13c7dea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2d0f0a24c3df60801a5a90298100ae52ed4ff5172f2ba5d0f3b1aa59f7d2f140b10e0fa65f394997ccb92dd93f8a81ea413ad84d44946b7de3d2ddc47173c96
|
7
|
+
data.tar.gz: 0f03276d631c1ef157db668eb8dae7e86f875c7e7c5f87b72fe559890f83fbc753eabae8fbff11869c4ab690d0b040cacd8c114ed0bef91ecaf4bc4c839deaec
|
data/lib/pulse_zero/version.rb
CHANGED
data/pulse_zero.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.summary = "Real-time broadcasting generator for Rails + Inertia"
|
12
12
|
spec.description = "Generate a complete real-time broadcasting system for Rails applications using " \
|
13
13
|
"Inertia.js with React. All code is generated into your project with zero runtime dependencies."
|
14
|
-
spec.homepage = "https://github.com/darkamenosa/
|
14
|
+
spec.homepage = "https://github.com/darkamenosa/pulse-zero"
|
15
15
|
spec.license = "MIT"
|
16
16
|
spec.required_ruby_version = ">= 3.0.0"
|
17
17
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulse_zero
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- darkamenosa
|
@@ -80,14 +80,14 @@ files:
|
|
80
80
|
- lib/pulse_zero/engine.rb
|
81
81
|
- lib/pulse_zero/version.rb
|
82
82
|
- pulse_zero.gemspec
|
83
|
-
homepage: https://github.com/darkamenosa/
|
83
|
+
homepage: https://github.com/darkamenosa/pulse-zero
|
84
84
|
licenses:
|
85
85
|
- MIT
|
86
86
|
metadata:
|
87
|
-
homepage_uri: https://github.com/darkamenosa/
|
88
|
-
source_code_uri: https://github.com/darkamenosa/
|
89
|
-
changelog_uri: https://github.com/darkamenosa/
|
90
|
-
bug_tracker_uri: https://github.com/darkamenosa/
|
87
|
+
homepage_uri: https://github.com/darkamenosa/pulse-zero
|
88
|
+
source_code_uri: https://github.com/darkamenosa/pulse-zero/tree/main
|
89
|
+
changelog_uri: https://github.com/darkamenosa/pulse-zero/blob/main/CHANGELOG.md
|
90
|
+
bug_tracker_uri: https://github.com/darkamenosa/pulse-zero/issues
|
91
91
|
rubygems_mfa_required: 'true'
|
92
92
|
rdoc_options: []
|
93
93
|
require_paths:
|