gd2-ffij 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/COPYRIGHT CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  Ruby/GD2 - Ruby binding for gd 2.x graphics library
3
3
  Copyright (C) 2005-2006 Robert Leslie
4
- Copyright (C) 2010-2012 J Smith <dark.panda@gmail.com>
4
+ Copyright (C) 2010-2013 J Smith <dark.panda@gmail.com>
5
5
 
6
6
  This program is free software; you can redistribute it and/or modify
7
7
  it under the terms of the GNU General Public License as published by
data/README.rdoc CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  Original dl-based code copyright (C) 2005-2006 Robert Leslie <rob@mars.org>
5
5
 
6
- FFI modifications copyright (C) 2010-2012 J Smith <dark.panda@gmail.com>
6
+ FFI modifications copyright (C) 2010-2013 J Smith <dark.panda@gmail.com>
7
7
 
8
8
  The gd2-ffij project page can be found at
9
9
  http://github.com/dark-panda/gd2-ffij .
data/lib/gd2/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # encoding: ASCII-8BIT
2
2
 
3
3
  module GD2
4
- VERSION = "0.0.7"
4
+ VERSION = "0.0.8"
5
5
  end
6
6
 
data/lib/gd2-ffij.rb CHANGED
@@ -43,9 +43,9 @@ module GD2
43
43
  RbConfig::CONFIG['arch'],
44
44
  RbConfig::CONFIG['host_os']
45
45
  ].detect { |c| c =~ /darwin/ }
46
- 'libgd.2.dylib'
46
+ 'libgd.dylib'
47
47
  else
48
- 'libgd.so.2'
48
+ 'libgd.so'
49
49
  end
50
50
 
51
51
  Dir.glob(paths.collect { |path|
metadata CHANGED
@@ -3,31 +3,31 @@ name: gd2-ffij
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
5
  version: !binary |-
6
- MC4wLjc=
6
+ MC4wLjg=
7
7
  platform: ruby
8
8
  authors:
9
9
  - J Smith
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-02-11 00:00:00.000000000 Z
13
+ date: 2013-09-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: ffi
17
17
  type: :runtime
18
18
  requirement: !ruby/object:Gem::Requirement
19
- none: false
20
19
  requirements:
21
20
  - - ! '>='
22
21
  - !ruby/object:Gem::Version
23
22
  version: 1.0.0
24
- prerelease: false
25
- version_requirements: !ruby/object:Gem::Requirement
26
23
  none: false
24
+ version_requirements: !ruby/object:Gem::Requirement
27
25
  requirements:
28
26
  - - ! '>='
29
27
  - !ruby/object:Gem::Version
30
28
  version: 1.0.0
29
+ none: false
30
+ prerelease: false
31
31
  description: gd2-ffij is a refactoring of the Ruby/GD2 library implemented with FFI
32
32
  email: dark.panda@gmail.com
33
33
  executables: []
@@ -100,17 +100,20 @@ rdoc_options: []
100
100
  require_paths:
101
101
  - lib
102
102
  required_ruby_version: !ruby/object:Gem::Requirement
103
- none: false
104
103
  requirements:
105
104
  - - ! '>='
106
105
  - !ruby/object:Gem::Version
106
+ segments:
107
+ - 0
108
+ hash: 1675047627659370246
107
109
  version: '0'
108
- required_rubygems_version: !ruby/object:Gem::Requirement
109
110
  none: false
111
+ required_rubygems_version: !ruby/object:Gem::Requirement
110
112
  requirements:
111
113
  - - ! '>='
112
114
  - !ruby/object:Gem::Version
113
115
  version: '0'
116
+ none: false
114
117
  requirements: []
115
118
  rubyforge_project:
116
119
  rubygems_version: 1.8.23