redmineup 1.1.6 → 1.1.7

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: ffc6eee33542600145eba2fd7789b0b4166fc992752e1ae73123d2b92a290588
4
- data.tar.gz: 2f1bb7682cea36f0bab2481fe3e13f67e54736bd0751442d4e90652144a73589
3
+ metadata.gz: 6f8f8df6b0546cd2b666a238c013c600b54d1fca8c9b68261673bc2256079c93
4
+ data.tar.gz: 5901b81ca53254bf78eab4de85be957647219886d6814b5dbb57ff0a30455aff
5
5
  SHA512:
6
- metadata.gz: 398413f2a14e103ab19db992c186d142fe7acfb31a9c90a26b56880cfa084662250dd807d362a533ede13fd2f0df00813eeefb05c9f1869a37e74158da2d4eb3
7
- data.tar.gz: b344e60e5a6dc5f551da6cd17fa2a055445a3a1dbac62647a8677a07e1c06c092fe10fcce12c8e944ffb6b3b2136bac9c25a5c6416c1289af84de514d5e05afb
6
+ metadata.gz: f10631319aab3f2ed797cbdb0d9c91f6f9f079cb9f7215c769b5e8416951b2d127ae2173209e2ec098d409a211ac255551e1b5b31fa9ea7c7fdc6fe40ce6dff1
7
+ data.tar.gz: af16c6904f761b0db76bbc6b3d5ee6a4e4488ca492fbec79fe6f60fc9ea0ef651e61c25845f23ae79e64c312a319adddb3f30c41e2d60ccf74bf12f7733c9c40
data/doc/CHANGELOG CHANGED
@@ -4,6 +4,10 @@ Redmine UP gem - general functions for plugins (tags, vote, viewing, currency)
4
4
  Copyright (C) 2011-2026 Kirill Bezrukov (RedmineUP)
5
5
  https://www.redmineup.com/
6
6
 
7
+ == 2026-04-18 v1.1.7
8
+
9
+ * hot fix for atom/rss compatibility for redmine < 5
10
+
7
11
  == 2026-04-17 v1.1.6
8
12
 
9
13
  * Added helpers for timezone conversions
@@ -16,6 +16,6 @@ module Redmineup
16
16
  end
17
17
  end
18
18
 
19
- unless ActionDispatch::Routing::Mapper.included_modules.include?(Redmineup::Patches::Compatibility::UserPatch)
20
- ActionDispatch::Routing::Mapper.send(:include, Redmineup::Patches::Compatibility::UserPatch)
21
- end
19
+ unless User.included_modules.include?(Redmineup::Patches::Compatibility::UserPatch)
20
+ User.send(:include, Redmineup::Patches::Compatibility::UserPatch)
21
+ end
@@ -1,3 +1,3 @@
1
1
  module Redmineup
2
- VERSION = '1.1.6'
2
+ VERSION = '1.1.7'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redmineup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - RedmineUP
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-17 00:00:00.000000000 Z
11
+ date: 2026-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails