Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit d894eb3

Browse files
committed
Update the changelog and readme
1 parent 4ea9141 commit d894eb3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Marked Style: GitHub
33
-->
44
# v0.9.4
55

6+
- Restore compression of non-module JS assets if specified, including `require.js` itself.
67
- Update `require.js` to `2.1.14`.
78

89
# v0.9.3

requirejs-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.authors = ["John Whitley"]
1111
s.email = ["[email protected]"]
1212
s.homepage = "http://github.com/jwhitley/requirejs-rails"
13-
s.summary = "Use RequireJS with the Rails 3 Asset Pipeline"
13+
s.summary = "Use RequireJS with the Rails 3+ Asset Pipeline"
1414
s.description = "This gem provides RequireJS support for your Rails 3 application."
1515

1616
git_test_files, git_files = `git ls-files`.split("\n").partition { |f| f =~ /^test/ }

0 commit comments

Comments
 (0)