tag_options 1.3.1 → 1.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 416b4a714b85d92ffe1d81481749e7e75f3ebb6a5ef2f9c40330a544dd3cd774
4
- data.tar.gz: ef14412ef73a773aaec41c5f2cd7f9a715e7f3368b5d1338d4d85dfaf6af0d4c
3
+ metadata.gz: '0819a2033aab945266136d790144f8163007dd481fc85bd29176b5d2efa34101'
4
+ data.tar.gz: 3acd88c4e4b52a851e3e36802bf6133d34261cf4412794595be6b85c98aac2ba
5
5
  SHA512:
6
- metadata.gz: 664555bb319ec2add3dc7887b80b3e8e4ce84e288707c2a73eb003e72474549505bd401cebab4adc3eae78ed624a60ff28f9f50af9b431bae2322a5038a5b821
7
- data.tar.gz: 0c5693a2ab6f3ad7ed39a1f4b29a0b0683394cfd6b1895f8d9a33379aa72c63d241f0285055296c7cd228a8741d482f5fee030cc5dd8751e07ad128119fb213c
6
+ metadata.gz: 5e9b1a016760f0c0027f67bc6193f07b5817207b3a1ec78482e74fad59e962203ff8706bbd3d42f532a787d36a5bbd529cb7d40c6babe17aefb4f4868380e708
7
+ data.tar.gz: bb99a982289d72a5ed72902cb97b8926c964ca7ea48c275d70d63dbb1e6ac4344e01bdb01f6627454f09d238a6c52652182f4a6eddad44ad68d3d6342cd487e2
data/CHANGELOG.md CHANGED
@@ -2,10 +2,14 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [1.4.0] - 2023-04-15
6
+
7
+ - Removed support for Ruby 2.7.
8
+
5
9
  ## [1.3.1] - 2023-03-06
6
10
 
7
11
  - Fixed a bug where keys with empty values were being populated when using
8
- `at()` against a non-existant key and the values passed to `combine!`, `set!`,
12
+ `at()` against a non-existant key and the values passed to `combine!`, `set!`,
9
13
  or `default` resolved to no values or where `remove!` removed all values.
10
14
 
11
15
  ## [1.3.0] - 2023-03-03
@@ -22,7 +26,7 @@ for more information.
22
26
  - Fixed bug introduced when switching to
23
27
  `ActiveSupport::HashWithIndifferentAccess` that prevented a `TagOptions::Hash`
24
28
  from being passed to a method using double splat, e.g. `some_method
25
- **options`.
29
+ **options`.
26
30
 
27
31
  ## [1.2.0] - 2023-03-02
28
32
 
data/MIT-LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021 Alex Monroe
3
+ Copyright (c) 2023 Alex Monroe
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,3 +1,3 @@
1
1
  module TagOptions
2
- VERSION = "1.3.1"
2
+ VERSION = "1.4.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tag_options
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Monroe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-06 00:00:00.000000000 Z
11
+ date: 2023-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -24,20 +24,6 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
- - !ruby/object:Gem::Dependency
28
- name: rspec
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: '0'
34
- type: :development
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ">="
39
- - !ruby/object:Gem::Version
40
- version: '0'
41
27
  description: Simple library for manipulating options passed to various Rails tag helpers.
42
28
  email:
43
29
  - alex@monroepost.com
@@ -76,7 +62,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
62
  requirements:
77
63
  - - ">="
78
64
  - !ruby/object:Gem::Version
79
- version: 2.7.0
65
+ version: 3.0.0
80
66
  required_rubygems_version: !ruby/object:Gem::Requirement
81
67
  requirements:
82
68
  - - ">="