cxxfilt 0.1.1 → 0.1.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f19dbd01b24cd197ff891ef251f50d3a25f5ea1c7ada6bef1ef3fcef94fa76ca
4
- data.tar.gz: 6cbc1403ffa27390bae46aaa2587ad5c131c43213cc20d473e70b1ccb6548b70
3
+ metadata.gz: e52c40825f5074d19a265e1f40c500cdfaf6f98d28328388d9dacd3a20afb7cf
4
+ data.tar.gz: ff114dc57a9ee2139405991a2c8886dd172727687806bb75740eccb48dc4efff
5
5
  SHA512:
6
- metadata.gz: f44f305d1dfdf642b3ba2976baed68fc96373e44a653095b0dcf62fba72a03adef58da88ae359d4542585bedfdd07c4f40e9ff5885b416af3dab1bca30d70fb8
7
- data.tar.gz: ce79956686c48ca386aee0905598fa239498844a3c0ffd2aa0065f8f805ca64185b61b8f58bc3ee34999414bf97bf41467337b2f7bc3f9cf9839b075a28cb450
6
+ metadata.gz: ff9e55542175e206b28375010622bf3d36f3d592bfcc5939d8502923e2024fc44ae472eaaf02bc8b9c52ac8ceb4847ffbad861c1e58ec6ab59b489af3b26e24c
7
+ data.tar.gz: 8dce4a3887f6aac839053ab67298e40960b8503d228a4b66319650563491f3d59401d6053a76897af063b0305db12ed6b92229663d72c5c8364316f12178f3fd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cxxfilt (0.1.1)
4
+ cxxfilt (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,6 +1,6 @@
1
1
  #include<ruby.h>
2
2
 
3
- #include "libiberty/demangle.h"
3
+ #include "demangle.h"
4
4
 
5
5
  static VALUE c_Demangler = Qnil;
6
6
  static VALUE v_auto_demangler = Qnil;
@@ -1,3 +1,3 @@
1
1
  module CXXFilt
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cxxfilt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - misson20000