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

Commit a5b71ae

Browse files
committed
Update the gem version to 0.9.2
1 parent e85b984 commit a5b71ae

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<!--
22
Marked Style: GitHub
33
-->
4+
# v0.9.2
5+
6+
- Update `require.js` to `2.1.10` and `almond.js` to `0.2.5`.
7+
- Rails 4 support.
8+
49
# v0.9.1
510

611
- Updated to to require.js \ r.js 2.1.2, and almond 0.2.3

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.1)
4+
requirejs-rails (0.9.2)
55
railties (>= 3.1.1, < 4.1)
66

77
GEM

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Marked Style: GitHub
33
-->
44
# RequireJS for Rails
55

6-
Integrates [RequireJS](http://requirejs.org/) into the Rails 3 Asset Pipeline.
6+
Integrates [RequireJS](http://requirejs.org/) into the Rails 3+ Asset Pipeline.
77

88
**UPGRADE NOTES:** Users upgrading within the 0.x series should read the Changes section for relevant usage changes. We're pushing hard to 1.0, when the configuration and setup details will be declared stable. Until that time expect some bumps as things bake out.
99

@@ -264,6 +264,10 @@ Usage changes that may break functionality for those upgrading along the 0.x
264264
series are documented here. See [the Changelog](https://github.com/jwhitley/requirejs-rails/blob/master/CHANGELOG.md) for the full
265265
list of feature additions, bugfixes, etc.
266266

267+
### v0.9.2
268+
269+
- Support for Rails 4.
270+
267271
### v0.9.0
268272

269273
- The upgrade to RequireJS and r.js 2.0 includes changes that will break some
@@ -296,4 +300,4 @@ to see what's upcoming and to file feature requests and bug reports.
296300

297301
----
298302

299-
Copyright 2011-2012 John Whitley. See the file MIT-LICENSE for terms.
303+
Copyright 2011-2014 John Whitley. See the file MIT-LICENSE for terms.

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.1"
3+
Version = "0.9.2"
44
LibVersion = "2.1.10"
55
end
66
end

0 commit comments

Comments
 (0)