allocations 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/allocations.gemspec +1 -1
- data/lib/allocations/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b60f6178ed9431369c8bc4445f31d5ff1196fd0f
|
4
|
+
data.tar.gz: 5299855c4bf14ff61c4abc047d42acdbee83eb39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31565e3a8fc1a26582491b14885041aaf37016b93962ed3149ce15e316f4aad7499c430af7c538cf4ef5672c71645e0e2ed55da74eba6eb4f179c55bc4ce0ae4
|
7
|
+
data.tar.gz: 516095b00c662b3a3ab40f30d1f9c77d76c3e275cb2497691c2d405605a3fab4f8cb2a66fc97757ee69790cc82cb30f548f5b552cd139097388b7a521c0894a1
|
data/allocations.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
6
6
|
gem.authors = ['Yorick Peterse']
|
7
7
|
gem.email = 'yorickpeterse@gmail.com'
|
8
8
|
gem.summary = 'Tracking of retained objects in CRuby'
|
9
|
-
gem.homepage = 'https://gitlab.com/gitlab/allocations'
|
9
|
+
gem.homepage = 'https://gitlab.com/gitlab-org/allocations'
|
10
10
|
gem.description = gem.summary
|
11
11
|
gem.license = 'MIT'
|
12
12
|
gem.extensions = ['ext/liballocations/extconf.rb']
|
data/lib/allocations/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: allocations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yorick Peterse
|
@@ -81,7 +81,7 @@ files:
|
|
81
81
|
- ext/liballocations/liballocations.h
|
82
82
|
- lib/allocations.rb
|
83
83
|
- lib/allocations/version.rb
|
84
|
-
homepage: https://gitlab.com/gitlab/allocations
|
84
|
+
homepage: https://gitlab.com/gitlab-org/allocations
|
85
85
|
licenses:
|
86
86
|
- MIT
|
87
87
|
metadata: {}
|