Skip to content

Commit

Permalink
Fix Gem metadata and bin permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-query committed Jun 25, 2024
1 parent 1f882fb commit 443f2a0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Empty file modified bin/edi-ed
100644 → 100755
Empty file.
Empty file modified bin/edi-obfuscate
100644 → 100755
Empty file.
Empty file modified bin/edi-pp
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion lib/stupidedi/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Stupidedi
VERSION = "1.4.4"
VERSION = "1.4.5"
end
7 changes: 4 additions & 3 deletions stupidedi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ Gem::Specification.new do |s|
s.name = "stupidedi"
s.summary = "Parse, generate, validate ASC X12 EDI"
s.description = "Ruby API for parsing and generating ASC X12 EDI transactions"
s.homepage = "https://github.com/irobayna/stupidedi"
s.homepage = "https://github.com/kputnam/stupidedi"

s.version = Stupidedi::VERSION
s.date = "2018-05-27"
s.date = "2024-06-24"
s.authors = ["Kyle Putnam", "Isi Robayna"]
s.email = "irobayna@gmail.com"
s.email = "putnam.kyle@gmail.com"
s.license = "BSD-3-Clause"

s.files = ["README.md", "Rakefile",
"bin/*",
Expand Down

0 comments on commit 443f2a0

Please sign in to comment.