rspec-activesupport 0.2.0 → 0.3.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: e36a06df688c16b71cc44207a455dd49171d3e3a9ae71ed67ff4a812dde388d5
4
- data.tar.gz: e09fee1f71f0d5c58e502566998c0ff1c48508c076405ee6a465c3f18ffa0c00
3
+ metadata.gz: 62836d659fd734329ea9d180e2e653968994911b420377cea3b5ba46d0571231
4
+ data.tar.gz: 61ccb88d9b5cf0091ee2424d1dd95d0cd47ba1fbfb3016b355e4128377b009da
5
5
  SHA512:
6
- metadata.gz: 1b11d841e04a7cc78eff2bdc44ebdadc5d777180cbb48ef2c2eaceff60bf40e3b18201be52e61a3c244e79a98afbd2b302ea441ecfd3907a9d8b8959c7e74eb8
7
- data.tar.gz: 57b5970efa07205c7c1a4661bee994b4f9c31e068c917d17e233e914b3096cf4bfe67e0fde4f3294e7d56c4ec789b49b6d19e49de2e73ca4b8a8a7944ec53ec0
6
+ metadata.gz: d6dbc0adc5c3da405a9537d2e41e594f3626bf4d13e8a94f46253b454fb82cef50e74db9a36859af8e1745870b95e78a0bdfdce926903ffe082991ad90c87a42
7
+ data.tar.gz: 5df534e5e0275ddc093f1f0d0d0b8ac692b3040222a634a2564f8a24e305ef11957a62de83415508b41d0459d40e07f8f1d9e2314ec4c9a3c4f57596421593ae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,77 @@
1
- ## [Unreleased]
1
+ # Changelog
2
2
 
3
- ## [0.1.0] - 2024-07-27
3
+ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
4
4
 
5
- - Initial release
5
+ ---
6
+ ## [0.3.1](https://github.com/ryancyq/rspec-activesupport/compare/v0.3.0..v0.3.1) - 2026-08-21
7
+
8
+ ### Dependencies
9
+
10
+ - **(deps)** bump actions/checkout from 6 to 7 ([#13](https://github.com/ryancyq/rspec-activesupport/issues/13)) - ([1bb1166](https://github.com/ryancyq/rspec-activesupport/commit/1bb116698776ba1e874a987f1239af4a6a07e5bc)) - dependabot[bot]
11
+ - **(deps)** bump rubygems/configure-rubygems-credentials ([#12](https://github.com/ryancyq/rspec-activesupport/issues/12)) - ([be481c2](https://github.com/ryancyq/rspec-activesupport/commit/be481c20ad544debe4d0142f3d448f80db966ba1)) - dependabot[bot]
12
+
13
+ ---
14
+ ## [0.3.0](https://github.com/ryancyq/rspec-activesupport/compare/v0.2.0..v0.3.0) - 2026-05-16
15
+
16
+ ### Dependencies
17
+
18
+ - **(deps)** bump orhun/git-cliff-action from 3 to 4 - ([2e84eed](https://github.com/ryancyq/rspec-activesupport/commit/2e84eed3a9011a4bf26d0e85c43d0d7a5626da3f)) - dependabot[bot]
19
+ - **(deps)** bump actions/checkout from 4 to 6 - ([1efe441](https://github.com/ryancyq/rspec-activesupport/commit/1efe44144ca7cc88984e8dee6ace7386b9b7f06f)) - dependabot[bot]
20
+ - update appraisal to support active support 8.x - ([e05bbd8](https://github.com/ryancyq/rspec-activesupport/commit/e05bbd8d073057a3d13bc43f2d910b93b9c2d651)) - Ryan Chang
21
+
22
+ ---
23
+ ## [0.2.0](https://github.com/ryancyq/rspec-activesupport/compare/v0.1.2..v0.2.0) - 2024-10-03
24
+
25
+ ### Dependencies
26
+
27
+ - **(deps)** bump rspec-expectations from 3.13.1 to 3.13.3 - ([0e6721a](https://github.com/ryancyq/rspec-activesupport/commit/0e6721a4da0afd5f7d7be4e0d49515f0a0387304)) - dependabot[bot]
28
+ - **(deps)** bump activesupport from 7.2.0 to 7.2.1 - ([ea73c43](https://github.com/ryancyq/rspec-activesupport/commit/ea73c4322a1d3285be36ea1781602e7c4bf821b3)) - dependabot[bot]
29
+ - **(deps-dev)** bump rubocop from 1.65.1 to 1.66.0 - ([0f8e701](https://github.com/ryancyq/rspec-activesupport/commit/0f8e7015772d6056be67114bde212aebcde57a52)) - dependabot[bot]
30
+ - **(deps-dev)** bump rubocop from 1.66.0 to 1.66.1 - ([1edaec3](https://github.com/ryancyq/rspec-activesupport/commit/1edaec33ae071df9eb37dd0a0b79ebef465a6ff1)) - dependabot[bot]
31
+ - **(deps-dev)** bump rubocop-rspec from 3.0.4 to 3.1.0 - ([2494e9a](https://github.com/ryancyq/rspec-activesupport/commit/2494e9aa3788fd1b9e14dab31a4c1c6ef3101506)) - dependabot[bot]
32
+ - relax to >= ruby 2.5, bump activesupport to >= 6.1 - ([84f1638](https://github.com/ryancyq/rspec-activesupport/commit/84f16381e8c5c95bf3936e2567a857fb995d38a6)) - Ryan Chang
33
+ - use ruby 2.5 syntax for instance type check - ([cea7322](https://github.com/ryancyq/rspec-activesupport/commit/cea73229a5d272df1e076a5f5fc31ba74d74b3b0)) - Ryan Chang
34
+ - use appraisal gem to generate Gemfile for different activesupport version - ([1d1f5c9](https://github.com/ryancyq/rspec-activesupport/commit/1d1f5c98901220d2af71bd21b8942026807d4465)) - Ryan Chang
35
+
36
+ ### Documentation
37
+
38
+ - update spec_helper.rb file path - ([f37c6f7](https://github.com/ryancyq/rspec-activesupport/commit/f37c6f731d092f889e68168abbb0b32d8a79e5c2)) - Ryan Chang
39
+ - add codeclimate badge - ([b0b3f73](https://github.com/ryancyq/rspec-activesupport/commit/b0b3f731d821b15aabca32e703d2cc014a7822f2)) - Ryan Chang
40
+
41
+ ---
42
+ ## [0.1.2](https://github.com/ryancyq/rspec-activesupport/compare/v0.1.1..v0.1.2) - 2024-08-18
43
+
44
+ ### Dependencies
45
+
46
+ - update gemspec description - ([9ce149d](https://github.com/ryancyq/rspec-activesupport/commit/9ce149d405f17803b2de5f05efe4a6a3c869159e)) - Ryan Chang
47
+
48
+ ### Documentation
49
+
50
+ - update readme - ([2aefc0a](https://github.com/ryancyq/rspec-activesupport/commit/2aefc0ac20d1e66386c50ea3af86578f7867c146)) - Ryan Chang
51
+ - update readme with grammar corrections - ([7bcff26](https://github.com/ryancyq/rspec-activesupport/commit/7bcff264cef2ac7dd4ed525c3b237bf25d4d6ad4)) - Ryan Chang
52
+ - update readme with correct CI link - ([d05b81f](https://github.com/ryancyq/rspec-activesupport/commit/d05b81fe85043a091f39f07cb12c0fcd803bc38d)) - Ryan Chang
53
+
54
+ ---
55
+ ## [0.1.1] - 2024-08-18
56
+
57
+ ### Bug Fixes
58
+
59
+ - gemspec require statement for version - ([be1fe96](https://github.com/ryancyq/rspec-activesupport/commit/be1fe96f2639412e2199fd70283c7cdfa67fb0ef)) - Ryan Chang
60
+ - rename have_deprecated to warn_depreacation - ([88e3736](https://github.com/ryancyq/rspec-activesupport/commit/88e37363c4060ff7aec84b408628356ba6a4ff3d)) - Ryan Chang
61
+
62
+ ### Dependencies
63
+
64
+ - update gem file - ([0e6263f](https://github.com/ryancyq/rspec-activesupport/commit/0e6263f02d922ffd39039ea8ccb0bc1f579f73be)) - Ryan Chang
65
+ - update gemspec - ([90bd248](https://github.com/ryancyq/rspec-activesupport/commit/90bd248bdb8f5a4dfa7d4cc7a9d6acdf554d2bf6)) - Ryan Chang
66
+ - initialize lib and spec structure - ([e539cc7](https://github.com/ryancyq/rspec-activesupport/commit/e539cc7743028ad44447ee17625011aecf405c76)) - Ryan Chang
67
+ - ensure folder structure are following snake case for consistent require statements - ([146dd9a](https://github.com/ryancyq/rspec-activesupport/commit/146dd9a27ddf4aa35fa89d7f2c10c458f6ba33fc)) - Ryan Chang
68
+ - rename Rspec to RSpec - ([51780f0](https://github.com/ryancyq/rspec-activesupport/commit/51780f065a35358a01c16afd88a2b5478aefdc13)) - Ryan Chang
69
+ - use ruby 3.3.4 - ([cf54c61](https://github.com/ryancyq/rspec-activesupport/commit/cf54c6128fd58361fdd300e41a9f11e27f13b021)) - Ryan Chang
70
+ - update gemfile lock - ([e822fcb](https://github.com/ryancyq/rspec-activesupport/commit/e822fcb8c4088f44ec95c51e0746cbf631647f9a)) - Ryan Chang
71
+
72
+ ### Documentation
73
+
74
+ - update readme - ([40a8ec7](https://github.com/ryancyq/rspec-activesupport/commit/40a8ec7812384edc8feb52086060ca985dd1139c)) - Ryan Chang
75
+ - fix readme typo - ([2ef3ea2](https://github.com/ryancyq/rspec-activesupport/commit/2ef3ea239eb138be2b25d1721238d67dfaf2f981)) - Ryan Chang
76
+
77
+ <!-- generated by git-cliff -->
@@ -12,8 +12,8 @@ module RSpec
12
12
 
13
13
  module VERSION
14
14
  MAJOR = 0
15
- MINOR = 2
16
- BUILD = 0
15
+ MINOR = 3
16
+ BUILD = 1
17
17
  PRE = nil
18
18
 
19
19
  STRING = [MAJOR, MINOR, BUILD, PRE].compact.join(".")
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-activesupport
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Chang
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-10-03 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activesupport
@@ -63,7 +62,6 @@ metadata:
63
62
  homepage_uri: https://github.com/ryancyq/rspec-activesupport
64
63
  source_code_uri: https://github.com/ryancyq/rspec-activesupport
65
64
  changelog_uri: https://github.com/ryancyq/rspec-activesupport/blob/main/CHANGELOG.md
66
- post_install_message:
67
65
  rdoc_options: []
68
66
  require_paths:
69
67
  - lib
@@ -78,8 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
76
  - !ruby/object:Gem::Version
79
77
  version: '0'
80
78
  requirements: []
81
- rubygems_version: 3.5.16
82
- signing_key:
79
+ rubygems_version: 3.6.9
83
80
  specification_version: 4
84
81
  summary: RSpec matcher for ActiveSupport test assertions
85
82
  test_files: []