Skip to content

Commit

Permalink
extract lib/rexical/version.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed May 23, 2024
1 parent 40a6777 commit 39c2456
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ bin/rex
lib/rexical.rb
lib/rexical/generator.rb
lib/rexical/rexcmd.rb
lib/rexical/version.rb
sample/a.cmd
sample/b.cmd
sample/c.cmd
Expand Down
7 changes: 1 addition & 6 deletions lib/rexical.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
require_relative "rexical/generator"
require_relative "rexical/rexcmd"

module Rexical
VERSION = "1.0.7"
Copyright = "Copyright (c) 2005-2006 ARIMA Yasuhiro"
Mailto = "[email protected]"
end
require_relative "rexical/version"
5 changes: 5 additions & 0 deletions lib/rexical/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module Rexical
VERSION = "1.0.7"
Copyright = "Copyright (c) 2005-2006 ARIMA Yasuhiro"
Mailto = "[email protected]"
end
2 changes: 1 addition & 1 deletion rexical.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative "lib/rexical"
require_relative "lib/rexical/version"

Gem::Specification.new do |s|
s.name = "rexical"
Expand Down

0 comments on commit 39c2456

Please sign in to comment.