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

Commit

Permalink
Upgrade the gem to 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
carsomyr committed May 28, 2015
1 parent d8b8929 commit d2cc2ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

## requirejs-rails changelog

### v0.9.7

- Fix a corner case where modules could appear in the build config's `paths`.
- Fix regressions introduced in v0.9.6.
- Allow protocol relative urls for CDNs in the build config's `paths` (credit @remybach).

### v0.9.6

- Update `require.js` and `r.js` to `2.1.17`, and `almond.js` to `0.3.1`.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
requirejs-rails (0.9.6)
requirejs-rails (0.9.7)
railties (>= 3.1.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/requirejs/rails/version.rb
@@ -1,6 +1,6 @@
module Requirejs
module Rails
Version = "0.9.6"
Version = "0.9.7"
LibVersion = "2.1.17"
end
end

0 comments on commit d2cc2ca

Please sign in to comment.