lib/berkshelf/locations/github_location.rb in berkshelf-1.4.0.rc1 vs lib/berkshelf/locations/github_location.rb in berkshelf-1.4.0

- old
+ new

@@ -9,10 +9,10 @@ attr_accessor :protocol attr_accessor :repo_identifier # Wraps GitLocation allowing the short form GitHub repo identifier # to be used in place of the complete repo url. - # + # # @see GitLocation#initialize for parameter documentation # # @option options [String] :github # the GitHub repo identifier to clone # @option options [#to_sym] :protocol