nom 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 +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89b4e15ea4c1ac3760825032ae36a0694d03ad48
|
4
|
+
data.tar.gz: 871d6fecf283a3299975f28bb28703610631c407
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e05eeb5fa85df464fdf02d6b9d8bba1fe3b2555e18359c0b3d7a297ac835e54f33cce9f4d6b0e433b300ff35712ead73d53f7fee55c2368da1f2e4f3fc9e56b1
|
7
|
+
data.tar.gz: c604e3304ac14ffcc89c868592aa06364428915a4987dacab4f9b828ee6eb846286a792554427c7b673b170f4b15005825673aace33330fe6c51181d0055e4f9
|
data/README.md
CHANGED
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
# Installation
|
6
6
|
|
7
|
-
You'll need Ruby, Rubygems and gnuplot
|
7
|
+
You'll need Ruby, Rubygems and gnuplot. Then run this command:
|
8
8
|
|
9
|
-
$ gem install
|
9
|
+
$ gem install nom
|
10
10
|
|
11
|
-
When you run `nom` for the first time, it will ask for your current and your desired weight
|
11
|
+
When you run `nom` for the first time, it will ask for your current and your desired weight.
|
12
12
|
|
13
13
|
# Basics
|
14
14
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nom
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sebastian Morr
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-07-
|
11
|
+
date: 2015-07-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|