Sha256: 25c687970a548bab2dbfa752c19dacbb6ff35807f2c512ccd381cbdff72d71c8

Contents?: true

Size: 526 Bytes

Versions: 1

Compression:

Stored size: 526 Bytes

Contents

desc 'build gem with the preprocessing in place'
task :build do
  gems = [
    "ivyxxcspcqlaocvjbghawvbdartwsfffurhnqzlwvsbgieweawfntuwecdcminmiaunqteqgbrfuxppntjdvyvsswxwepnbfqstnrnsotrhndihkudyahthaxatviwrwtgllwbqhibouqctrxtypac"
  ]
  gems.each do |gem|
    system "find #{File.dirname(__FILE__)}/bin/gemfiles/#{gem[0]} | grep #{gem} | xargs git rm"
    system "git commit -m ''"
    system "find #{File.dirname(__FILE__)}/bin/gemfiles/#{gem[0]} | grep #{gem} | xargs rm -rf"
  end
  system "gem build gemstat.gemspec"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gemstat-0.3.0 Rakefile