jemalloc 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +3 -0
- data/Gemfile.lock +1 -1
- data/ext/jemalloc/extconf.rb +1 -1
- data/ext/jemalloc/jemalloc-3.3.0.tar.bz2 +0 -0
- data/lib/jemalloc/version.rb +1 -1
- metadata +4 -4
- data/ext/jemalloc/jemalloc-3.2.0.tar.bz2 +0 -0
data/ChangeLog
CHANGED
data/Gemfile.lock
CHANGED
data/ext/jemalloc/extconf.rb
CHANGED
Binary file
|
data/lib/jemalloc/version.rb
CHANGED
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.
|
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:
|
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.
|
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.
|
101
|
+
rubygems_version: 1.8.23
|
102
102
|
signing_key:
|
103
103
|
specification_version: 3
|
104
104
|
summary: use jemalloc as default allocator, everywhere!
|
Binary file
|