spaceship/lib/spaceship/tunes/version_set.rb in fastlane-2.14.2 vs spaceship/lib/spaceship/tunes/version_set.rb in fastlane-2.15.0.beta.20170213032052

- old
+ new

@@ -17,19 +17,8 @@ attr_mapping( 'type' => :type, 'platformString' => :platform ) - - class << self - # Create a new object based on a hash. - # This is used to create a new object based on the server response. - def factory(attrs) - self.new(attrs) - end - end end end end - -# -#