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

Commit 9998644

Browse files
committed
Prepare for v0.8.2 release
1 parent 9d3b054 commit 9998644

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!--
22
Marked Style: GitHub
33
-->
4+
# v0.8.2
5+
6+
- Fix for `requirejs_include_tag` error when `config/requirejs.yml` has no
7+
`paths` key. Thanks to @JustinLove for the issue and failing test!
48

59
# v0.8.0
610

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.8.0)
4+
requirejs-rails (0.8.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.8.0"
3+
Version = "0.8.2"
44
LibVersion = "1.0.8"
55
end
66
end

0 commit comments

Comments
 (0)