# -*- encoding: utf-8 -*- # stub: brewmaster 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "brewmaster".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 Pitale".freeze] s.date = "2013-06-18" s.description = "Configuration driven installation and updating of homebrew/brew-casks/rubies.".freeze s.email = ["tpitale@gmail.com".freeze] s.executables = ["brewmaster".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/brewmaster".freeze, "brewmaster.gemspec".freeze, "lib/brewmaster.rb".freeze, "lib/brewmaster/brew_collection.rb".freeze, "lib/brewmaster/cask_collection.rb".freeze, "lib/brewmaster/cli.rb".freeze, "lib/brewmaster/configuration.rb".freeze, "lib/brewmaster/coordinator.rb".freeze, "lib/brewmaster/ruby_collection.rb".freeze, "lib/brewmaster/version.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Given a configuration, it will install homebrew/brew-cask/ruby-build/chruby and use them to install brews, casks, and rubies.".freeze s.test_files = ["spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end