cpl 2.2.2 → 2.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e940c7b8482b8a169eaffb14fcbc0f1b97755f13bfa747c681d0da832b10ed52
4
- data.tar.gz: faabae35d4c0d7adfbdac9df66c5122f25cfad62120c6dcf9a808748423d1c2f
3
+ metadata.gz: 7a5f2c1e3b677b3163d98257382d10188d079ead62c8b447b072060cf38ad82f
4
+ data.tar.gz: ef454b908380d6fdad636ec9d77e37840d294b892a83c5ef32f57333a416553e
5
5
  SHA512:
6
- metadata.gz: 202edacf78d176b299412660f47fcf4a5086780fd1a338f0aa15a443848e6da2a0a9dca0616e39a3ea192ee356714c4e69c4f215bd43fbca63430fd1aa8d5834
7
- data.tar.gz: 1bd2369dc1df836d57a7e9ac18f7e006ff5843cc1298c9c3c7340d4681e762826a2fbb003a789fdb06aefd26fddd2d7d1e41f60ec16d695e51f35ec2c78b74f8
6
+ metadata.gz: 4e8ddd851a4d485172e8609eba4f69dcd68d7406c4ffd83bbabf0fb1d55cbfe35d47a7aadd13b5349815c8fae71c0e98fe1c0391d6e3b6d8808c037dcc27428d
7
+ data.tar.gz: 91637a5c3c0ceb2cdb7f536566f7926b962d3c8f2dff8af3d7cc2110905a62983001a885f8de558902b738a43da99cf409730490b20ce59d84b1f8c23370d29c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cpl (2.2.2)
4
+ cpl (2.2.4)
5
5
  debug (~> 1.7.1)
6
6
  dotenv (~> 2.8.1)
7
7
  jwt (~> 2.8.1)
data/cpl.gemspec CHANGED
@@ -41,5 +41,5 @@ Gem::Specification.new do |spec|
41
41
 
42
42
  spec.post_install_message = "DEPRECATED: The `cpl` gem has been renamed to `cpflow` " \
43
43
  "and will no longer be supported. " \
44
- "Please switch to `shakaflow` as soon as possible."
44
+ "Please switch to `cpflow` as soon as possible."
45
45
  end
data/lib/cpl/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cpl
4
- VERSION = "2.2.2"
4
+ VERSION = "2.2.4"
5
5
  MIN_CPLN_VERSION = "2.0.1"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpl
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.2
4
+ version: 2.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Gordon
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-06-20 00:00:00.000000000 Z
12
+ date: 2024-06-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: debug
@@ -320,7 +320,7 @@ licenses:
320
320
  metadata:
321
321
  rubygems_mfa_required: 'true'
322
322
  post_install_message: 'DEPRECATED: The `cpl` gem has been renamed to `cpflow` and
323
- will no longer be supported. Please switch to `shakaflow` as soon as possible.'
323
+ will no longer be supported. Please switch to `cpflow` as soon as possible.'
324
324
  rdoc_options: []
325
325
  require_paths:
326
326
  - lib