Class: GemKit::Release::Project::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/gem_kit/release/project.rb

Overview

Overridable settings. Each is nil until set, and nil means "infer".

Instance Attribute Summary collapse

Instance Attribute Details

#changelogObject

Returns the value of attribute changelog

Returns:

  • (Object)

    the current value of changelog



33
34
35
# File 'lib/gem_kit/release/project.rb', line 33

def changelog
  @changelog
end

#changelog_writerObject

Returns the value of attribute changelog_writer

Returns:

  • (Object)

    the current value of changelog_writer



33
34
35
# File 'lib/gem_kit/release/project.rb', line 33

def changelog_writer
  @changelog_writer
end

#require_pathObject

Returns the value of attribute require_path

Returns:

  • (Object)

    the current value of require_path



33
34
35
# File 'lib/gem_kit/release/project.rb', line 33

def require_path
  @require_path
end

#test_commandObject

Returns the value of attribute test_command

Returns:

  • (Object)

    the current value of test_command



33
34
35
# File 'lib/gem_kit/release/project.rb', line 33

def test_command
  @test_command
end

#version_fileObject

Returns the value of attribute version_file

Returns:

  • (Object)

    the current value of version_file



33
34
35
# File 'lib/gem_kit/release/project.rb', line 33

def version_file
  @version_file
end