malloc 0.1.0 → 0.1.1
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.
- data/README +0 -1
- data/malloc.gemspec +2 -2
- metadata +2 -2
data/README
CHANGED
data/malloc.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
require 'date'
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
s.name = %q{malloc}
|
|
4
|
-
s.version = '0.1.
|
|
4
|
+
s.version = '0.1.1'
|
|
5
5
|
# gem1.8 help platforms
|
|
6
6
|
# CURRENT, LINUX_586, WIN32, RUBY, RUBY, or DARWIN
|
|
7
7
|
s.platform = Gem::Platform::RUBY
|
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
|
12
12
|
s.description = %q{Object for raw memory allocation and pointer operations}
|
|
13
13
|
s.author = %q{Jan Wedekind}
|
|
14
14
|
s.email = %q{jan@wedesoft.de}
|
|
15
|
-
s.homepage = %q{http://www.wedesoft.
|
|
15
|
+
s.homepage = %q{http://www.wedesoft.demon.co.uk/hornetseye-api/files/Malloc-rb.html}
|
|
16
16
|
s.files = [ 'malloc.gemspec', 'README', 'COPYING' ] +
|
|
17
17
|
Dir.glob( 'lib/*.rb' ) +
|
|
18
18
|
Dir.glob( 'ext/*.cc' ) +
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: malloc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jan Wedekind
|
|
@@ -34,7 +34,7 @@ files:
|
|
|
34
34
|
- ext/extconf.rb
|
|
35
35
|
- tests/ts_malloc.rb
|
|
36
36
|
has_rdoc: true
|
|
37
|
-
homepage: http://www.wedesoft.
|
|
37
|
+
homepage: http://www.wedesoft.demon.co.uk/hornetseye-api/files/Malloc-rb.html
|
|
38
38
|
licenses: []
|
|
39
39
|
|
|
40
40
|
post_install_message:
|