# -*- encoding: utf-8 -*- # stub: infect 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "infect".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Christopher Sexton".freeze] s.date = "2013-03-27" s.description = "Asset Pipeline for Pathogen.vim".freeze s.email = ["csexton@gmail.com".freeze] s.executables = ["infect".freeze] s.files = [".gitignore".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/infect".freeze, "infect.gemspec".freeze, "lib/infect.rb".freeze, "lib/infect/cleanup.rb".freeze, "lib/infect/colorize.rb".freeze, "lib/infect/command.rb".freeze, "lib/infect/command/bundle.rb".freeze, "lib/infect/command/prereqs.rb".freeze, "lib/infect/runner.rb".freeze, "lib/infect/standalone.rb".freeze, "lib/infect/version.rb".freeze, "spec/command_spec.rb".freeze, "spec/standalone_spec.rb".freeze, "standalone/infect".freeze] s.homepage = "https://github.com/csexton/infect".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Asset Pipeline for Vim and Pathogen, install vim bundles included in your vimrc".freeze s.test_files = ["spec/command_spec.rb".freeze, "spec/standalone_spec.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end