jscalc 0.1.4 → 0.1.5
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 +4 -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: 40a17ebdd6ee10076428da03d6746473d95d3cc1
|
|
4
|
+
data.tar.gz: 8c119f3856c80f4f5544d5e2d5673421ffb9f230
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d4704f8d019d866aa193b90ffac063d7bcbbf674c28ffc911eca60b47e783dba3a7720647046c2228bf36e4982df2be55a739e07190e67af3073afd55afd763
|
|
7
|
+
data.tar.gz: 0a3a7f44b4e0c315dc95bbfe1a8bdd5236cf7170bd0e9f05f94a4a87d1f09c2ab796337f108ebd590915929a36c2d64aef3b762052ade5e109645b5409e545ea
|
data/README.md
CHANGED
|
@@ -8,7 +8,9 @@ To make it draggable (moveable), jQuery-UI is required.
|
|
|
8
8
|
|
|
9
9
|
As well as having basic mathematical functions, many built-in JavaScript
|
|
10
10
|
functions, such as those available in the **Math** Object are available.
|
|
11
|
-
Examples are **Math.random ()** and **parseInt()**.
|
|
11
|
+
Examples are **Math.random ()** and **parseInt()**.
|
|
12
|
+
|
|
13
|
+
[See the gem](http://tgd-jscalc.herokuapp.com/) in a basic Ruby-on-Rails (v 3.2)
|
|
12
14
|
|
|
13
15
|
## Installation
|
|
14
16
|
Add this line to your application's Gemfile:
|
|
@@ -97,7 +99,7 @@ See [here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Glo
|
|
|
97
99
|
|
|
98
100
|
Written by Thomas Dowling ([tomgdow](http://mathematica.stackexchange.com/users/106/tomd))
|
|
99
101
|
|
|
100
|
-
The National College of Ireland
|
|
102
|
+
[The National College of Ireland](http://www.ncirl.ie/)
|
|
101
103
|
|
|
102
104
|
thomasgdowling@gmail.com
|
|
103
105
|
|