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

Commit f1beaaa

Browse files
committed
Prepare for 0.7.2 release
1 parent 2977031 commit f1beaaa

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.7.2
2+
3+
- Add require.js to config.assets.precompile in all environments. Closes #45.
4+
This change allows builds to work in Rails environments other than
5+
'production', e.g. 'staging'. Thanks to @hollow for the fix.
6+
17
# v0.7.1
28

39
- Liberalize asset path filtering. `0.7.0` added filtering on the logical

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
requirejs-rails (0.7.1)
4+
requirejs-rails (0.7.2)
55
railties (>= 3.1.1, < 3.3)
66

77
GEM

lib/requirejs/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Requirejs
22
module Rails
3-
Version = "0.7.1"
3+
Version = "0.7.2"
44
LibVersion = "1.0.7"
55
end
66
end

0 commit comments

Comments
 (0)