vasputils.gemspec in vasputils-0.0.1 vs vasputils.gemspec in vasputils-0.0.2

- 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.1" + s.version = "0.0.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["ippei94da"] - s.date = "2012-04-23" + s.date = "2012-04-30" 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", "lsvaspdir", "lsvaspseries", "repeatvasp", "symposcar"] + s.executables = ["addVolumeToten.rb", "latticeconstants", "lsvaspdir", "lsvaspseries", "qsubvasp", "repeatvasp", "symposcar"] s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] s.files = [ @@ -26,10 +26,11 @@ "VERSION", "bin/addVolumeToten.rb", "bin/latticeconstants", "bin/lsvaspdir", "bin/lsvaspseries", + "bin/qsubvasp", "bin/repeatvasp", "bin/symposcar", "lib/vasputils.rb", "lib/vasputils/calcinspector.rb", "lib/vasputils/calcrepeater.rb", @@ -105,10 +106,17 @@ "test/test_kpoints.rb", "test/test_outcar.rb", "test/test_poscar.rb", "test/test_potcar.rb", "test/test_vaspdir.rb", + "test/vaspdir/finished/CONTCAR", + "test/vaspdir/finished/INCAR", + "test/vaspdir/finished/KPOINTS", + "test/vaspdir/finished/OUTCAR", + "test/vaspdir/finished/POSCAR", + "test/vaspdir/finished/POTCAR", + "test/vaspdir/finished/lock", "test/vaspdir/lack-INCAR/KPOINTS", "test/vaspdir/lack-INCAR/POSCAR", "test/vaspdir/lack-INCAR/POTCAR", "test/vaspdir/lack-KPOINTS/INCAR", "test/vaspdir/lack-KPOINTS/POSCAR", @@ -117,9 +125,25 @@ "test/vaspdir/lack-POSCAR/KPOINTS", "test/vaspdir/lack-POSCAR/POTCAR", "test/vaspdir/lack-POTCAR/INCAR", "test/vaspdir/lack-POTCAR/KPOINTS", "test/vaspdir/lack-POTCAR/POSCAR", + "test/vaspdir/locked/INCAR", + "test/vaspdir/locked/KPOINTS", + "test/vaspdir/locked/POSCAR", + "test/vaspdir/locked/POTCAR", + "test/vaspdir/locked/lock", + "test/vaspdir/not-yet/INCAR", + "test/vaspdir/not-yet/KPOINTS", + "test/vaspdir/not-yet/POSCAR", + "test/vaspdir/not-yet/POTCAR", + "test/vaspdir/started/CONTCAR", + "test/vaspdir/started/INCAR", + "test/vaspdir/started/KPOINTS", + "test/vaspdir/started/OUTCAR", + "test/vaspdir/started/POSCAR", + "test/vaspdir/started/POTCAR", + "test/vaspdir/started/lock", "vasputils.gemspec" ] s.homepage = "http://github.com/ippei94da/vasputils" s.licenses = ["MIT"] s.require_paths = ["lib"]