gtksourceview3 2.0.0 → 2.0.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.
Files changed (2) hide show
  1. data/Rakefile +32 -15
  2. metadata +8 -8
data/Rakefile CHANGED
@@ -1,29 +1,46 @@
1
1
  # -*- ruby -*-
2
+ #
3
+ # Copyright (C) 2012-2013 Ruby-GNOME2 Project Team
4
+ #
5
+ # This library is free software; you can redistribute it and/or
6
+ # modify it under the terms of the GNU Lesser General Public
7
+ # License as published by the Free Software Foundation; either
8
+ # version 2.1 of the License, or (at your option) any later version.
9
+ #
10
+ # This library is distributed in the hope that it will be useful,
11
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
+ # Lesser General Public License for more details.
14
+ #
15
+ # You should have received a copy of the GNU Lesser General Public
16
+ # License along with this library; if not, write to the Free Software
17
+ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2
18
 
3
19
  $LOAD_PATH.unshift("./../glib2/lib")
4
- require 'gnome2-raketask'
20
+ require "gnome2/rake/package-task"
5
21
 
6
- package = GNOME2Package.new do |_package|
7
- _package.summary = "Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x."
8
- _package.description = "Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x."
9
- _package.dependency.gem.runtime = ["gtk3"]
10
- _package.win32.packages = []
11
- _package.win32.dependencies = ["libxml2"]
12
- _package.win32.build_dependencies = [
13
- "glib2", "atk", "pango", "gdk_pixbuf2", "gdk3",
22
+ package_task = GNOME2::Rake::PackageTask.new do |package|
23
+ package.summary = "Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x."
24
+ package.description = "Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x."
25
+ package.dependency.gem.runtime = ["gtk3"]
26
+ package.windows.packages = []
27
+ package.windows.dependencies = ["libxml2"]
28
+ package.windows.build_dependencies = [
29
+ "glib2",
30
+ "atk",
31
+ "pango",
32
+ "gdk_pixbuf2",
33
+ "gdk3",
14
34
  ]
15
- _package.win32.build_packages = [
35
+ package.external_packages = [
16
36
  {
17
37
  :name => "gtksourceview",
18
38
  :download_site => :gnome,
19
39
  :label => "GtkSourceView",
20
- :version => "3.6.3",
21
- :configure_args => [],
40
+ :version => "3.8.1",
22
41
  :compression_method => "xz",
23
42
  }
24
43
  ]
25
- _package.required_ruby_version = ">= 1.9.2"
26
- _package.post_install_message = "This library is experimental."
27
44
  end
28
- package.define_tasks
45
+ package_task.define
29
46
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtksourceview3
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,24 +9,24 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-29 00:00:00.000000000 Z
12
+ date: 2013-05-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gtk3
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
- - - ! '>='
19
+ - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 2.0.0
21
+ version: 2.0.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - ! '>='
27
+ - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: 2.0.0
29
+ version: 2.0.1
30
30
  description: Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x.
31
31
  email: ruby-gnome2-devel-en@lists.sourceforge.net
32
32
  executables: []
@@ -66,7 +66,7 @@ files:
66
66
  - test/test_source_view.rb
67
67
  homepage: http://ruby-gnome2.sourceforge.jp/
68
68
  licenses: []
69
- post_install_message: This library is experimental.
69
+ post_install_message:
70
70
  rdoc_options: []
71
71
  require_paths:
72
72
  - lib
@@ -75,7 +75,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
75
75
  requirements:
76
76
  - - ! '>='
77
77
  - !ruby/object:Gem::Version
78
- version: 1.9.2
78
+ version: 1.8.5
79
79
  required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  none: false
81
81
  requirements: