Skip to content

Commit

Permalink
updating to uber 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Nov 10, 2016
1 parent 9fa5c9a commit 94f2f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cells.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "uber", ">= 0.0.9"
spec.add_dependency "uber", ">= 0.1.0", "< 0.2.0"
spec.add_dependency "tilt", ">= 1.4", "< 3"

spec.add_development_dependency "rake"
Expand Down
2 changes: 1 addition & 1 deletion lib/cell/builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def self.included(base)

module ClassMethods
def build(*args)
class_builder.call(*args).new(*args) # Uber::Builder::class_builder.
build!(self, *args).new(*args) # Uber::Builder#build!.
end
end
end
Expand Down

0 comments on commit 94f2f3c

Please sign in to comment.