je 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/ext/jemalloc/extconf.rb +1 -1
- data/ext/jemalloc/jemalloc-3.1.0.tar.bz2 +0 -0
- data/lib/je/version.rb +1 -1
- metadata +5 -5
- data/ext/jemalloc/jemalloc-3.0.0.tar.bz2 +0 -0
data/Gemfile.lock
CHANGED
data/ext/jemalloc/extconf.rb
CHANGED
Binary file
|
data/lib/je/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: je
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
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-
|
12
|
+
date: 2012-10-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -74,7 +74,7 @@ files:
|
|
74
74
|
- Rakefile
|
75
75
|
- bin/je
|
76
76
|
- ext/jemalloc/extconf.rb
|
77
|
-
- ext/jemalloc/jemalloc-3.
|
77
|
+
- ext/jemalloc/jemalloc-3.1.0.tar.bz2
|
78
78
|
- je.gemspec
|
79
79
|
- lib/je/version.rb
|
80
80
|
homepage: https://github.com/treasure-data/je
|
@@ -91,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
91
91
|
version: '0'
|
92
92
|
segments:
|
93
93
|
- 0
|
94
|
-
hash:
|
94
|
+
hash: 3909215365813932032
|
95
95
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
96
96
|
none: false
|
97
97
|
requirements:
|
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
100
100
|
version: '0'
|
101
101
|
segments:
|
102
102
|
- 0
|
103
|
-
hash:
|
103
|
+
hash: 3909215365813932032
|
104
104
|
requirements: []
|
105
105
|
rubyforge_project:
|
106
106
|
rubygems_version: 1.8.24
|
Binary file
|