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

Commit

Permalink
Update the gem version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carsomyr committed Dec 14, 2015
1 parent 663dd3b commit a2db510
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## requirejs-rails changelog

### v1.0.0

- Update `require.js` and `r.js` to `2.1.22`.
- Fix a `sass-rails` `3.*.*` backwards compatibility issue (credit `@merqlove`).
- Fix a Sprockets `3.3.0` backwards compatibility issue (credit `@swils`).

### v0.9.9

- Fix an asset digesting regression in #238 (credit @jonhyman).
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
requirejs-rails (0.9.8)
requirejs-rails (1.0.0)
railties (>= 3.1.1)

GEM
Expand Down
4 changes: 2 additions & 2 deletions lib/requirejs/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Requirejs
module Rails
Version = "0.9.9"
LibVersion = "2.1.19"
Version = "1.0.0"
LibVersion = "2.1.22"
end
end

0 comments on commit a2db510

Please sign in to comment.