diff --git a/fig.gemspec b/fig.gemspec index 7c01c70..d1b4e16 100644 --- a/fig.gemspec +++ b/fig.gemspec @@ -1,44 +1,54 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' +# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{fig} - s.version = "0.1.35" + s.version = "0.1.36" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Matthew Foemmel"] - s.date = %q{2011-06-20} + s.date = %q{2011-09-02} s.description = %q{Fig is a utility for configuring environments and managing dependencies across a team of developers. You give it a list of packages and a shell command to run; it creates an environment that includes those packages, then executes the shell command in it (the caller's environment is not affected).} s.email = %q{git@foemmel.com} s.executables = ["fig", "fig-download"] s.extra_rdoc_files = [ "LICENSE", - "README.md" + "README.md" ] s.files = [ "bin/fig", - "bin/fig-download", - "lib/fig.rb", - "lib/fig/environment.rb", - "lib/fig/grammar.treetop", - "lib/fig/options.rb", - "lib/fig/os.rb", - "lib/fig/package.rb", - "lib/fig/parser.rb", - "lib/fig/repository.rb", - "lib/fig/windows.rb" + "bin/fig-download", + "lib/fig.rb", + "lib/fig/backtrace.rb", + "lib/fig/environment.rb", + "lib/fig/grammar.treetop", + "lib/fig/options.rb", + "lib/fig/os.rb", + "lib/fig/package.rb", + "lib/fig/parser.rb", + "lib/fig/repository.rb", + "lib/fig/retriever.rb", + "lib/fig/windows.rb" ] s.homepage = %q{http://github.com/mfoemmel/fig} + s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.4.2} + s.rubygems_version = %q{1.3.5} s.summary = %q{Fig is a utility for configuring environments and managing dependencies across a team of developers..} + s.test_files = [ + "spec/fig_spec.rb", + "spec/retriever_spec.rb", + "spec/spec_helper.rb", + "spec/win_spec.rb" + ] 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 + if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 0.1.1"]) s.add_runtime_dependency(%q, [">= 2.0.15"]) s.add_runtime_dependency(%q, [">= 2.0.5"])