Skip to content

Commit e08c4ee

Browse files
committed
Move gem version out of gem spec
1 parent dc692f7 commit e08c4ee

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

lib/saikuro/version.rb

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module Saikuro
2+
VERSION = "1.1.1.0"
3+
end

saikuro.gemspec

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# -*- coding: utf-8 -*-
2+
$:.push File.expand_path("../lib", __FILE__)
3+
require "saikuro/version"
24

35
Gem::Specification.new do |s|
46
s.name = "metric_fu-Saikuro"
5-
s.version = "1.1.1.0"
7+
s.version = Saikuro::VERSION
68
s.author = ["Zev Blut", "David Barri"]
79
810
s.homepage = "https://github.com/metricfu/Saikuro"

0 commit comments

Comments
 (0)