overrides_tracker 0.2.1 → 0.2.3

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
  SHA256:
3
- metadata.gz: 0610c4769438451ae2d9da015bb36a81ebded6970f032559df5b14723425f3e4
4
- data.tar.gz: db91e26d5db6d1cbd4aa9852bec2f74823908324c2431c39ae3a9107dde6750f
3
+ metadata.gz: b86f564c126feb046fac5729c3f145c95012a7c13fb0e5aedffa8b54f6f69e48
4
+ data.tar.gz: 34d3666bd2e2561f033cc65c8cf25b830b7faab9dd1dd08bd1de7c06a86eaac8
5
5
  SHA512:
6
- metadata.gz: 760b81000b4500942c4aa8796ede3ca320289aa01b5922c59ae1e7524725d1dfdd338a66a6da61d10955dcb2190bb3e15906b22500cf2bc81223ce9d3f807630
7
- data.tar.gz: 21b88a7ea51bf1f6dae302693233f629746fc4bfa2561a788fa8d4550d0c4c5e0926be074bd6c2811397bd55a485a8f51e6c119382898e0334432709d5a46368
6
+ metadata.gz: 7dd9ae84a57ebd5eaf9a0e4486d88addbb715672564295345e34080840617b5c5d018539818fee703cbd31ba909bbcc5a9fd437dfa3c97fb6442a6727c3dd31a
7
+ data.tar.gz: faa22948fef3f19d057723ccd2263e814002b9f1188e14be2955d7ec6947540cb64dd5c4b2543b8b88b2d37721a7cdc9068c6352f60d35218caedf3a267c7f06
@@ -1,3 +1,3 @@
1
1
  module OverridesTracker
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.3'
3
3
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ['Simon Meyborg']
9
9
  spec.email = ['meyborg@syborgstudios.com']
10
10
 
11
- spec.summary = 'Overrides Tracker keeps track of all overriding methods and their sources and allows for comparison across branches.'
12
- spec.description = 'Overrides Tracker keeps track of all overriding methods and their sources and allows for comparison across branches.'
11
+ spec.summary = 'Overrides Tracker tracks all monkey patches in your codebase and the methods they override. It allows for comparison between builds to reveal changes you might miss otherwise.'
12
+ spec.description = 'Overrides Tracker tracks all monkey patches in your codebase and the methods they override. It allows for comparison between builds to reveal changes you might miss otherwise. Use overrides.io to integrate overrides_tracker into your CI/CD pipeline. That way you will never miss an underlying code-change that might break a monkey patch.'
13
13
  spec.homepage = 'https://github.com/SyborgStudios/overrides_tracker'
14
14
  spec.license = 'MIT'
15
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: overrides_tracker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Meyborg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-06 00:00:00.000000000 Z
11
+ date: 2023-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -38,8 +38,11 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: Overrides Tracker keeps track of all overriding methods and their sources
42
- and allows for comparison across branches.
41
+ description: Overrides Tracker tracks all monkey patches in your codebase and the
42
+ methods they override. It allows for comparison between builds to reveal changes
43
+ you might miss otherwise. Use overrides.io to integrate overrides_tracker into your
44
+ CI/CD pipeline. That way you will never miss an underlying code-change that might
45
+ break a monkey patch.
43
46
  email:
44
47
  - meyborg@syborgstudios.com
45
48
  executables:
@@ -110,6 +113,7 @@ requirements: []
110
113
  rubygems_version: 3.0.3.1
111
114
  signing_key:
112
115
  specification_version: 4
113
- summary: Overrides Tracker keeps track of all overriding methods and their sources
114
- and allows for comparison across branches.
116
+ summary: Overrides Tracker tracks all monkey patches in your codebase and the methods
117
+ they override. It allows for comparison between builds to reveal changes you might
118
+ miss otherwise.
115
119
  test_files: []