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

Commit a2db510

Browse files
committed
Update the gem version to 1.0.0
1 parent 663dd3b commit a2db510

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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+
### v1.0.0
6+
7+
- Update `require.js` and `r.js` to `2.1.22`.
8+
- Fix a `sass-rails` `3.*.*` backwards compatibility issue (credit `@merqlove`).
9+
- Fix a Sprockets `3.3.0` backwards compatibility issue (credit `@swils`).
10+
511
### v0.9.9
612

713
- Fix an asset digesting regression in #238 (credit @jonhyman).

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.8)
4+
requirejs-rails (1.0.0)
55
railties (>= 3.1.1)
66

77
GEM

lib/requirejs/rails/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Requirejs
22
module Rails
3-
Version = "0.9.9"
4-
LibVersion = "2.1.19"
3+
Version = "1.0.0"
4+
LibVersion = "2.1.22"
55
end
66
end

0 commit comments

Comments
 (0)