remote_partial 0.7.0 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +1,15 @@
|
|
1
1
|
module RemotePartial
|
2
|
-
VERSION = "0.7.
|
2
|
+
VERSION = "0.7.1"
|
3
3
|
end
|
4
4
|
|
5
5
|
# History
|
6
6
|
# =======
|
7
7
|
#
|
8
|
+
# 0.7.1 Ensures code works in standalone mode
|
9
|
+
# -------------------------------------------
|
10
|
+
# An additional require statement to load all the required libraries when not
|
11
|
+
# relying on Rails to load them.
|
12
|
+
#
|
8
13
|
# 0.7.0 Removes dependency on Rails
|
9
14
|
# ---------------------------------
|
10
15
|
# The rails dependency was only required to determine a couple of paths,
|