Sha256: cc0419428341a6c2f796b2a3ffde7f9e9465f9b5bc5ab8c62e54dae47b2e4590

Contents?: true

Size: 230 Bytes

Versions: 6

Compression:

Stored size: 230 Bytes

Contents

module Gemaker
  module Cmd
    class AddRubyVersion < Gemaker::Cmd::Base
      def perform
        copy_template("ruby-version", ".ruby-version", config: @config)
        info "Add .ruby-version file"
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gemaker-1.0.0 lib/gemaker/commands/add_ruby_version.rb
gemaker-0.6.0 lib/gemaker/commands/add_ruby_version.rb
gemaker-0.5.0 lib/gemaker/commands/add_ruby_version.rb
gemaker-0.4.0 lib/gemaker/commands/add_ruby_version.rb
gemaker-0.3.0 lib/gemaker/commands/add_ruby_version.rb
gemaker-0.2.0 lib/gemaker/commands/add_ruby_version.rb