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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2bce62e4cadf972e9bda3474e996b8c37d251473
4
- data.tar.gz: 0e28d1100b1cced6a9e769958ffa30a9a5b43964
3
+ metadata.gz: b60f6178ed9431369c8bc4445f31d5ff1196fd0f
4
+ data.tar.gz: 5299855c4bf14ff61c4abc047d42acdbee83eb39
5
5
  SHA512:
6
- metadata.gz: 0a7d6a73f129b92adfa3fb435a6c2baefc4b13839f384dee683a43c4f09acb17ee901840d16cb32b26ce01991e31dfdebcabef40dd66f645f8e37a8929988a78
7
- data.tar.gz: 8faf1ff74d8ee219dee2b07feb037f7b75f89ee5f7b53e37a4388753f30b5e0d4ad4030ea876b1e9dbd6d98b8a3cb760823d0e427dd84fa44c61ab479d0002be
6
+ metadata.gz: 31565e3a8fc1a26582491b14885041aaf37016b93962ed3149ce15e316f4aad7499c430af7c538cf4ef5672c71645e0e2ed55da74eba6eb4f179c55bc4ce0ae4
7
+ data.tar.gz: 516095b00c662b3a3ab40f30d1f9c77d76c3e275cb2497691c2d405605a3fab4f8cb2a66fc97757ee69790cc82cb30f548f5b552cd139097388b7a521c0894a1
@@ -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']
@@ -1,3 +1,3 @@
1
1
  module Allocations
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
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.1
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: {}