mirror of
https://github.com/safiire/n65.git
synced 2025-01-02 12:29:58 +00:00
Fixed the version
This commit is contained in:
parent
18ee1e5d3a
commit
c335c24762
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module N65
|
||||
VERSION ||= '1.5.3'
|
||||
VERSION ||= '0.5.3'
|
||||
end
|
||||
|
@ -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) }
|
||||
|
Loading…
Reference in New Issue
Block a user