sbmeet 0.1.0 → 0.1.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: ecf2a5562c629b32a4e74e341a52a9284398b2572c2b3f56af8d94fb2026d605
4
- data.tar.gz: b816bfdc4728e1357db41c1d2e1bd84d6471426127f8da4c1ac58a2236ee693c
3
+ metadata.gz: 2c72254a334c10f875e0f42e348b91d2e33a1556ce2527ebc3d1c41210d053f3
4
+ data.tar.gz: 61b65343467d957e207cf9dfcc47477df6e6189f016d36688354fb79af71282b
5
5
  SHA512:
6
- metadata.gz: a12fa26b5bb1facd24c5ffad5b9cec39d065312fe15a51853af082b9ee0970c9f0db8ca2d9dd9ac2165c486b3bc87054d5c248a264a6fcdf6ddcf73c816d24ff
7
- data.tar.gz: b11fa95c46fc6c8f4811f506d3b5a3f4be94744d47699bd65a4eff111678ddbcae84b04a00c2622f1334c5e4435d4c9412be916991af635a65d752860853f368
6
+ metadata.gz: 657baa77693cec40388b1c391309ec82a475e7be4da5b66f69e8cc335bb2bcd4159d2fd3cda779e11ef819c92980c9df0d1c4592f7ee7c2ef5fd20b38d79419f
7
+ data.tar.gz: 81b2dec47d31c04093fe66c528c7b8250ef6ff6dfd9328fe03cd9847e3441f2945be5e7f268cce672c0cd419b5cb08cde0ed4712f83cdbd594099deb324fa4fc
@@ -1,3 +1,3 @@
1
1
  module Sbmeet
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/sbmeet.gemspec CHANGED
@@ -7,9 +7,12 @@ Gem::Specification.new do |spec|
7
7
  spec.email = ["plombix@gmail.com"]
8
8
  spec.summary = "A turnkey WebRTC video conferencing for Rails."
9
9
  spec.description = "SBMeet injects a complete, production-ready P2P WebRTC video conferencing system directly into a Rails application."
10
- spec.homepage = "https://github.com/yourusername/sbmeet"
10
+ spec.homepage = "https://github.com/plombix-pro/SBMeet"
11
11
  spec.license = "MIT"
12
12
  spec.required_ruby_version = ">= 3.0.0"
13
+ spec.metadata["homepage_uri"] = spec.homepage
14
+ spec.metadata["source_code_uri"] = "https://github.com/plombix-pro/SBMeet"
15
+ spec.metadata["bug_tracker_uri"] = "https://github.com/plombix-pro/SBMeet/issues"
13
16
 
14
17
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
15
18
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:(?:test|spec|features)/|\.(?:git|travis|circleci)|appveyor)}) }
@@ -18,6 +21,6 @@ Gem::Specification.new do |spec|
18
21
  spec.bindir = "exe"
19
22
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
20
23
  spec.require_paths = ["lib"]
21
-
24
+
22
25
  spec.add_dependency "rails", ">= 7.0.0"
23
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sbmeet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stéphane Ballet
@@ -52,10 +52,13 @@ files:
52
52
  - lib/sbmeet.rb
53
53
  - lib/sbmeet/version.rb
54
54
  - sbmeet.gemspec
55
- homepage: https://github.com/yourusername/sbmeet
55
+ homepage: https://github.com/plombix-pro/SBMeet
56
56
  licenses:
57
57
  - MIT
58
- metadata: {}
58
+ metadata:
59
+ homepage_uri: https://github.com/plombix-pro/SBMeet
60
+ source_code_uri: https://github.com/plombix-pro/SBMeet
61
+ bug_tracker_uri: https://github.com/plombix-pro/SBMeet/issues
59
62
  post_install_message:
60
63
  rdoc_options: []
61
64
  require_paths: