lib/shaddox/repo.rb in shaddox-0.0.22 vs lib/shaddox/repo.rb in shaddox-0.0.23
- old
+ new
@@ -1,7 +1,7 @@
module Shaddox
class Repo
- attr_reader :url, :branch, :vcs
+ attr_reader :url, :branch, :vcs, :shared
def initialize(info)
@info = info
@url = info[:url]
@branch = info[:branch] || 'master'
@vcs = info[:vcs] || :git