Skip to content

Commit

Permalink
v3.0.0.beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Dec 4, 2014
1 parent 9643832 commit a308d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/slim/version.rb
@@ -1,5 +1,5 @@
module Slim
# Slim version string
# @api public
VERSION = '3.0.0.beta.1'
VERSION = '3.0.0.beta.2'
end
2 changes: 1 addition & 1 deletion slim.gemspec
Expand Up @@ -20,6 +20,6 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>=1.9.2'

s.add_runtime_dependency('temple', ['~> 0.7.0'])
s.add_runtime_dependency('temple', ['~> 0.7.1'])
s.add_runtime_dependency('tilt', ['>= 1.3.3', '< 2.1'])
end

0 comments on commit a308d5d

Please sign in to comment.