genecrmod.gemspec in genecrmod-0.2.3 vs genecrmod.gemspec in genecrmod-0.2.4

- old
+ new

@@ -1,19 +1,17 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: genecrmod 0.2.3 ruby lib Gem::Specification.new do |s| s.name = "genecrmod" - s.version = "0.2.3" + s.version = "0.2.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.require_paths = ["lib"] s.authors = ["Edmund Highcock"] - s.date = "2014-12-03" + s.date = "2015-08-26" s.description = "A module which allows the GENE gyrokinetic code to be run using the CodeRunner framework. " s.email = "edmundhighcock@users.sourceforge.net" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" @@ -35,14 +33,15 @@ "sync_variables/sync_variables.rb", "test/linear_run/.CODE_RUNNER_TEMP_RUN_LIST_CACHE" ] s.homepage = "http://github.com/edmundhighcock/genecrmod" s.licenses = ["GPLv3"] - s.rubygems_version = "2.2.2" + s.require_paths = ["lib"] + s.rubygems_version = "1.8.23" s.summary = "A module which allows the GENE gyrokinetic code to be run using the CodeRunner framework." if s.respond_to? :specification_version then - s.specification_version = 4 + s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<coderunner>, [">= 0.14.2"]) s.add_runtime_dependency(%q<hdf5>, [">= 0"]) s.add_development_dependency(%q<shoulda>, ["= 3.0.1"])