Sha256: def9210a85762a65f7908d309b68c7dce5f85b4ca2869e2336adcb81c48493f2
Contents?: true
Size: 348 Bytes
Versions: 3
Compression:
Stored size: 348 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 puts "slathering..." project = Slather::Project.open(xcodeproj_path) project.post_to_coveralls puts "done!" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
slather-0.0.22 | bin/slather |
slather-0.0.21 | bin/slather |
slather-0.0.2 | bin/slather |