gstreamer 4.2.2 → 4.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/gstreamer.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7675f1b5c75956ddac6cd5b7a1c9616a2fe5abfe7377788fe6f840dad5a258f0
|
4
|
+
data.tar.gz: 167d1108228893b7a4918cf7b84ce66e3c83024dd5bd46a8bc101ccba7a11086
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d322298e7cb291ee062a847c4ddc6576a769fd00cac877112ffc9645bb37128ace9746b56b997e24772710fd7ea6b2a206d4ffb15db66dcff9956061364af905
|
7
|
+
data.tar.gz: da33168f38fc82aeea5be85fcbf3687114b78f6774271b77e87c6b3e7537b76783e52f4407878e495ef3d1899898994a875b73dc6cd9836e25e89d03889576c1
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@ Ruby/GStreamer is a Ruby binding for GStreamer.
|
|
5
5
|
## Requirements
|
6
6
|
|
7
7
|
* Ruby/GLib2 and Ruby/GObjectIntrospection in
|
8
|
-
[Ruby-GNOME2](https://ruby-
|
8
|
+
[Ruby-GNOME2](https://ruby-gnome.github.io/)
|
9
9
|
* [GStreamer](http://gstreamer.freedesktop.org/)
|
10
10
|
|
11
11
|
## Install
|
@@ -28,4 +28,4 @@ are licensed under the LGPL v2.1 or later.
|
|
28
28
|
|
29
29
|
## Project Website
|
30
30
|
|
31
|
-
https://ruby-
|
31
|
+
https://ruby-gnome.github.io/
|
data/gstreamer.gemspec
CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
24
24
|
s.description = "Ruby/GStreamer is a Ruby binding for GStreamer."
|
25
25
|
s.author = "The Ruby-GNOME Project Team"
|
26
26
|
s.email = "ruby-gnome2-devel-en@lists.sourceforge.net"
|
27
|
-
s.homepage = "https://ruby-
|
27
|
+
s.homepage = "https://ruby-gnome.github.io/"
|
28
28
|
s.licenses = ["LGPL-2.1+"]
|
29
29
|
s.version = ruby_glib2_version
|
30
30
|
s.extensions = ["ext/#{s.name}/extconf.rb"]
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gstreamer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.
|
4
|
+
version: 4.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME Project Team
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2024-
|
10
|
+
date: 2024-09-23 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gobject-introspection
|
@@ -15,14 +15,14 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - '='
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 4.2.
|
18
|
+
version: 4.2.4
|
19
19
|
type: :runtime
|
20
20
|
prerelease: false
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
22
22
|
requirements:
|
23
23
|
- - '='
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: 4.2.
|
25
|
+
version: 4.2.4
|
26
26
|
description: Ruby/GStreamer is a Ruby binding for GStreamer.
|
27
27
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
28
28
|
executables: []
|
@@ -77,7 +77,7 @@ files:
|
|
77
77
|
- test/test-map-info.rb
|
78
78
|
- test/test-tag-list.rb
|
79
79
|
- test/test-version.rb
|
80
|
-
homepage: https://ruby-
|
80
|
+
homepage: https://ruby-gnome.github.io/
|
81
81
|
licenses:
|
82
82
|
- LGPL-2.1+
|
83
83
|
metadata:
|