gtksourceview2 2.0.2 → 2.0.3

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: 92127cdaa17170d56a0e2d12c4fdcc7a2a1745e7
4
+ data.tar.gz: 64102f90d6a9c1ddc7577f23019d976d286f1e88
5
+ SHA512:
6
+ metadata.gz: 1b78b66c4aed5878cb5846589fd40f9adf4cc3ab67ef8be31fa790c9fd30f9081dbc4ab4482dbe1ebb2da01d0d3a60ed2d1134f40665042ca5b3a3426f04169c
7
+ data.tar.gz: 285b4851827694bdebf7eea70c40496789e6faa1c2180f659a43f4de27ed51c5d612f09f42bde21bf2c0f53650a8c2283b3b0cdbbac667ec48cbda3466d56c94
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_ */
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: ruby
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: []
@@ -59,26 +56,25 @@ files:
59
56
  - test/test_source_view.rb
60
57
  homepage: http://ruby-gnome2.sourceforge.jp/
61
58
  licenses: []
59
+ metadata: {}
62
60
  post_install_message:
63
61
  rdoc_options: []
64
62
  require_paths:
65
63
  - lib
66
64
  required_ruby_version: !ruby/object:Gem::Requirement
67
- none: false
68
65
  requirements:
69
- - - ! '>='
66
+ - - '>='
70
67
  - !ruby/object:Gem::Version
71
- version: 1.8.5
68
+ version: 1.9.3
72
69
  required_rubygems_version: !ruby/object:Gem::Requirement
73
- none: false
74
70
  requirements:
75
- - - ! '>='
71
+ - - '>='
76
72
  - !ruby/object:Gem::Version
77
73
  version: '0'
78
74
  requirements: []
79
75
  rubyforge_project:
80
- rubygems_version: 1.8.23
76
+ rubygems_version: 2.0.14
81
77
  signing_key:
82
- specification_version: 3
78
+ specification_version: 4
83
79
  summary: Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
84
80
  test_files: []