# -*- encoding: utf-8 -*- # stub: claide-plugins 0.9.1 ruby lib Gem::Specification.new do |s| s.name = "claide-plugins".freeze s.version = "0.9.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["David Grandinetti".freeze, "Olivier Halligon".freeze] s.date = "2016-07-24" s.description = " This CLAide plugin shows information about all available CLAide plugins\n (yes, this is very meta!).\n This plugin adds the \"plugins\" subcommand to a binary so that you can list\n all plugins (registered in the reference JSON hosted at CocoaPods/cocoapods-plugins)\n".freeze s.files = [".gitignore".freeze, ".rubocop.yml".freeze, ".rubocop_cocoapods.yml".freeze, ".tm_properties".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "claide-plugins.gemspec".freeze, "lib/claide/command/gem_helper.rb".freeze, "lib/claide/command/gem_index_cache.rb".freeze, "lib/claide/command/plugins.rb".freeze, "lib/claide/command/plugins/create.rb".freeze, "lib/claide/command/plugins/list.rb".freeze, "lib/claide/command/plugins/search.rb".freeze, "lib/claide/command/plugins_config.rb".freeze, "lib/claide/command/plugins_helper.rb".freeze, "lib/claide/executable.rb".freeze, "lib/claide_plugin.rb".freeze, "lib/claide_plugins.rb".freeze, "spec/command/gem_helper_spec.rb".freeze, "spec/command/gem_index_cache_spec.rb".freeze, "spec/command/plugins/create_spec.rb".freeze, "spec/command/plugins/list_spec.rb".freeze, "spec/command/plugins/search_spec.rb".freeze, "spec/command/plugins_helper_spec.rb".freeze, "spec/command/plugins_spec.rb".freeze, "spec/fixtures/claide-foo1.gemspec".freeze, "spec/fixtures/claide-foo2.gemspec".freeze, "spec/fixtures/plugins.json".freeze, "spec/fixtures/unprefixed.gemspec".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/cocoapods/claide-plugins".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "CLAide plugin which shows info about available CLAide plugins.".freeze s.test_files = ["spec/command/gem_helper_spec.rb".freeze, "spec/command/gem_index_cache_spec.rb".freeze, "spec/command/plugins/create_spec.rb".freeze, "spec/command/plugins/list_spec.rb".freeze, "spec/command/plugins/search_spec.rb".freeze, "spec/command/plugins_helper_spec.rb".freeze, "spec/command/plugins_spec.rb".freeze, "spec/fixtures/claide-foo1.gemspec".freeze, "spec/fixtures/claide-foo2.gemspec".freeze, "spec/fixtures/plugins.json".freeze, "spec/fixtures/unprefixed.gemspec".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end