ruby-elf 1.0.6 → 1.0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/elf.rb +1 -1
  2. metadata +3 -2
data/lib/elf.rb CHANGED
@@ -29,7 +29,7 @@ require 'elf/file'
29
29
  require 'elf/section'
30
30
 
31
31
  module Elf
32
- VERSION = "1.0.6"
32
+ VERSION = "1.0.6.1"
33
33
 
34
34
  MagicString = "\177ELF"
35
35
 
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-elf
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 69
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 6
10
- version: 1.0.6
10
+ - 1
11
+ version: 1.0.6.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - "Diego Elio Petten\xC3\xB2"