jscalc 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 80f42a3213f6474d4b3bab8f9c569096c7a06cc9
4
- data.tar.gz: f0d36f668fa8f3c1e7d893be4abd2ffad5122d44
3
+ metadata.gz: 40a17ebdd6ee10076428da03d6746473d95d3cc1
4
+ data.tar.gz: 8c119f3856c80f4f5544d5e2d5673421ffb9f230
5
5
  SHA512:
6
- metadata.gz: 0ec873b8c99db9c92d1bd7203a8c376e0d07b0e1dfd4daff7c4a43196d6959d0af79cd0b219b399aadfda5d59d12ef8bbf0d5a00e8fd50859358e08c644691b2
7
- data.tar.gz: ad900ad1eebe095f0e6d4b8e11ab3be8fb2fe336a323b67d489afe82ba99bf05466938e67878c37490d1206532ffa8885481578312e7a5e32c822d8afaf7c150
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jscalc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - tomgdow