Sha256: fcd05df4f007929082cd42dbaf9f8ecb1ffcd625c01b9e9304aa360dfe1a4d79
Contents?: true
Size: 833 Bytes
Versions: 1
Compression:
Stored size: 833 Bytes
Contents
# frozen_string_literal: true require 'fileutils' require 'atome/version.rb' require 'atome/kernel/properties/geometry.rb' require 'atome/kernel/atome_genesis.rb' puts "look why this file code is executed\n"*9 # current_path_location = `pwd`.chomp # temp_location = '/tmp/com.atome.one' # user_script_location=File.join(File.dirname(__FILE__), '../tmp/') # Dir.exist?( user_script_location ) # # FileUtils.mkdir_p temp_location # # guard_content = <<~STR # guard 'rake', :task => 'build' do # watch(%r{^#{current_path_location}}) # end # STR # # rakefile_content = <<~STR # task :build do # # end # STR # File.open("#{temp_location}/Guardfile", 'w') { |f| f.write(guard_content) } # File.open("#{temp_location}/Rakefile", 'w') { |f| f.write(rakefile_content) } # user_code = File.read("#{temp_location}/Guardfile")
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
atome-0.1.00003 | lib/atome.rb |