Compare commits
2 Commits
dec346254c
...
d1819f2b64
| Author | SHA1 | Date | |
|---|---|---|---|
| d1819f2b64 | |||
| df8fb2fb8c |
0
examples/full_demo.rb
Executable file → Normal file
0
examples/full_demo.rb
Executable file → Normal file
@@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Notare
|
module Notare
|
||||||
VERSION = "0.0.1"
|
VERSION = "0.0.2"
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|||||||
spec.authors = ["Mathias"]
|
spec.authors = ["Mathias"]
|
||||||
spec.summary = "A Ruby gem for creating docx files with a simple DSL"
|
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.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.license = "MIT"
|
||||||
spec.required_ruby_version = ">= 3.0.0"
|
spec.required_ruby_version = ">= 3.0.0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user