fn_document.gemspec in fn_document-0.9.2 vs fn_document.gemspec in fn_document-0.9.3

- old
+ new

@@ -3,23 +3,24 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{fn_document} - s.version = "0.9.2" + s.version = "0.9.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Nathan Colgate Clark", "Kyle Maxwell"] s.date = %q{2011-07-14} - s.description = %q{Gem for handling documents within FASI AMS} + s.description = %q{This handles complex document creation from XML for the FASI AMS system.} s.email = %q{nathancolgate@gmail.com} s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] s.files = [ ".document", + "CHANGELOG", "Gemfile", "Gemfile.lock", "LICENSE.txt", "README.rdoc", "Rakefile", @@ -66,27 +67,37 @@ "test/test_fn_document.rb" ] s.homepage = %q{http://github.com/nathancolgate/fn_document} s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.6.2} - s.summary = %q{Gem for handling documents within FASI AMS} + s.rubygems_version = %q{1.3.7} + s.summary = %q{Gem for reading/writing/printing fn documents} if s.respond_to? :specification_version then + current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q<libxslt-ruby>, ["= 0.9.2"]) + s.add_runtime_dependency(%q<libxml-ruby>, ["= 1.1.3"]) + s.add_runtime_dependency(%q<mocha>, [">= 0"]) s.add_development_dependency(%q<shoulda>, [">= 0"]) s.add_development_dependency(%q<bundler>, ["~> 1.0.0"]) s.add_development_dependency(%q<jeweler>, ["~> 1.6.4"]) s.add_development_dependency(%q<rcov>, [">= 0"]) else + s.add_dependency(%q<libxslt-ruby>, ["= 0.9.2"]) + s.add_dependency(%q<libxml-ruby>, ["= 1.1.3"]) + s.add_dependency(%q<mocha>, [">= 0"]) s.add_dependency(%q<shoulda>, [">= 0"]) s.add_dependency(%q<bundler>, ["~> 1.0.0"]) s.add_dependency(%q<jeweler>, ["~> 1.6.4"]) s.add_dependency(%q<rcov>, [">= 0"]) end else + s.add_dependency(%q<libxslt-ruby>, ["= 0.9.2"]) + s.add_dependency(%q<libxml-ruby>, ["= 1.1.3"]) + s.add_dependency(%q<mocha>, [">= 0"]) s.add_dependency(%q<shoulda>, [">= 0"]) s.add_dependency(%q<bundler>, ["~> 1.0.0"]) s.add_dependency(%q<jeweler>, ["~> 1.6.4"]) s.add_dependency(%q<rcov>, [">= 0"]) end