komamitsu-gc_monitor 0.0.4 → 0.0.5

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/gc_monitor.rb +1 -1
  2. metadata +3 -1
data/lib/gc_monitor.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'thread'
2
2
 
3
3
  module GcMonitor
4
- VERSION = '0.0.4'
4
+ VERSION = '0.0.5'
5
5
 
6
6
  class << self
7
7
  def remaining_objects
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: komamitsu-gc_monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitsunori Komatsu
@@ -30,6 +30,8 @@ executables: []
30
30
  extensions: []
31
31
 
32
32
  extra_rdoc_files:
33
+ - README.rdoc
34
+ - LICENSE
33
35
  - History.txt
34
36
  - Manifest.txt
35
37
  - PostInstall.txt