BFD 1.3.4 → 1.3.5
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.
- data/ChangeLog +4 -0
- data/README +1 -1
- data/lib/BFD.rb +2 -0
- metadata +7 -9
data/ChangeLog
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
2013-03-03 : mkfs <mkfs@thoughtgang.org>
|
2
|
+
* Updated rakefile to support new task names
|
3
|
+
2011-06-12 : mkfs <mkfs@thoughtgang.org>
|
4
|
+
* Fixed @tempfile-not-initialized warning
|
1
5
|
2011-05-25 : mkfs <mkfs@thoughtgang.org>
|
2
6
|
* Fixed usage of Tempfile for buffer targets
|
3
7
|
* Version bump
|
data/README
CHANGED
data/lib/BFD.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: BFD
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 1.3.
|
9
|
+
- 5
|
10
|
+
version: 1.3.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- TG Community
|
@@ -15,8 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
19
|
-
default_executable:
|
18
|
+
date: 2013-03-03 00:00:00 Z
|
20
19
|
dependencies: []
|
21
20
|
|
22
21
|
description: |-
|
@@ -31,10 +30,10 @@ extensions:
|
|
31
30
|
extra_rdoc_files:
|
32
31
|
- module/rdoc_input/BFD.rb
|
33
32
|
files:
|
34
|
-
- module/BFD.c
|
35
33
|
- module/ruby_compat.c
|
36
|
-
- module/BFD.
|
34
|
+
- module/BFD.c
|
37
35
|
- module/ruby_compat.h
|
36
|
+
- module/BFD.h
|
38
37
|
- lib/BFD.rb
|
39
38
|
- examples/list_sections.rb
|
40
39
|
- examples/list_symbols.rb
|
@@ -46,7 +45,6 @@ files:
|
|
46
45
|
- tests/ut_bfd.rb
|
47
46
|
- module/rdoc_input/BFD.rb
|
48
47
|
- module/extconf.rb
|
49
|
-
has_rdoc: true
|
50
48
|
homepage: http://rubyforge.org/projects/opdis/
|
51
49
|
licenses:
|
52
50
|
- GPLv3
|
@@ -78,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
76
|
requirements:
|
79
77
|
- GNU binutils library and headers
|
80
78
|
rubyforge_project: opdis
|
81
|
-
rubygems_version: 1.
|
79
|
+
rubygems_version: 1.8.11
|
82
80
|
signing_key:
|
83
81
|
specification_version: 3
|
84
82
|
summary: Ruby extension library providing an API to GNU BFD
|