Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Dec 22, 2009
1 parent 5588f8f commit 34e02ec
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions gdb.rb.gemspec
@@ -1,7 +1,7 @@
spec = Gem::Specification.new do |s|
s.name = 'gdb.rb'
s.version = '0.1.2'
s.date = '2009-12-04'
s.version = '0.1.3'
s.date = '2009-12-22'
s.rubyforge_project = 'gdb-rb'
s.summary = 'gdb hooks for MRI'
s.description = 'A set of gdb7 extensions for the MRI interpreter'
Expand All @@ -17,17 +17,17 @@ spec = Gem::Specification.new do |s|
s.executables << 'gdb.rb'

# ruby -rpp -e' pp `git ls-files`.split("\n").sort '
s.files = [
"README",
"bin/gdb.rb",
"ext/extconf.rb",
"ext/Makefile",
"ext/src/gdb-7.0.tar.bz2",
"patches/gdb-eval.patch",
"patches/gdb-breakpoints.patch",
"patches/gdb-leak.patch",
"patches/gdb-strings.patch",
"scripts/ruby-gdb.py",
"gdb.rb.gemspec"
s.files = %w[
README
bin/gdb.rb
ext/Makefile
ext/extconf.rb
ext/src/gdb-7.0.tar.bz2
gdb.rb.gemspec
patches/gdb-breakpoints.patch
patches/gdb-eval.patch
patches/gdb-leak.patch
patches/gdb-strings.patch
scripts/ruby-gdb.py
]
end

0 comments on commit 34e02ec

Please sign in to comment.