gdbdump 0.1.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ vendor/ruby/2.4.1/../2.4.0/gdbinit
@@ -0,0 +1 @@
1
+ ruby's license
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdbdump
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naotoshi Seo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-31 00:00:00.000000000 Z
11
+ date: 2017-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -61,7 +61,9 @@ extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
63
  - ".gitignore"
64
+ - ".ruby-version"
64
65
  - ".travis.yml"
66
+ - CHANGELOG.md
65
67
  - CODE_OF_CONDUCT.md
66
68
  - Gemfile
67
69
  - LICENSE.txt
@@ -69,6 +71,7 @@ files:
69
71
  - Rakefile
70
72
  - bin/console
71
73
  - bin/setup
74
+ - example/loop.rb
72
75
  - exe/gdbdump
73
76
  - gdbdump.gemspec
74
77
  - lib/gdbdump.rb
@@ -76,6 +79,14 @@ files:
76
79
  - lib/gdbdump/gdb.rb
77
80
  - lib/gdbdump/procfs.rb
78
81
  - lib/gdbdump/version.rb
82
+ - vendor/ruby/2.3.0/gdbinit
83
+ - vendor/ruby/2.3.1/gdbinit
84
+ - vendor/ruby/2.3.2/gdbinit
85
+ - vendor/ruby/2.3.3/gdbinit
86
+ - vendor/ruby/2.3.4/gdbinit
87
+ - vendor/ruby/2.4.0/gdbinit
88
+ - vendor/ruby/2.4.1/gdbinit
89
+ - vendor/ruby/LICENSE
79
90
  homepage: https://github.com/sonots/gdbdump-ruby
80
91
  licenses:
81
92
  - MIT