availabiliter 1.0.1 → 1.1.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: 715d134793c1f26305a5164c6c721bdf4f0510ddb4ee6c5f1258e814cdc824a0
4
- data.tar.gz: 1a82abd42dcf27249f3fe97aba5096f03c312c9cd455b53a3f4e6fa21b0ad03a
3
+ metadata.gz: 80f0aa216221b7c5c8beb1dd5f10a892ba74bb286534dd5928a2c914b2a85190
4
+ data.tar.gz: ac3a687d2fe8f7a4585940d05ae62a0f76f78f82dee59443fe2c8a422bd99441
5
5
  SHA512:
6
- metadata.gz: c3b92e1d464397f046002d023d794ef444d57c652d57ce03ea1bc7dd83a70a2449c12a13e1c207b809296d63a1d4d183ce94a2ade3cca7c3c877e60e400fdb6c
7
- data.tar.gz: 4646bd05745196473b307616db09056d11f1b7cb8840064a345dd6a33bddb2f8772a4eb64af78827f40adc24909ab9fa68ee6492d7b14cf80c1aca1472c711ec
6
+ metadata.gz: 103364008aaf99c6beab08e556fa39e8203e0d1c3573d8344167715a5d09aaedb427b80ac1040c64fab0597461bfd813d73b41e8ff02ef3d40c13836d5e8fc6f
7
+ data.tar.gz: d39416122ff77a0017ffb1670baac4fa539b4c88b266f19858d816c1fa4ce06b962b7b19adbb45e2fa5680a27e3360ef9ff390e973f76a57968399b8e6ffa03c
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
  - Easy integration in Rails
3
3
  - Allow to pick your own infinity format
4
4
 
5
+ # 1.1.1
6
+ - Fix version name typo
7
+
8
+ # 1.1.0
9
+ - Add official support for ruby 3.2.2
10
+
5
11
  ## 1.0.1
6
12
  - Fix options validator bug
7
13
  - Modify gem description
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class Availabiliter
4
- VERSION = "1.0.1"
4
+ VERSION = "1.1.1"
5
5
  end
@@ -3,7 +3,7 @@ require_relative "../lib/availabiliter"
3
3
 
4
4
  desc "Run the tests against all ruby versions"
5
5
  task :test_ruby_versions do
6
- authorized_versions = ["3.1.2", "3.0.4", "2.7.6", "2.7.2"]
6
+ authorized_versions = ["3.2.2", "3.1.4", "3.0.6", "2.7.8", "2.7.2"]
7
7
 
8
8
  authorized_versions.each do |version|
9
9
  print "---------RUNNING TEST FOR RUBY #{version}---------"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: availabiliter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - lioneldebauge
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-18 00:00:00.000000000 Z
11
+ date: 2023-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry