controller_runtime 0.1.0 → 0.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: 5f016c53eefb11513de21c5efe7b053ce18380856fdf3313e79bdf0c3bdab6c2
4
- data.tar.gz: 99990d6745a1268a35290078dbb884728c0e19a7652f4146cfed1be33fb26bb1
3
+ metadata.gz: 11547fc751f602b834305465de07d14c1c043526f3d2852d5d0e575c8a48e720
4
+ data.tar.gz: f142f9d2b90f0275650cfdbab073117ccae99cf6ae7f41d0e76b51b5dccf6acc
5
5
  SHA512:
6
- metadata.gz: a6bb0131f8666a554b152d4dbda04ac1efc36812e6d00b4b7ca382cd980e3bfb99d8cdb85a7482c99ecae600503764640a1349670066d73de89491f692debd77
7
- data.tar.gz: 8eba4377b00da565e6f86c6340aef131943ede48d183d15f7f2aaff5478827ad455083e58b3b52907978428a0c39ea61894e59f432cafd40e7235d66df2b2059
6
+ metadata.gz: c835aa0032fd0a65bf152679eae222cc02aaa6ee2aaeed3dd995cd83eb7819a53fca7bf7a57a5e4b4f9ac04334020054d7f9b8af1388ab82cf0572ddae6c0c91
7
+ data.tar.gz: 91ea44a00a7bd095a40b9fe1d818c01f683e35429a9c341b29e1470a5181557c5b6005e1480e3b7bd6db95e5a7f8b698353e9b85bbc7fda3d595156d67d44973
data/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.1] - 2023-12-14
11
+
12
+ ### Changed
13
+
14
+ - Updated gem name in README
15
+
10
16
  ## [0.1.0] - 2023-12-14
11
17
 
12
18
  ### Added
data/README.md CHANGED
@@ -4,11 +4,11 @@
4
4
 
5
5
  Install the gem and add to the application's Gemfile by executing:
6
6
 
7
- $ bundle add UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
7
+ $ bundle add controller_runtime
8
8
 
9
9
  If bundler is not being used to manage dependencies, install the gem by executing:
10
10
 
11
- $ gem install UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
11
+ $ gem install controller_runtime
12
12
 
13
13
  ## Usage
14
14
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ControllerRuntime
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: controller_runtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christoph Lupprich