We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec171c commit 858c745Copy full SHA for 858c745
lib/nirv.rb
@@ -101,7 +101,7 @@ def version
101
# was lifted from from UUID gem.
102
# version = Gem::Specification.load(File.expand_path("../nirvanahq.gemspec", File.dirname(__FILE__))).version.to_s.split(".").map { |i| i.to_i }
103
# @todo move to VERSION txt file
104
- @message = @my_app_name << " - " << NirvanaHQ::VERSION
+ @message = NirvanaHQ::VERSION
105
end
106
107
0 commit comments