jscalc 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f7ebe62b4c8e29768de1947d7c616a0909abece
|
|
4
|
+
data.tar.gz: 84fa13557c141b14a067e6a4938b7f6e9421c66e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bac9d2b5b389e7d233208aec5b5339e408887f335dc984d676d1b1839f8d354593f3bba970a4d96c413068b856d74a82cd9687864f873979554b33fce727c306
|
|
7
|
+
data.tar.gz: 49dc6439c69c14e291f898c8398f074ec9d0b72c29f0ba336cb2ac48f35e72dd3b52ae8aa172a5dfaf510c1ec2117cff0730b66e810c14fc503ac37912309582
|
data/README.md
CHANGED
|
@@ -43,9 +43,9 @@ Add the following line to the head section of **application.html.erb**
|
|
|
43
43
|
|
|
44
44
|
**TO MAKE THE CALCULATOR DRAGGABLE**, ensure that jQuery-ui is installed or add the following files to the head section of **application.html.erb** BEFORE the stylesheet link tag.
|
|
45
45
|
|
|
46
|
-
> <script type
|
|
46
|
+
> <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js\"></script>
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
> <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js\"></script>
|
|
49
49
|
## Usage
|
|
50
50
|
|
|
51
51
|
Math.random()
|