2 Commits

Author SHA1 Message Date
d1819f2b64 Update version
Some checks failed
CI Pipeline / build (push) Failing after 11s
2025-12-02 13:44:59 +01:00
df8fb2fb8c Update git path 2025-12-02 13:43:02 +01:00
3 changed files with 2 additions and 2 deletions

0
examples/full_demo.rb Executable file → Normal file
View File

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Notare
VERSION = "0.0.1"
VERSION = "0.0.2"
end

View File

@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Mathias"]
spec.summary = "A Ruby gem for creating docx files with a simple DSL"
spec.description = "Notare provides a clean DSL for creating Word documents in Ruby"
spec.homepage = "https://github.com/mathias/notare"
spec.homepage = "https://git.kaukus.no/Kaukus/Notare"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.0.0"