malloc 0.1.5 → 0.1.6

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.
Files changed (4) hide show
  1. data/Makefile +5 -2
  2. data/README +2 -0
  3. data/malloc.gemspec +1 -7
  4. metadata +6 -6
data/Makefile CHANGED
@@ -2,13 +2,13 @@
2
2
  .SUFFIXES: .gem .o .cc .hh .rb .tar .gz .bz2
3
3
 
4
4
  RUBY_VERSION = 1.8
5
- MALLOC_VERSION = 0.1.5
5
+ MALLOC_VERSION = 0.1.6
6
6
 
7
7
  GEM = gem$(RUBY_VERSION)
8
8
  RUBY = ruby$(RUBY_VERSION)
9
9
  TAR = tar
10
10
 
11
- MAIN = Makefile malloc.gemspec README COPYING
11
+ MAIN = Makefile malloc.gemspec binary.gemspec README COPYING
12
12
  EXT = ext/extconf.rb $(wildcard ext/*.cc) $(wildcard ext/*.hh)
13
13
  LIB = $(wildcard lib/*.rb)
14
14
  TESTS = $(wildcard test/*.rb)
@@ -20,6 +20,9 @@ all:: malloc-$(MALLOC_VERSION).gem
20
20
  check:: ext/malloc.so $(LIB) $(TESTS)
21
21
  $(RUBY) -Iext -Ilib $(TESTS)
22
22
 
23
+ binary:: binary.gemspec ext/malloc.so $(LIB)
24
+ $(GEM) build binary.gemspec
25
+
23
26
  install:: malloc-$(MALLOC_VERSION).gem
24
27
  $(GEM) install $<
25
28
 
data/README CHANGED
@@ -5,5 +5,7 @@ http://www.wedesoft.demon.co.uk/hornetseye-api/files/Installation-txt.html
5
5
  http://rake-compiler.rubyforge.org/
6
6
  http://pkg-ruby-extras.alioth.debian.org/upstream-devs.html
7
7
  http://nsis.sourceforge.net/
8
+ http://rubyforge.org/tracker/index.php?func=detail&aid=24036&group_id=126&atid=578
9
+ http://rubyforge.org/pipermail/rubygems-developers/2009-April/004522.html
8
10
  http://rubyforge.org/tracker/index.php?func=detail&aid=27503&group_id=126&atid=575
9
11
 
data/malloc.gemspec CHANGED
@@ -1,12 +1,8 @@
1
1
  require 'date'
2
2
  Gem::Specification.new do |s|
3
3
  s.name = %q{malloc}
4
- s.version = '0.1.5'
5
- # gem1.8 help platforms
6
- # CURRENT, LINUX_586, WIN32, RUBY, RUBY, or DARWIN
4
+ s.version = '0.1.6'
7
5
  s.platform = Gem::Platform::RUBY
8
- # s.platform = 'x86-mswin32-universal'
9
- # s.platform = Gem::Platform::WIN32
10
6
  s.date = Date.today.to_s
11
7
  s.summary = %q{Object for raw memory allocation and pointer operations}
12
8
  s.description = %q{This gem defines the class Malloc. Malloc#new allows you to allocate memory, using Malloc#+ one can do pointer manipulation, and Malloc#read and Malloc#write provide reading Ruby strings from memory and writing Ruby strings to memory.}
@@ -28,6 +24,4 @@ Gem::Specification.new do |s|
28
24
  s.has_rdoc = false
29
25
  # s.extra_rdoc_files = [ 'README' ]
30
26
  # s.rdoc_options = %w{--main README}
31
- s.required_ruby_version = '>= 1.8.5'
32
- s.requirements << 'GNU/Linux'
33
27
  end
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.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Wedekind
@@ -27,11 +27,11 @@ files:
27
27
  - README
28
28
  - COPYING
29
29
  - lib/malloc_ext.rb
30
+ - ext/error.cc
30
31
  - ext/malloc.cc
31
32
  - ext/init.cc
32
- - ext/error.cc
33
- - ext/malloc.hh
34
33
  - ext/error.hh
34
+ - ext/malloc.hh
35
35
  - ext/extconf.rb
36
36
  - test/ts_malloc.rb
37
37
  has_rdoc: true
@@ -48,7 +48,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
48
48
  requirements:
49
49
  - - ">="
50
50
  - !ruby/object:Gem::Version
51
- version: 1.8.5
51
+ version: "0"
52
52
  version:
53
53
  required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  requirements:
@@ -56,8 +56,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  - !ruby/object:Gem::Version
57
57
  version: "0"
58
58
  version:
59
- requirements:
60
- - GNU/Linux
59
+ requirements: []
60
+
61
61
  rubyforge_project: hornetseye
62
62
  rubygems_version: 1.3.5
63
63
  signing_key: