gobject-introspection 2.2.1-x86-mingw32 → 2.2.2-x86-mingw32
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/Rakefile +2 -2
- data/lib/2.0/gobject_introspection.so +0 -0
- data/lib/2.1/gobject_introspection.so +0 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3bee99b879216d6e8f405ac19c92fdfd5ec1b5e5
|
4
|
+
data.tar.gz: ed06fe2dd87c6c658b5207c0fa60bf964eb35d87
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3bcbb3dff96251358eb0f000b3108499e8b33a96b096d761fba8db9b7713642f7ba7e5356de23a44d734bc5ffb596689f1c59e85875bf4b9c4b16948af2312fd
|
7
|
+
data.tar.gz: 8b6e9814c773e7cdaf51d815dd628426173a826a6e54a4c5b5bffbca43d5bfa2d9b5847f5ee243f479a4664e82644441f1cccc4a8ed05d10e5ae24ef5f36cd92
|
data/Rakefile
CHANGED
@@ -87,7 +87,7 @@ namespace :native do
|
|
87
87
|
end
|
88
88
|
|
89
89
|
namespace :builder do
|
90
|
-
|
90
|
+
task :after => "native:gobject-introspection:cross"
|
91
91
|
end
|
92
92
|
end
|
93
93
|
|
@@ -116,6 +116,6 @@ namespace :win32 do
|
|
116
116
|
end
|
117
117
|
|
118
118
|
namespace :builder do
|
119
|
-
|
119
|
+
task :after => "win32:gobject-introspection:cross"
|
120
120
|
end
|
121
121
|
end
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gobject-introspection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.2
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME2 Project Team
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 2.2.
|
19
|
+
version: 2.2.2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 2.2.
|
26
|
+
version: 2.2.2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: test-unit
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -82,6 +82,7 @@ files:
|
|
82
82
|
- ext/gobject-introspection/rb-gobject-introspection.h
|
83
83
|
- extconf.rb
|
84
84
|
- lib/2.0/gobject_introspection.so
|
85
|
+
- lib/2.1/gobject_introspection.so
|
85
86
|
- lib/gobject-introspection.rb
|
86
87
|
- lib/gobject-introspection/boxed-info.rb
|
87
88
|
- lib/gobject-introspection/callable-info.rb
|