thredded-workgroup 0.3.0 → 0.3.1
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/CHANGELOG.md +3 -1
- data/lib/thredded/workgroup/version.rb +1 -1
- data/thredded-workgroup.gemspec +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: 5efefc1d7010c94166f28b7c5eef2f1068aed1e7695b7b322e39a51456b6b46b
|
|
4
|
+
data.tar.gz: 7557fd4b245b16ccabfc6e2c1bacd5d93e2688ba222ddb424330774cbe38d9a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b7c4da998f27f48915f3cc3c55fb85d34f62d754d9adb14e579faa9a88cf24b5932a2d270521955968a8557e3bb33f573f9f75f8fadce867248040a699075ec5
|
|
7
|
+
data.tar.gz: 4f596f4e2fe49ac827056557a7ec902f7686684ccde0db38c21470726118d12d6ecada6d0857e8906aaad26f00e66c59c4e29a8775b8aef21f726579c5de5342
|
data/CHANGELOG.md
CHANGED
data/thredded-workgroup.gemspec
CHANGED
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
|
|
|
14
14
|
|
|
15
15
|
s.summary = "Extension to Thredded with features for workgroup messaging (Unread, Unreplied, Following)."
|
|
16
16
|
s.description = "Write a longer description or delete this line."
|
|
17
|
-
s.homepage = "https://github.com/
|
|
17
|
+
s.homepage = "https://github.com/thredded/thredded-workgroup"
|
|
18
18
|
s.license = "MIT"
|
|
19
19
|
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|system)/}) }
|
|
20
20
|
s.bindir = "exe"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thredded-workgroup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Diggins
|
|
@@ -488,7 +488,7 @@ files:
|
|
|
488
488
|
- script/dummy-console
|
|
489
489
|
- shared.gemfile
|
|
490
490
|
- thredded-workgroup.gemspec
|
|
491
|
-
homepage: https://github.com/
|
|
491
|
+
homepage: https://github.com/thredded/thredded-workgroup
|
|
492
492
|
licenses:
|
|
493
493
|
- MIT
|
|
494
494
|
metadata: {}
|