# -*- encoding: utf-8 -*- # stub: commandsy-plugin 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "commandsy-plugin".freeze s.version = "0.0.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 = ["Tony Burns".freeze] s.date = "2014-07-06" s.description = "Plugin framework for Ruby-based Commandsy Agent plugins.".freeze s.email = ["tony@tabolario.com".freeze] s.files = [".gitattributes".freeze, ".gitignore".freeze, ".hound.yml".freeze, ".overcommit.yml".freeze, ".pryrc".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "DEVELOPMENT.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "commandsy-plugin.gemspec".freeze, "lib/commandsy/plugin.rb".freeze, "lib/commandsy/plugin/version.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/commandsy/plugin_spec.rb".freeze] s.homepage = "https://github.com/commandsy/commandsy-plugin-rb".freeze s.licenses = ["Apache License, Version 2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Plugin framework for Ruby-based Commandsy Agent plugins.".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/unit/commandsy/plugin_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q<bundler>.freeze, ["~> 1.6".freeze]) end