Skip to content

Commit

Permalink
Merge pull request #42 from redbubble/handlebars-v4
Browse files Browse the repository at this point in the history
Bumped handlebars-source version to 4.0.5.
  • Loading branch information
cowboyd committed Jan 27, 2016
2 parents dd7b491 + 048cb04 commit 77bd6a4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ rvm:
- 2.1.0
- 2.0.0
- 1.9.3

before_install:
- gem update bundler
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.8.0
* bumped handlebars-source version to 4.0.5

# 0.2.3

* expose precompilation method
2 changes: 1 addition & 1 deletion handlebars.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files lib README.mdown`.split("\n")

s.add_dependency "therubyracer", "~> 0.12.1"
s.add_dependency "handlebars-source", "~> 3.0.0"
s.add_dependency "handlebars-source", "~> 4.0.5"
s.add_development_dependency "rake"
s.add_development_dependency "rspec", "~> 2.0"
end
2 changes: 1 addition & 1 deletion lib/handlebars/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Handlebars
VERSION = "0.7.0"
VERSION = "0.8.0"
end

0 comments on commit 77bd6a4

Please sign in to comment.