jemalloc 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +4 -1
- data/Gemfile.lock +1 -1
- data/jemalloc.gemspec +1 -1
- data/lib/jemalloc/version.rb +1 -1
- metadata +4 -4
data/ChangeLog
CHANGED
data/Gemfile.lock
CHANGED
data/jemalloc.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.description = %q{Use jemalloc as default allocator, everywhere!}
|
10
10
|
s.author = "Kazuki Ohta"
|
11
11
|
s.email = "kazuki.ohta@gmail.com"
|
12
|
-
s.homepage = "https://github.com/treasure-data/
|
12
|
+
s.homepage = "https://github.com/treasure-data/jemalloc-rb"
|
13
13
|
s.extensions = ["ext/jemalloc/extconf.rb"]
|
14
14
|
|
15
15
|
s.files = `git ls-files`.split("\n")
|
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.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -78,7 +78,7 @@ files:
|
|
78
78
|
- ext/jemalloc/jemalloc-3.1.0.tar.bz2
|
79
79
|
- jemalloc.gemspec
|
80
80
|
- lib/jemalloc/version.rb
|
81
|
-
homepage: https://github.com/treasure-data/
|
81
|
+
homepage: https://github.com/treasure-data/jemalloc-rb
|
82
82
|
licenses: []
|
83
83
|
post_install_message:
|
84
84
|
rdoc_options: []
|
@@ -92,7 +92,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
92
92
|
version: '0'
|
93
93
|
segments:
|
94
94
|
- 0
|
95
|
-
hash: -
|
95
|
+
hash: -2381634919413440270
|
96
96
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
97
97
|
none: false
|
98
98
|
requirements:
|
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
101
|
version: '0'
|
102
102
|
segments:
|
103
103
|
- 0
|
104
|
-
hash: -
|
104
|
+
hash: -2381634919413440270
|
105
105
|
requirements: []
|
106
106
|
rubyforge_project:
|
107
107
|
rubygems_version: 1.8.24
|