phraseapp-in-context-editor-ruby 3.0.0 → 3.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09476e9967528243584d88b2eab3153a64e77e7c6287bb4044d93f5b8d7535b0'
4
- data.tar.gz: cfbdb848d7157a8ca3214db1288c43790548e4bb834c016b9ee5dd8473340810
3
+ metadata.gz: 959f0ae7643190cc4795de334ab0d9b64fb52486b1de166ccdcfab9d50f29c78
4
+ data.tar.gz: c12667b6c1da8dea65ff830647828c34216d723de98c815e6628265d639e1e7b
5
5
  SHA512:
6
- metadata.gz: fea36910dec30f4b064ebdf5b1d9a0a155db20edd586498606a8c1fc1e925c7360cbf13a152c9b592696658ea6f73997cce5d701eca853497f2f512f3cc88375
7
- data.tar.gz: d0d529d0f425c97c992196448ac9c3865f688259b245db12dd7e4be9d1a2d9271f261b97f2e3ecc924402dbe50cd0e37789b97e3a0b8cb3ea938e9771d1c9498
6
+ metadata.gz: 5e7f7de78f617562fe35effa1162c97d5dc0b938549155ed5ff9d6223821f3380bc361956c5b78d00c5d8a2470bc6802ea8cc2a97989d0c93c880f5188d1904b
7
+ data.tar.gz: 8467589b50d701dd648efe7546cce5b3680f282b3545ed11f698d9424438f4721e69be95ffee7e16ef972db0f7525c83df397c2d494611155069fb6b2eb05e3a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [3.0.1](https://github.com/phrase/phraseapp-in-context-editor-ruby/compare/v3.0.0...v3.0.1) (2024-06-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Adjust module name to fix semantic release bumps ([#84](https://github.com/phrase/phraseapp-in-context-editor-ruby/issues/84)) ([f97ed2d](https://github.com/phrase/phraseapp-in-context-editor-ruby/commit/f97ed2d81a755fa97e3a9a908e42eb8f99e78cc2))
7
+
1
8
  # [3.0.0](https://github.com/phrase/phraseapp-in-context-editor-ruby/compare/v2.1.2...v3.0.0) (2024-05-21)
2
9
 
3
10
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- phraseapp-in-context-editor-ruby (2.1.0)
4
+ phraseapp-in-context-editor-ruby (3.0.0)
5
5
  i18n (~> 1.0)
6
6
  json (~> 2.0)
7
7
  request_store (~> 1.2)
@@ -1,3 +1,3 @@
1
- module PhraseApp
2
- VERSION = "3.0.0"
1
+ module PhraseappInContextEditor
2
+ VERSION = "3.0.1"
3
3
  end
@@ -4,7 +4,7 @@ require "./lib/phraseapp-in-context-editor-ruby/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "phraseapp-in-context-editor-ruby"
7
- s.version = PhraseApp::VERSION
7
+ s.version = PhraseappInContextEditor::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.required_ruby_version = ">= 3.1.0"
10
10
  s.authors = ["Phrase"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phraseapp-in-context-editor-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phrase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-21 00:00:00.000000000 Z
11
+ date: 2024-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json