gtksourceview2 2.0.2-x86-mingw32 → 2.0.3-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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 1f952ee3aa5ef78a67e8d043d9f3b666ed2c1196
4
+ data.tar.gz: 964c06b0fdd57f1bf029aeb86df4ebb04aaea84e
5
+ SHA512:
6
+ metadata.gz: 746bd6434a865bcea9e9ea84f3d92ee0969748fa034a799d046b6551389e3af5c6006e4a0df6da6e4d8dcc47629aa46e6e4c58f58232e2bec5aeca59e2514f22
7
+ data.tar.gz: 10a18803fcf8f1596605274a1d6ac65f382e0908a0a1b72560a4f9fc3547107497abe7c3501099d83bc9b25c5b3686199e53dbad68ae1407233b9881522e2f44
data/README CHANGED
@@ -10,7 +10,7 @@ Requirements
10
10
 
11
11
  Install
12
12
  -------
13
- 0. install ruby 1.8.0 or newer, GtkSourceView 2.0.0 or newer, Ruby/GTK2.
13
+ 0. install ruby 1.9.x or newer, GtkSourceView 2.0.0 or newer, Ruby/GTK2.
14
14
  1. ruby extconf.rb
15
15
  2. make
16
16
  3. su
@@ -51,7 +51,10 @@ rcairo_source_dir_names.each do |rcairo_source_dir_name|
51
51
  break
52
52
  end
53
53
  end
54
- check_cairo(rcairo_options)
54
+
55
+ unless check_cairo(rcairo_options)
56
+ exit(false)
57
+ end
55
58
 
56
59
  setup_win32(module_name, base_dir)
57
60
 
@@ -22,17 +22,6 @@
22
22
 
23
23
  #include "rbgtksourcemain.h"
24
24
 
25
- G_GNUC_INTERNAL void Init_gtk_sourceview (VALUE mGtk);
26
- G_GNUC_INTERNAL void Init_gtk_sourcebuffer (VALUE mGtk);
27
- G_GNUC_INTERNAL void Init_gtk_sourceiter (VALUE mGtk);
28
- G_GNUC_INTERNAL void Init_gtk_sourcelanguage (VALUE mGtk);
29
- G_GNUC_INTERNAL void Init_gtk_sourcelanguagemanager (VALUE mGtk);
30
- G_GNUC_INTERNAL void Init_gtk_sourcemark (VALUE mGtk);
31
- G_GNUC_INTERNAL void Init_gtk_sourceprintcompositor (VALUE mGtk);
32
- G_GNUC_INTERNAL void Init_gtk_sourcestyle (VALUE mGtk);
33
- G_GNUC_INTERNAL void Init_gtk_sourcestylescheme (VALUE mGtk);
34
- G_GNUC_INTERNAL void Init_gtk_sourcestyleschememanager (VALUE mGtk);
35
-
36
25
  void
37
26
  Init_gtksourceview2 (void)
38
27
  {
@@ -46,4 +46,17 @@
46
46
  #define RG_DEF_SMETHOD(method, argc) \
47
47
  rb_define_singleton_method(RG_TARGET_NAMESPACE, #method, rg_s_ ## method, argc)
48
48
 
49
+ extern void Init_gtksourceview2 (void);
50
+
51
+ G_GNUC_INTERNAL void Init_gtk_sourceview (VALUE mGtk);
52
+ G_GNUC_INTERNAL void Init_gtk_sourcebuffer (VALUE mGtk);
53
+ G_GNUC_INTERNAL void Init_gtk_sourceiter (VALUE mGtk);
54
+ G_GNUC_INTERNAL void Init_gtk_sourcelanguage (VALUE mGtk);
55
+ G_GNUC_INTERNAL void Init_gtk_sourcelanguagemanager (VALUE mGtk);
56
+ G_GNUC_INTERNAL void Init_gtk_sourcemark (VALUE mGtk);
57
+ G_GNUC_INTERNAL void Init_gtk_sourceprintcompositor (VALUE mGtk);
58
+ G_GNUC_INTERNAL void Init_gtk_sourcestyle (VALUE mGtk);
59
+ G_GNUC_INTERNAL void Init_gtk_sourcestylescheme (VALUE mGtk);
60
+ G_GNUC_INTERNAL void Init_gtk_sourcestyleschememanager (VALUE mGtk);
61
+
49
62
  #endif /* __RBGTKSOURCEVIEWMAIN_H_ */
Binary file
Binary file
metadata CHANGED
@@ -1,32 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtksourceview2
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
5
- prerelease:
4
+ version: 2.0.3
6
5
  platform: x86-mingw32
7
6
  authors:
8
7
  - The Ruby-GNOME2 Project Team
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-05-26 00:00:00.000000000 Z
11
+ date: 2013-12-28 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: gtk2
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - '='
20
18
  - !ruby/object:Gem::Version
21
- version: 2.0.2
19
+ version: 2.0.3
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - '='
28
25
  - !ruby/object:Gem::Version
29
- version: 2.0.2
26
+ version: 2.0.3
30
27
  description: Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
31
28
  email: ruby-gnome2-devel-en@lists.sourceforge.net
32
29
  executables: []
@@ -519,26 +516,25 @@ files:
519
516
  - vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh
520
517
  homepage: http://ruby-gnome2.sourceforge.jp/
521
518
  licenses: []
519
+ metadata: {}
522
520
  post_install_message:
523
521
  rdoc_options: []
524
522
  require_paths:
525
523
  - lib
526
524
  required_ruby_version: !ruby/object:Gem::Requirement
527
- none: false
528
525
  requirements:
529
- - - ! '>='
526
+ - - '>='
530
527
  - !ruby/object:Gem::Version
531
- version: 1.8.5
528
+ version: 1.9.3
532
529
  required_rubygems_version: !ruby/object:Gem::Requirement
533
- none: false
534
530
  requirements:
535
- - - ! '>='
531
+ - - '>='
536
532
  - !ruby/object:Gem::Version
537
533
  version: '0'
538
534
  requirements: []
539
535
  rubyforge_project:
540
- rubygems_version: 1.8.23
536
+ rubygems_version: 2.0.14
541
537
  signing_key:
542
- specification_version: 3
538
+ specification_version: 4
543
539
  summary: Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
544
540
  test_files: []