vasputils.gemspec in vasputils-0.0.8 vs vasputils.gemspec in vasputils-0.0.9
- old
+ new
@@ -3,18 +3,18 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "vasputils"
- s.version = "0.0.8"
+ s.version = "0.0.9"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["ippei94da"]
- s.date = "2012-05-29"
+ s.date = "2012-06-06"
s.description = "This gem provides parsers for some of input and output files for VASP.\n This will provide support command for computations."
s.email = "ippei94da@gmail.com"
- s.executables = ["addVolumeToten.rb", "latticeconstants", "lsvasp", "lsvaspdir", "lsvaspseries", "qsubvasp", "runvasp", "symposcar"]
+ s.executables = ["addVolumeToten.rb", "checkvasp", "latticeconstants", "qsubvasp", "runvasp", "symposcar"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
]
s.files = [
@@ -23,14 +23,12 @@
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"VERSION",
"bin/addVolumeToten.rb",
+ "bin/checkvasp",
"bin/latticeconstants",
- "bin/lsvasp",
- "bin/lsvaspdir",
- "bin/lsvaspseries",
"bin/qsubvasp",
"bin/runvasp",
"bin/symposcar",
"lib/vasputils.rb",
"lib/vasputils/calcinspector.rb",
@@ -39,10 +37,11 @@
"lib/vasputils/outcar.rb",
"lib/vasputils/poscar.rb",
"lib/vasputils/potcar.rb",
"lib/vasputils/vaspdir.rb",
"lib/vasputils/vaspgeomopt.rb",
+ "lib/vasputils/vaspkpointsfinder.rb",
"memo.txt",
"test/calcseries/dup_finished/try00/CONTCAR",
"test/calcseries/dup_finished/try00/INCAR",
"test/calcseries/dup_finished/try00/KPOINTS",
"test/calcseries/dup_finished/try00/OUTCAR",
@@ -106,10 +105,11 @@
"test/test_outcar.rb",
"test/test_poscar.rb",
"test/test_potcar.rb",
"test/test_vaspdir.rb",
"test/test_vaspgeomopt.rb",
+ "test/test_vaspkpointsfinder.rb",
"test/vaspdir/finished/CONTCAR",
"test/vaspdir/finished/INCAR",
"test/vaspdir/finished/KPOINTS",
"test/vaspdir/finished/OUTCAR",
"test/vaspdir/finished/POSCAR",
@@ -193,9 +193,13 @@
"test/vaspgeomopt/till01/try00/POTCAR",
"test/vaspgeomopt/till01/try01/INCAR",
"test/vaspgeomopt/till01/try01/KPOINTS",
"test/vaspgeomopt/till01/try01/POSCAR",
"test/vaspgeomopt/till01/try01/POTCAR",
+ "test/vaspkpointsfinder/01-01-01/try00/INCAR",
+ "test/vaspkpointsfinder/01-01-01/try00/KPOINTS",
+ "test/vaspkpointsfinder/01-01-01/try00/POSCAR",
+ "test/vaspkpointsfinder/01-01-01/try00/POTCAR",
"vasputils.gemspec"
]
s.homepage = "http://github.com/ippei94da/vasputils"
s.licenses = ["MIT"]
s.require_paths = ["lib"]