update version
This commit is contained in:
parent
660259e572
commit
5245b8f3e3
|
@ -38,4 +38,6 @@ debian/files
|
||||||
config.sub*
|
config.sub*
|
||||||
config.guess*
|
config.guess*
|
||||||
bindings/java/${dist}
|
bindings/java/${dist}
|
||||||
bindings/python/build
|
bindings/python/build
|
||||||
|
TODO*
|
||||||
|
check*.rb
|
||||||
|
|
4
Rakefile
4
Rakefile
|
@ -20,9 +20,7 @@ MAKE = (/mswin/ =~ RUBY_PLATFORM) ? 'nmake' : 'make'
|
||||||
|
|
||||||
spec = Gem::Specification.new do |s|
|
spec = Gem::Specification.new do |s|
|
||||||
s.name = GEM
|
s.name = GEM
|
||||||
# s.version = props['version.major'] + '.' + props['version.minor'] + '.' + props['version.maint']
|
s.version = props['version.major'] + '.' + props['version.minor'] + '.' + props['version.maint']
|
||||||
# '0.7.x' until the sigar-1.7.0 release
|
|
||||||
s.version = '0' + '.' + props['version.minor'] + '.' + '3'
|
|
||||||
s.summary = props['project.summary']
|
s.summary = props['project.summary']
|
||||||
s.description = s.summary
|
s.description = s.summary
|
||||||
s.author = props['project.author']
|
s.author = props['project.author']
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
copyright.year=2004-2011
|
copyright.year=2004-2011
|
||||||
version.major=1
|
version.major=2
|
||||||
version.minor=7
|
version.minor=0
|
||||||
version.maint=0
|
version.maint=0
|
||||||
version.build=0
|
version.build=0
|
||||||
project.name=sigar
|
project.name=kostya-sigar
|
||||||
project.author=Doug MacEachern
|
project.author=Doug MacEachern
|
||||||
project.email=sigar-users@hyperic.org
|
project.email=sigar-users@hyperic.org
|
||||||
project.homepage=http://sigar.hyperic.com/
|
project.homepage=https://github.com/kostya/sigar
|
||||||
project.summary=System Information Gatherer And Reporter
|
project.summary=System Information Gatherer And Reporter
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue