redmine_remotes 0.16.5 → 0.16.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03c55938e6424d693f382983ece4cb955e25607fb7ab50aa07ff0488781ef3ac
4
- data.tar.gz: 995f154cc3af0c3ffbad0671fad81ff2a13d2f6f9ef1575bbdf01c38a6dbbe74
3
+ metadata.gz: 349eb2b35366a7981c5bdbe34cbd6e4f3e91c5be8a30131c68472d6c7ef666d9
4
+ data.tar.gz: 4dc470df667ae9b018d402ec4962391b667e8878736ed203d014555b6fee0584
5
5
  SHA512:
6
- metadata.gz: 936fb5ba93d2837040892a4eb7fd1ed0a56620b909dda0c3fd67431d7c5d879b532758bcc9ac9ec5e24b9f25f4b5b01bd316fbb6f55b9a229689143243963040
7
- data.tar.gz: 21923e2f65f346702d7c6f5325a057207002c675c3f6cb7c8c7bba1e42d5939d3b82dfeb3daedb9c5a61a79d3b3b7ec2c8475af239b4247eb6eecbd5f4f53cb7
6
+ metadata.gz: 535044c99e3e2270d76d2eb344c19d2677264777037880627d9b93a0954b228090deb72a6f3c180df2eaeee391a8b77e187909e5dc526a175270ea39db7dc123
7
+ data.tar.gz: ac5746bed6fa864a31d2fb466477f0ea5114d39053cb9dfdadbef49e6f7951566bb06782b07ccb4a28b2f1e9f93baad9afc0ff9f6e5eff1d36cf4e52ba4fb086
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module EacRedmineUsability
3
+ module RedmineRemotes
4
4
  module Patches
5
5
  module Issue
6
6
  extend ::ActiveSupport::Concern
@@ -15,6 +15,6 @@ module EacRedmineUsability
15
15
  end
16
16
 
17
17
  require_dependency 'issue'
18
- patch = EacRedmineUsability::Patches::Issue
18
+ patch = RedmineRemotes::Patches::Issue
19
19
  target = Issue
20
20
  target.send(:include, patch) unless target.included_modules.include?(patch)
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module EacRedmineUsability
3
+ module RedmineRemotes
4
4
  module Patches
5
5
  module IssueStatus
6
6
  extend ::ActiveSupport::Concern
@@ -14,6 +14,6 @@ module EacRedmineUsability
14
14
  end
15
15
 
16
16
  require_dependency 'issue_status'
17
- patch = EacRedmineUsability::Patches::IssueStatus
17
+ patch = RedmineRemotes::Patches::IssueStatus
18
18
  target = IssueStatus
19
19
  target.send(:include, patch) unless target.included_modules.include?(patch)
@@ -2,7 +2,7 @@
2
2
 
3
3
  require 'eac_ruby_utils'
4
4
 
5
- module EacRedmineUsability
5
+ module RedmineRemotes
6
6
  module Patches
7
7
  module Project
8
8
  extend ::ActiveSupport::Concern
@@ -21,4 +21,4 @@ module EacRedmineUsability
21
21
  end
22
22
 
23
23
  require_dependency 'project'
24
- EacRubyUtils.patch_module(Project, EacRedmineUsability::Patches::Project)
24
+ EacRubyUtils.patch_module(Project, RedmineRemotes::Patches::Project)
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module EacRedmineUsability
3
+ module RedmineRemotes
4
4
  module Patches
5
5
  module Tracker
6
6
  extend ::ActiveSupport::Concern
@@ -14,6 +14,6 @@ module EacRedmineUsability
14
14
  end
15
15
 
16
16
  require_dependency 'tracker'
17
- patch = EacRedmineUsability::Patches::Tracker
17
+ patch = RedmineRemotes::Patches::Tracker
18
18
  target = Tracker
19
19
  target.send(:include, patch) unless target.included_modules.include?(patch)
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module EacRedmineUsability
3
+ module RedmineRemotes
4
4
  module Patches
5
5
  module User
6
6
  extend ::ActiveSupport::Concern
@@ -17,6 +17,6 @@ module EacRedmineUsability
17
17
  end
18
18
 
19
19
  require_dependency 'user'
20
- patch = EacRedmineUsability::Patches::User
20
+ patch = RedmineRemotes::Patches::User
21
21
  target = User
22
22
  target.send(:include, patch) unless target.included_modules.include?(patch)
@@ -3,7 +3,7 @@
3
3
  module RedmineRemotes
4
4
  SLUG = 'redmine_remotes'
5
5
  NAME = 'Redmine Remotes'
6
- VERSION = '0.16.5'
6
+ VERSION = '0.16.6'
7
7
  AUTHOR = 'Eduardo Henrique Bogoni'
8
8
  SUMMARY = 'Integração do Redmine com trackers diversos.'
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redmine_remotes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.5
4
+ version: 0.16.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Henrique Bogoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-21 00:00:00.000000000 Z
11
+ date: 2025-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: avmtrf1-tools