Skip to content

Commit c696f60

Browse files
committed
Added missing javascripts to the gemspec
1 parent 6f4f4d6 commit c696f60

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/webhippie/gettext_i18n_rails_js/releases/tag/v1.0.1) - 2015-02-24
4+
5+
* Added missing javascripts to the gemspec
6+
37
## [1.0.0](https://github.com/webhippie/gettext_i18n_rails_js/releases/tag/v1.0.0) - 2015-02-24
48

59
* Transfer from github.com/nubis/gettext_i18n_rails_js

gettext_i18n_rails_js.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Gem::Specification.new do |s|
5151

5252
s.files = ["CHANGELOG.md", "README.md", "LICENSE"]
5353
s.files += Dir.glob("lib/**/*")
54+
s.files += Dir.glob("vendor/**/*")
5455

5556
s.test_files = Dir.glob("spec/**/*")
5657

File renamed without changes.

lib/gettext_i18n_rails_js/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module GettextI18nRailsJs
2727
class Version
2828
MAJOR = 1
2929
MINOR = 0
30-
PATCH = 0
30+
PATCH = 1
3131

3232
PRE = nil
3333

0 commit comments

Comments
 (0)