jemalloc 0.1.4 → 0.1.5

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,5 +1,8 @@
1
+ Release 0.1.5 - 2012/10/21
2
+ - fixed homepage at gemspec
3
+
1
4
  Release 0.1.4 - 2012/10/21
2
- - change gem name from 'je' to 'jemalloc'
5
+ - change gem name from je to jemalloc
3
6
 
4
7
  Release 0.1.3 - 2012/10/16
5
8
  - jemalloc v3.1.0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jemalloc (0.1.4)
4
+ jemalloc (0.1.5)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
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/je"
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")
@@ -1,3 +1,3 @@
1
1
  module JEMalloc
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
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.4
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/je
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: -600800011442930264
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: -600800011442930264
104
+ hash: -2381634919413440270
105
105
  requirements: []
106
106
  rubyforge_project:
107
107
  rubygems_version: 1.8.24