ruby_llm-schema 0.2.3 → 0.2.4
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 +4 -4
- data/RELEASE.md +8 -0
- data/lib/ruby_llm/schema/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 04e8a7c652e5fa46b0dff7bd8d7dacd68909e8ada67cb8545a2e71513ecd8b22
|
|
4
|
+
data.tar.gz: efea7f81c24d44ec25afa91164119983edf4eae98c52efabb324d35f18ac30a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 52f173eda29165f70ee8ea99748ad51ec3614aea99cbe2fe04f32f3908aeca913985dc0c7655ef5dc87ae0513cf766e999f5f4b25465be7d588ca4616776e67d
|
|
7
|
+
data.tar.gz: 4a117fa0fffa4f4bdad9df1a55420c555a667ab962f158642329f84ce5228232d2a53041ca2fc6aa1853c317e0836d599ab78c244ae1e82fdd3951d046a0ae51
|
data/RELEASE.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Release process
|
|
2
|
+
|
|
3
|
+
1. Bump the version in `lib/ruby_llm/schema/version.rb`
|
|
4
|
+
2. Run `bundle install` to update the gemspec
|
|
5
|
+
3. Commit the changes with a message like "Bump version to X.Y.Z"
|
|
6
|
+
4. Run `bundle exec rake release:prepare` to create a release branch and push it to GitHub
|
|
7
|
+
5. Github Actions will run the tests and publish the gem if they pass
|
|
8
|
+
6. Delete the release branch: `git branch -d release/<version> && git push origin --delete release/<version>`
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby_llm-schema
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Friis
|
|
@@ -48,6 +48,7 @@ files:
|
|
|
48
48
|
- ".rspec"
|
|
49
49
|
- LICENSE.txt
|
|
50
50
|
- README.md
|
|
51
|
+
- RELEASE.md
|
|
51
52
|
- Rakefile
|
|
52
53
|
- lib/ruby_llm/schema.rb
|
|
53
54
|
- lib/ruby_llm/schema/dsl.rb
|