Update version, license, and add package

This commit is contained in:
VetheonGames 2023-09-06 21:19:02 -06:00
parent 1784e6bdef
commit 22b3871196
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.files = Dir.glob('{bin,lib,sig}/**/*') + Dir.glob('*').reject do |f| spec.files = Dir.glob('{bin,lib,sig}/**/*') + Dir.glob('*').reject do |f|
f.start_with?('spec', '.rspec', 'dynamic_curses_input.gemspec') f.start_with?('spec', '.rspec', 'dynamic_curses_input.gemspec')
end end
spec.files << 'LICENSE.txt' spec.files << 'LICENSE'
spec.files << 'README.md' spec.files << 'README.md'
spec.files << 'dynamic_curses_input.gemspec' spec.files << 'dynamic_curses_input.gemspec'

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module DynamicCursesInput module DynamicCursesInput
VERSION = '1.2.0' VERSION = '1.2.1'
end end