Sha256: 9e614c133ea18e6fbe86ce6a95dd758396351fb5f6bafefe33733534b42ec572

Contents?: true

Size: 329 Bytes

Versions: 2

Compression:

Stored size: 329 Bytes

Contents

actions :install

default_action :install

provides :rbenv_plugin

attribute :name,      kind_of: String, name_attribute: true
attribute :git_url,   kind_of: String
attribute :git_ref,   kind_of: String
attribute :user,      kind_of: String
attribute :root_path, kind_of: String

def to_s
  "#{super} (#{@user || 'system'})"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
from-scratch-0.7.0 cookbooks/ruby_rbenv/resources/plugin.rb
from-scratch-0.6.0 cookbooks/ruby_rbenv/resources/plugin.rb