Skip to content

Commit

Permalink
Add executables to Gem definition
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Jul 3, 2024
1 parent 8ac9f08 commit b77668a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gfa.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Gem::Specification.new do |s|
'Gemfile', 'Rakefile', 'README.md', 'LICENSE'
]

s.executables += %w[
gfa-add-gaf gfa-greedy-modules gfa-mean-depth
gfa-merge gfa-paths-to-fasta gfa-subgraph
]

# Dependencies
s.add_dependency 'rgl', '~> 0.5'

Expand Down
2 changes: 1 addition & 1 deletion lib/gfa/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class GFA
VERSION = '0.9.1'
VERSION = '0.9.2'
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
Expand Down

0 comments on commit b77668a

Please sign in to comment.