Sha256: 7cf00c9ef22cf4ee5ebd433b97ab13304d3f68ee6fef4653082744ceb29bbc51
Contents?: true
Size: 500 Bytes
Versions: 8
Compression:
Stored size: 500 Bytes
Contents
require 'bundler/gem_tasks' require './lib/briar/version.rb' task :show_simulator do sh "/usr/bin/osascript -e 'tell application \"iPhone Simulator\" to activate'" sh "/usr/bin/osascript -e 'tell application \"RubyMine\" to activate'" end # let us try to use gem_tasks #$ rake -T #rake build # Build briar-0.0.7.gem into the pkg directory. #rake install # Build and install briar-0.0.7.gem into system gems. #rake release # Create tag v0.0.7 and build and push briar-0.0.7.gem to Rubygems
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
briar-0.1.3.b3 | Rakefile |
briar-0.1.3.b2 | Rakefile |
briar-0.1.3.b1 | Rakefile |
briar-0.1.2 | Rakefile |
briar-0.1.1 | Rakefile |
briar-0.1.0 | Rakefile |
briar-0.0.9 | Rakefile |
briar-0.0.8 | Rakefile |