Skip to content

Commit

Permalink
Moved VERSION to separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Jan 13, 2014
1 parent 6018356 commit 254b0a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/swissmedic-diff.rb
Expand Up @@ -18,8 +18,6 @@
#License:: GPLv2.0 Compliance
#Source:: http://scm.ywesee.com/?p=swissmedic-diff/.git;a=summary
class SwissmedicDiff
VERSION = '0.1.5'

module Diff
COLUMNS = [ :iksnr, :seqnr, :name_base, :company,
:index_therapeuticus, :atc_class, :production_science,
Expand Down
3 changes: 3 additions & 0 deletions lib/version.rb
@@ -0,0 +1,3 @@
class SwissmedicDiff
VERSION = '0.1.5'
end
2 changes: 1 addition & 1 deletion swissmedic-diff.gemspec
@@ -1,4 +1,4 @@
require File.join(File.dirname(__FILE__), 'lib', 'swissmedic-diff.rb')
require File.expand_path('../lib/version', __FILE__)

spec = Gem::Specification.new do |s|
s.name = "swissmedic-diff"
Expand Down

0 comments on commit 254b0a2

Please sign in to comment.