jemalloc 0.1.7 → 0.1.8

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/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ Release 0.1.8 - 2012/01/29
2
+ - jemalloc v3.3.0
3
+
1
4
  Release 0.1.7 - 2012/11/22
2
5
  - fixed build for ruby 2.0.0-preview1
3
6
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jemalloc (0.1.7)
4
+ jemalloc (0.1.8)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -2,7 +2,7 @@ require 'mkmf'
2
2
  require 'rbconfig'
3
3
 
4
4
  $stdout.sync = true
5
- pkg = "jemalloc-3.2.0"
5
+ pkg = "jemalloc-3.3.0"
6
6
 
7
7
  def sys(cmd)
8
8
  puts "$ #{cmd}"
@@ -1,3 +1,3 @@
1
1
  module JEMalloc
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jemalloc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-23 00:00:00.000000000 Z
12
+ date: 2013-01-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -75,7 +75,7 @@ files:
75
75
  - Rakefile
76
76
  - bin/je
77
77
  - ext/jemalloc/extconf.rb
78
- - ext/jemalloc/jemalloc-3.2.0.tar.bz2
78
+ - ext/jemalloc/jemalloc-3.3.0.tar.bz2
79
79
  - jemalloc.gemspec
80
80
  - lib/jemalloc/version.rb
81
81
  homepage: https://github.com/treasure-data/jemalloc-rb
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  version: '0'
99
99
  requirements: []
100
100
  rubyforge_project:
101
- rubygems_version: 1.8.24
101
+ rubygems_version: 1.8.23
102
102
  signing_key:
103
103
  specification_version: 3
104
104
  summary: use jemalloc as default allocator, everywhere!