lib/big_keeper/model/podfile_model.rb in bigkeeper-0.8.0 vs lib/big_keeper/model/podfile_model.rb in bigkeeper-0.8.1

- old
+ new

@@ -1,9 +1,9 @@ module BigKeeper -class Podfile_Modle - attr_accessor :name,:git,:path,:configurations,:branch,:tag,:comment +class PodfileModel + attr_accessor :name, :git, :path, :configurations, :branch,:tag, :comment def initialize(sentence) if sentence.include?('#') list = sentence.split('#') @comment = list[1] sentence = list[0]