moj_components 0.2.1 → 0.2.2

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: 1e39b172772b1c6ec28043054bee49f2699d2aeeca2c55f05d8e271642db597f
4
- data.tar.gz: 01e53ab486c36ae93e1ec7342390b7b932b8880bf9813cd6a5db79ed55dbad2a
3
+ metadata.gz: a745711c62e209c0963c446b7aad23f4a977925338b5ba74130fd869326a1bb9
4
+ data.tar.gz: 4aa605e6bdcc14faac5656cff6f31315763f9133ac7f77cb0db590f74c5b47a6
5
5
  SHA512:
6
- metadata.gz: 8630148e33ceae42fc5f02a3845fb1c3d931e380cfc7e7df4cbd8d2dad4a589fc152023524fbed5837051fed7e1c1fea30e36f16dce455182ab8f364c78facf8
7
- data.tar.gz: dc6124778dd7da6bb302165461d31ac1168c243d0884891b727a3175f08f93758ec5f82cdb179c62405be0e448f815f2ab4c07b48532d481e53cb91ea6cc6d5c
6
+ metadata.gz: 28697f44d46d9a2cf411d68f121b12c392af9c416370dc8babdf480293a8887e281d75ffbc8db3d2b58fe1bc1b52a891fcac723271df613388dd7701cc8aebe0
7
+ data.tar.gz: c6b3a23aba051c9f369f4f068f388e3ee39c126a2d6e7239c4a7f4128621cb5d0fbce6791964f9e3fa878e05c5d75331dae11fdc8d87df8911274220c5c644a5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.2] - 2026-08-05
4
+
5
+ - Update to separate uat and prod deployments
6
+ - Add explicit resources to deployment
7
+
3
8
  ## [0.2.1] - 2026-07-21
4
9
 
5
10
  - Update workflow so that release.yml will be triggered
data/README.md CHANGED
@@ -44,6 +44,8 @@ More [information about each of the components is available here.](https://moj-c
44
44
 
45
45
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
46
46
 
47
+ To install this gem onto your local machine, run `bundle exec rake install`.
48
+
47
49
  ### Ruby versions in this repo
48
50
 
49
51
  - Local gem development uses the version in .ruby-version (currently 3.3.11).
@@ -53,7 +55,18 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
53
55
  - compatibility across supported Ruby versions for the gem
54
56
  - production-style runtime smoke checks for the dummy app/Lookbook
55
57
 
56
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
58
+ ## Releasing
59
+
60
+ Release a new version by running the ["Release gem" workflow](https://github.com/ministryofjustice/moj-components/actions/workflows/release.yml) and entering a version in `X.Y.Z` format (for example, `1.0.0`). The workflow creates a release branch and opens a PR to main for this new version.
61
+
62
+ The release PR updates:
63
+
64
+ - lib/moj_component/version.rb
65
+ - CHANGELOG.md
66
+ - Gemfile.lock
67
+ - spec/dummy/Gemfile.lock
68
+
69
+ After the PR is merged, publish.yml runs automatically, creates and pushes the version tag, and publishes the gem to RubyGems.
57
70
 
58
71
  ## Contributing
59
72
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MojComponent
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  Version = VERSION
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moj_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ministry of Justice