Skip to content

Commit

Permalink
Merge pull request #30 from webhippie/feature/version
Browse files Browse the repository at this point in the history
Bumped to 1.0.4
  • Loading branch information
tboerger committed May 31, 2016
2 parents a939bf6 + 71c53b6 commit 8e8aabe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.0.4](https://github.com/webhippie/gettext_i18n_rails_js/releases/tag/v1.0.4) - 2016-05-31

* Support ES2015 template strings (@bradbarrow)

## [1.0.3](https://github.com/webhippie/gettext_i18n_rails_js/releases/tag/v1.0.3) - 2015-11-03

* Stop using bundler within the core lib (@domcleal)
Expand Down
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ group :development do
gem "guard", require: false
gem "guard-rubocop", require: false
gem "guard-rspec", require: false

# Temporary fix for a ruby 2.2 requirement
gem "listen", "~> 3.0.7"
end

group :test do
Expand Down
2 changes: 1 addition & 1 deletion lib/gettext_i18n_rails_js/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module GettextI18nRailsJs
class Version
MAJOR = 1
MINOR = 0
PATCH = 3
PATCH = 4

PRE = nil

Expand Down
1 change: 0 additions & 1 deletion spec/gettext_i18n_rails_js/parser/javascript_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
end
end


it "finds interpolated multi-line messages" do
content = <<-'EOF'
""" Parser should grab
Expand Down

0 comments on commit 8e8aabe

Please sign in to comment.