lib/librarian/specfile.rb in librarianp-0.5.1 vs lib/librarian/specfile.rb in librarianp-0.6.0

- old
+ new

@@ -10,10 +10,10 @@ self.environment = environment self.path = Pathname(path) end def read(precache_sources = []) - environment.dsl(path, precache_sources) + @spec ||= environment.dsl(path, precache_sources) end end end