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 +4 -4
- data/doc/CHANGELOG +4 -0
- data/lib/redmineup/patches/compatibility/user_patch.rb +3 -3
- data/lib/redmineup/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f8f8df6b0546cd2b666a238c013c600b54d1fca8c9b68261673bc2256079c93
|
|
4
|
+
data.tar.gz: 5901b81ca53254bf78eab4de85be957647219886d6814b5dbb57ff0a30455aff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
20
|
-
|
|
21
|
-
end
|
|
19
|
+
unless User.included_modules.include?(Redmineup::Patches::Compatibility::UserPatch)
|
|
20
|
+
User.send(:include, Redmineup::Patches::Compatibility::UserPatch)
|
|
21
|
+
end
|
data/lib/redmineup/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2026-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|