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.
Files changed (4) hide show
  1. data/ChangeLog +4 -0
  2. data/README +1 -1
  3. data/lib/BFD.rb +2 -0
  4. 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
@@ -20,7 +20,7 @@ ruby-dev or ruby1.9-dev package.
20
20
 
21
21
  The gem is built using the standard gem build command:
22
22
 
23
- bash# gem build Opcodes.gemspec
23
+ bash# gem build Bfd.gemspec
24
24
 
25
25
 
26
26
  The top-level Makefile supports each of these builds with the commands
data/lib/BFD.rb CHANGED
@@ -129,6 +129,8 @@ calling Target.close, or by passing a block to this method.
129
129
  Free any resources used by BFD Target
130
130
  =end
131
131
  def close
132
+ @temp_file ||= nil
133
+
132
134
  if @temp_file
133
135
  path = @temp_file.path
134
136
  @temp_file.close
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: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 4
10
- version: 1.3.4
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: 2011-05-25 00:00:00 -04:00
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.h
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.4.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