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

Commit 029b9f9

Browse files
committed
Upgrade the gem to 0.9.7
1 parent d8b8929 commit 029b9f9

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
@@ -2,6 +2,12 @@
22

33
## requirejs-rails changelog
44

5+
### v0.9.7
6+
7+
- Fix a corner case where modules could appear in the build config's `paths`.
8+
- Fix regressions introduce in v0.9.6.
9+
- Allow protocol relative urls for CDNs in the build config's `paths` (credit @remybach).
10+
511
### v0.9.6
612

713
- Update `require.js` and `r.js` to `2.1.17`, and `almond.js` to `0.3.1`.

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.9.6)
4+
requirejs-rails (0.9.7)
55
railties (>= 3.1.1)
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.9.6"
3+
Version = "0.9.7"
44
LibVersion = "2.1.17"
55
end
66
end

0 commit comments

Comments
 (0)