Sha256: 88c53f5389056422c9de5229c68c180989ad7a5f3b19003d5525791db3b77ea0
Contents?: true
Size: 306 Bytes
Versions: 1
Compression:
Stored size: 306 Bytes
Contents
#!/usr/bin/env ruby require 'clamp' require File.join(File.dirname(__FILE__), '..', 'lib', 'slather') Clamp do parameter "xcodeproj", "Path to the xcodeproj", :attribute_name => :xcodeproj_path def execute project = Slather::Project.open(xcodeproj_path) project.post_to_coveralls end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slather-0.0.1 | bin/slather |