conversejs 3.9.0 → 3.10.0
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/.github/workflows/test.yml +1 -1
- data/CHANGELOG.md +17 -13
- data/conversejs.gemspec +3 -0
- data/lib/conversejs/version.rb +1 -1
- metadata +45 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 294ef48e4a744254193a7b3ea1e4690b848d7db9cce5d8d53e631b053d2c3b3d
|
|
4
|
+
data.tar.gz: 39c3c6cf3020fb4c83661eda57b5a0050bff3d84abc25eca9c8ffa69e7e8b7b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd0a868f11b9cd1b12e4b6f2489f1c7c22295ca99bbca757a05ea3a0522cea7a884363032b82200dc47d4a951dbff42b44c2578ecc86b7327d3a0e292cbad155
|
|
7
|
+
data.tar.gz: 42652a2374bbcfc5a75818720faa2bd52ee0c67e69b8602bab3c0c4f70d0c72d13f9a1a0c13dfdaa9274b29232228a95234ac9a67c062c340d0b0b76f99ec90b
|
data/.github/workflows/test.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -2,21 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
* TODO: Replace this bullet point with an actual description of a change.
|
|
4
4
|
|
|
5
|
+
### 3.10.0 (30 January 2025)
|
|
6
|
+
|
|
7
|
+
* Added all versions up to Ruby 3.4 to the CI matrix ([#12](https://github.com/hausgold/conversejs/pull/12))
|
|
8
|
+
|
|
5
9
|
### 3.9.0 (23 January 2025)
|
|
6
10
|
|
|
7
|
-
* Added support for Rails 7.1 (#11)
|
|
11
|
+
* Added support for Rails 7.1 ([#11](https://github.com/hausgold/conversejs/pull/11))
|
|
8
12
|
|
|
9
13
|
### 3.8.1 (17 January 2025)
|
|
10
14
|
|
|
11
|
-
* Added the logger dependency (#10)
|
|
15
|
+
* Added the logger dependency ([#10](https://github.com/hausgold/conversejs/pull/10))
|
|
12
16
|
|
|
13
17
|
### 3.8.0 (12 January 2025)
|
|
14
18
|
|
|
15
|
-
* Switched to Zeitwerk as autoloader (#9)
|
|
19
|
+
* Switched to Zeitwerk as autoloader ([#9](https://github.com/hausgold/conversejs/pull/9))
|
|
16
20
|
|
|
17
21
|
### 3.7.0 (3 January 2025)
|
|
18
22
|
|
|
19
|
-
* Raised minimum supported Ruby/Rails version to 2.7/6.1 (#8)
|
|
23
|
+
* Raised minimum supported Ruby/Rails version to 2.7/6.1 ([#8](https://github.com/hausgold/conversejs/pull/8))
|
|
20
24
|
|
|
21
25
|
### 3.6.5 (15 August 2024)
|
|
22
26
|
|
|
@@ -36,12 +40,12 @@
|
|
|
36
40
|
|
|
37
41
|
### 3.6.1 (9 August 2024)
|
|
38
42
|
|
|
39
|
-
* Added API docs building to continuous integration (#7)
|
|
43
|
+
* Added API docs building to continuous integration ([#7](https://github.com/hausgold/conversejs/pull/7))
|
|
40
44
|
|
|
41
45
|
### 3.6.0 (8 July 2024)
|
|
42
46
|
|
|
43
|
-
* Moved the development dependencies from the gemspec to the Gemfile (#5)
|
|
44
|
-
* Dropped support for Ruby <2.7 (#6)
|
|
47
|
+
* Moved the development dependencies from the gemspec to the Gemfile ([#5](https://github.com/hausgold/conversejs/pull/5))
|
|
48
|
+
* Dropped support for Ruby <2.7 ([#6](https://github.com/hausgold/conversejs/pull/6))
|
|
45
49
|
|
|
46
50
|
### 3.5.0 (24 February 2023)
|
|
47
51
|
|
|
@@ -49,11 +53,11 @@
|
|
|
49
53
|
|
|
50
54
|
### 3.4.0 (18 January 2023)
|
|
51
55
|
|
|
52
|
-
* Bundler >= 2.3 is from now on required as minimal version (#3)
|
|
53
|
-
* Dropped support for Ruby < 2.5 (#3)
|
|
54
|
-
* Dropped support for Rails < 5.2 (#3)
|
|
56
|
+
* Bundler >= 2.3 is from now on required as minimal version ([#3](https://github.com/hausgold/conversejs/pull/3))
|
|
57
|
+
* Dropped support for Ruby < 2.5 ([#3](https://github.com/hausgold/conversejs/pull/3))
|
|
58
|
+
* Dropped support for Rails < 5.2 ([#3](https://github.com/hausgold/conversejs/pull/3))
|
|
55
59
|
* Updated all development/runtime gems to their latest
|
|
56
|
-
Ruby 2.5 compatible version (#3)
|
|
60
|
+
Ruby 2.5 compatible version ([#3](https://github.com/hausgold/conversejs/pull/3))
|
|
57
61
|
|
|
58
62
|
### 3.3.6 (15 October 2021)
|
|
59
63
|
|
|
@@ -64,9 +68,9 @@
|
|
|
64
68
|
|
|
65
69
|
* Corrected the badge links
|
|
66
70
|
* Switched to SVG project teasers
|
|
67
|
-
* Updated Travis CI and Code Climate configs (#1)
|
|
71
|
+
* Updated Travis CI and Code Climate configs ([#1](https://github.com/hausgold/conversejs/pull/1))
|
|
68
72
|
* Changed travis-ci.org to travis-ci.com links
|
|
69
|
-
* Fix the broken tests for Sprockets 4+ (#2)
|
|
73
|
+
* Fix the broken tests for Sprockets 4+ ([#2](https://github.com/hausgold/conversejs/pull/2))
|
|
70
74
|
|
|
71
75
|
### 3.3.4 (9 May 2018)
|
|
72
76
|
|
data/conversejs.gemspec
CHANGED
|
@@ -33,6 +33,9 @@ Gem::Specification.new do |spec|
|
|
|
33
33
|
|
|
34
34
|
spec.required_ruby_version = '>= 2.7'
|
|
35
35
|
|
|
36
|
+
spec.add_dependency 'bigdecimal', '~> 3.1'
|
|
37
|
+
spec.add_dependency 'drb', '~> 2.2'
|
|
38
|
+
spec.add_dependency 'mutex_m', '~> 0.3.0'
|
|
36
39
|
spec.add_dependency 'railties', '>= 6.1', '< 8.0'
|
|
37
40
|
spec.add_dependency 'zeitwerk', '~> 2.6'
|
|
38
41
|
end
|
data/lib/conversejs/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: conversejs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hermann Mayer
|
|
@@ -9,8 +9,50 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2025-01-
|
|
12
|
+
date: 2025-01-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
15
|
+
name: bigdecimal
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
17
|
+
requirements:
|
|
18
|
+
- - "~>"
|
|
19
|
+
- !ruby/object:Gem::Version
|
|
20
|
+
version: '3.1'
|
|
21
|
+
type: :runtime
|
|
22
|
+
prerelease: false
|
|
23
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
24
|
+
requirements:
|
|
25
|
+
- - "~>"
|
|
26
|
+
- !ruby/object:Gem::Version
|
|
27
|
+
version: '3.1'
|
|
28
|
+
- !ruby/object:Gem::Dependency
|
|
29
|
+
name: drb
|
|
30
|
+
requirement: !ruby/object:Gem::Requirement
|
|
31
|
+
requirements:
|
|
32
|
+
- - "~>"
|
|
33
|
+
- !ruby/object:Gem::Version
|
|
34
|
+
version: '2.2'
|
|
35
|
+
type: :runtime
|
|
36
|
+
prerelease: false
|
|
37
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
38
|
+
requirements:
|
|
39
|
+
- - "~>"
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: '2.2'
|
|
42
|
+
- !ruby/object:Gem::Dependency
|
|
43
|
+
name: mutex_m
|
|
44
|
+
requirement: !ruby/object:Gem::Requirement
|
|
45
|
+
requirements:
|
|
46
|
+
- - "~>"
|
|
47
|
+
- !ruby/object:Gem::Version
|
|
48
|
+
version: 0.3.0
|
|
49
|
+
type: :runtime
|
|
50
|
+
prerelease: false
|
|
51
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
52
|
+
requirements:
|
|
53
|
+
- - "~>"
|
|
54
|
+
- !ruby/object:Gem::Version
|
|
55
|
+
version: 0.3.0
|
|
14
56
|
- !ruby/object:Gem::Dependency
|
|
15
57
|
name: railties
|
|
16
58
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -111,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
111
153
|
- !ruby/object:Gem::Version
|
|
112
154
|
version: '0'
|
|
113
155
|
requirements: []
|
|
114
|
-
rubygems_version: 3.
|
|
156
|
+
rubygems_version: 3.4.22
|
|
115
157
|
signing_key:
|
|
116
158
|
specification_version: 4
|
|
117
159
|
summary: Converse.js for your Rails application
|