Skip to content

Commit d660109

Browse files
committed
bump version to 0.1.12 and lower minimum Ruby version to 3.1
1 parent d7c2fbd commit d660109

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
promptly (0.1.11)
4+
promptly (0.1.12)
55
actionview (~> 7.2)
66

77
GEM

lib/promptly/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Promptly
4-
VERSION = "0.1.11"
4+
VERSION = "0.1.12"
55
end

promptly.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.description = "Build maintainable, localized, and testable AI prompts using ERB or Liquid templates with Rails conventions"
1313
spec.homepage = "https://github.com/wilburhimself/promptly"
1414
spec.license = "MIT"
15-
spec.required_ruby_version = ">= 3.3", "< 3.4"
15+
spec.required_ruby_version = ">= 3.1", "< 3.4"
1616

1717
spec.metadata["allowed_push_host"] = "https://rubygems.org"
1818

0 commit comments

Comments
 (0)