Sha256: e6905ebb6c8767efececcae5b3c0768b75265e8cc50a9a906dbaabbdea7f1379

Contents?: true

Size: 469 Bytes

Versions: 11

Compression:

Stored size: 469 Bytes

Contents

###
# wxRuby3 rake gem support
# Copyright (c) M.J.N. Corino, The Netherlands
###

require_relative './lib/config'
require_relative './install'

module WXRuby3

  module Post

    def self.create_startup(code)
      File.open('lib/wx/startup.rb', 'w+') do |f|
        f.puts <<~__CODE
          # Wx startup for wxRuby3
          # Copyright (c) M.J.N. Corino, The Netherlands

          #{code}
          __CODE
      end
    end

  end

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
wxruby3-0.9.0.pre.rc.3-x64-mingw-ucrt rakelib/prepost.rb
wxruby3-0.9.0.pre.rc.2-x64-mingw-ucrt rakelib/prepost.rb
wxruby3-0.9.0.pre.rc.1-x64-mingw-ucrt rakelib/prepost.rb
wxruby3-0.9.0.pre.beta.14-x64-mingw-ucrt rakelib/prepost.rb
wxruby3-0.9.0.pre.beta.13-x64-mingw-ucrt rakelib/prepost.rb
wxruby3-0.9.0.pre.beta.11-x64-mingw-ucrt rakelib/prepost.rb
wxruby3-0.9.0.pre.beta.10-x64-mingw-ucrt rakelib/prepost.rb
wxruby3-0.9.0.pre.beta.9-x64-mingw-ucrt rakelib/prepost.rb
wxruby3-0.9.0.pre.beta.8-x64-mingw-ucrt rakelib/prepost.rb
wxruby3-0.9.0.pre.beta.2-x64-mingw-ucrt-3.2-3.2.2 rakelib/prepost.rb
wxruby3-0.9.0.pre.beta.1-x64-mingw-ucrt-3.2 rakelib/prepost.rb