From c335c24762bbd913e096565c3d2580d2bb5d14a7 Mon Sep 17 00:00:00 2001 From: Saf Date: Mon, 7 Sep 2020 13:59:20 -0700 Subject: [PATCH] Fixed the version --- lib/n65/version.rb | 2 +- n65.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/n65/version.rb b/lib/n65/version.rb index fd109e1..9a713e9 100644 --- a/lib/n65/version.rb +++ b/lib/n65/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module N65 - VERSION ||= '1.5.3' + VERSION ||= '0.5.3' end diff --git a/n65.gemspec b/n65.gemspec index db17fb1..0bae6ca 100644 --- a/n65.gemspec +++ b/n65.gemspec @@ -10,9 +10,9 @@ Gem::Specification.new do |spec| spec.authors = ['Safiire'] spec.email = ['safiire@irkenkitties.com'] spec.summary = 'An NES assembler for the 6502 microprocessor' - spec.description = 'An NES assembler for the 6502 microprocessor' + spec.description = 'An NES assembler for the 6502 microprocessor in pure Ruby' spec.homepage = 'http://github.com/safiire/n65' - spec.license = 'GPL2' + spec.license = 'GPL-2.0-or-later' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }