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

Commit f610b33

Browse files
committed
Merge pull request #76 from billmag/master
Require.js to 2.1.2, almond to 0.2.3, fixes to ERB processing, adds support for config option
2 parents a185040 + e0272b7 commit f610b33

File tree

9 files changed

+21717
-13687
lines changed

9 files changed

+21717
-13687
lines changed

.rvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# First we specify our desired <ruby>[@<gemset>], the @gemset name is optional,
77
# Only full ruby name is supported here, for short names use:
88
# echo "rvm use 1.9.3" > .rvmrc
9-
environment_id="ruby-1.9.3-p125@requirejs-rails"
9+
environment_id="ruby-1.9.3@requirejs-rails"
1010

1111
# Uncomment the following lines if you want to verify rvm version per project
1212
# rvmrc_rvm_version="1.10.2" # 1.10.1 seams as a safe start

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.9.1
5+
6+
- Updated to to require.js \ r.js 2.1.2, and almond 0.2.2
7+
48
# v0.9.0
59

610
- **BREAKING CHANGE**: Upgrade RequireJS and r.js to v2.0.0

Gemfile.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,94 @@
11
PATH
22
remote: .
33
specs:
4-
requirejs-rails (0.9.0)
4+
requirejs-rails (0.9.1)
55
railties (>= 3.1.1, < 3.3)
66

77
GEM
88
remote: http://rubygems.org/
99
specs:
10-
actionmailer (3.2.1)
11-
actionpack (= 3.2.1)
12-
mail (~> 2.4.0)
13-
actionpack (3.2.1)
14-
activemodel (= 3.2.1)
15-
activesupport (= 3.2.1)
10+
actionmailer (3.2.8)
11+
actionpack (= 3.2.8)
12+
mail (~> 2.4.4)
13+
actionpack (3.2.8)
14+
activemodel (= 3.2.8)
15+
activesupport (= 3.2.8)
1616
builder (~> 3.0.0)
1717
erubis (~> 2.7.0)
18-
journey (~> 1.0.1)
18+
journey (~> 1.0.4)
1919
rack (~> 1.4.0)
20-
rack-cache (~> 1.1)
20+
rack-cache (~> 1.2)
2121
rack-test (~> 0.6.1)
22-
sprockets (~> 2.1.2)
23-
activemodel (3.2.1)
24-
activesupport (= 3.2.1)
22+
sprockets (~> 2.1.3)
23+
activemodel (3.2.8)
24+
activesupport (= 3.2.8)
2525
builder (~> 3.0.0)
26-
activerecord (3.2.1)
27-
activemodel (= 3.2.1)
28-
activesupport (= 3.2.1)
29-
arel (~> 3.0.0)
26+
activerecord (3.2.8)
27+
activemodel (= 3.2.8)
28+
activesupport (= 3.2.8)
29+
arel (~> 3.0.2)
3030
tzinfo (~> 0.3.29)
31-
activeresource (3.2.1)
32-
activemodel (= 3.2.1)
33-
activesupport (= 3.2.1)
34-
activesupport (3.2.1)
31+
activeresource (3.2.8)
32+
activemodel (= 3.2.8)
33+
activesupport (= 3.2.8)
34+
activesupport (3.2.8)
3535
i18n (~> 0.6)
3636
multi_json (~> 1.0)
37-
arel (3.0.0)
38-
builder (3.0.0)
37+
arel (3.0.2)
38+
builder (3.0.4)
3939
erubis (2.7.0)
40-
execjs (1.3.0)
40+
execjs (1.4.0)
4141
multi_json (~> 1.0)
4242
hike (1.2.1)
43-
i18n (0.6.0)
44-
journey (1.0.1)
45-
jquery-rails (2.0.0)
46-
railties (>= 3.2.0.beta, < 5.0)
43+
i18n (0.6.1)
44+
journey (1.0.4)
45+
jquery-rails (2.1.3)
46+
railties (>= 3.1.0, < 5.0)
4747
thor (~> 0.14)
48-
json (1.6.5)
49-
mail (2.4.1)
48+
json (1.7.5)
49+
mail (2.4.4)
5050
i18n (>= 0.4.0)
5151
mime-types (~> 1.16)
5252
treetop (~> 1.4.8)
53-
mime-types (1.17.2)
54-
multi_json (1.0.4)
53+
mime-types (1.19)
54+
multi_json (1.3.7)
5555
polyglot (0.3.3)
5656
rack (1.4.1)
57-
rack-cache (1.1)
57+
rack-cache (1.2)
5858
rack (>= 0.4)
5959
rack-ssl (1.3.2)
6060
rack
61-
rack-test (0.6.1)
61+
rack-test (0.6.2)
6262
rack (>= 1.0)
63-
rails (3.2.1)
64-
actionmailer (= 3.2.1)
65-
actionpack (= 3.2.1)
66-
activerecord (= 3.2.1)
67-
activeresource (= 3.2.1)
68-
activesupport (= 3.2.1)
63+
rails (3.2.8)
64+
actionmailer (= 3.2.8)
65+
actionpack (= 3.2.8)
66+
activerecord (= 3.2.8)
67+
activeresource (= 3.2.8)
68+
activesupport (= 3.2.8)
6969
bundler (~> 1.0)
70-
railties (= 3.2.1)
71-
railties (3.2.1)
72-
actionpack (= 3.2.1)
73-
activesupport (= 3.2.1)
70+
railties (= 3.2.8)
71+
railties (3.2.8)
72+
actionpack (= 3.2.8)
73+
activesupport (= 3.2.8)
7474
rack-ssl (~> 1.3.2)
7575
rake (>= 0.8.7)
7676
rdoc (~> 3.4)
77-
thor (~> 0.14.6)
77+
thor (>= 0.14.6, < 2.0)
7878
rake (0.9.2.2)
7979
rdoc (3.12)
8080
json (~> 1.4)
81-
sprockets (2.1.2)
81+
sprockets (2.1.3)
8282
hike (~> 1.2)
8383
rack (~> 1.0)
8484
tilt (~> 1.1, != 1.3.0)
85-
sqlite3 (1.3.5)
86-
thor (0.14.6)
85+
sqlite3 (1.3.6)
86+
thor (0.16.0)
8787
tilt (1.3.3)
88-
treetop (1.4.10)
88+
treetop (1.4.12)
8989
polyglot
9090
polyglot (>= 0.3.1)
91-
tzinfo (0.3.31)
91+
tzinfo (0.3.35)
9292

9393
PLATFORMS
9494
ruby

0 commit comments

Comments
 (0)