Skip to content

Commit

Permalink
Fix padrino dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Jun 22, 2012
1 parent c0f0a78 commit 4706c3a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.0.15.4
====
Lock Padrino version to 0.10.6

2.0.14
====
Minor fix for i18n
Expand Down
2 changes: 1 addition & 1 deletion lib/middleman/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Middleman
VERSION = "2.0.15.3"
VERSION = "2.0.15.4"
end
4 changes: 2 additions & 2 deletions middleman-x86-mingw32.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ eos
s.add_dependency("compass", ["~> 0.11"])
s.add_dependency("coffee-script", ["~> 2.2.0"])
s.add_dependency("sprockets", ["~> 2.0.3"])
s.add_dependency("padrino-core", ["~> 0.10.5"])
s.add_dependency("padrino-helpers", ["~> 0.10.5"])
s.add_dependency("padrino-core", ["0.10.6"])
s.add_dependency("padrino-helpers", ["0.10.6"])

s.add_dependency("eventmachine", ["1.0.0.beta.3"])
s.add_dependency("win32-process", ["~> 0.6.5"])
Expand Down
4 changes: 2 additions & 2 deletions middleman.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ eos
s.add_dependency("coffee-script", ["~> 2.2.0"])
s.add_dependency("execjs", ["~> 1.2.7"])
s.add_dependency("sprockets", ["~> 2.0.3"])
s.add_dependency("padrino-core", ["~> 0.10.5"])
s.add_dependency("padrino-helpers", ["~> 0.10.5"])
s.add_dependency("padrino-core", ["0.10.6"])
s.add_dependency("padrino-helpers", ["0.10.6"])

s.add_dependency("guard", ["~> 0.6.2"])
s.add_dependency("middleman-livereload", ["~> 0.2.0"])
Expand Down

0 comments on commit 4706c3a

Please sign in to comment.