Sha256: cd02cd68587b289c00d9f42af97ac59d38937df70f2611100144bd375f15fded

Contents?: true

Size: 796 Bytes

Versions: 5

Compression:

Stored size: 796 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "xcselect/version"

Gem::Specification.new do |s|
  s.name        = "xcselect"
  s.version     = Xcselect::VERSION
  s.authors     = ["Kim Hunter"]
  s.email       = ["bigkm1@gmail.com"]
  s.homepage    = "https://github.com/bigkm/xcselect"
  s.summary     = %q{xcselect - Xcode Select}
  s.description = %q{A more user friendly interface to the xcode-select command showing more info, xcsim - access the simulator application folders quickly}

  s.rubyforge_project = "xcselect"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xcselect-0.1.8 xcselect.gemspec
xcselect-0.1.7 xcselect.gemspec
xcselect-0.1.6 xcselect.gemspec
xcselect-0.1.5 xcselect.gemspec
xcselect-0.1.4 xcselect.gemspec