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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 03c808c1d39fe596bb628f6fcf0a92e55da05866
4
- data.tar.gz: d086b0299a0a6257d725fc9094bc187ce4eb8040
3
+ metadata.gz: 89b4e15ea4c1ac3760825032ae36a0694d03ad48
4
+ data.tar.gz: 871d6fecf283a3299975f28bb28703610631c407
5
5
  SHA512:
6
- metadata.gz: 2ebeb2ab3fad16648f96a734e84b939a2350713d6c18b44893927f45619b59999dcc451305949ed9b01ade7aee05b0bf852c187f18eaddd48fb512702d798a4b
7
- data.tar.gz: b6d2b21ec45bfc29af2324d2094abccd55cad40cde0fa6ebe6215d74aaeb7aa908752ed73aec3fb248efe6b3ea8c918e1d1ac883f217eae936a389ec0f535ae4
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 >= 5.0. Then run this command:
7
+ You'll need Ruby, Rubygems and gnuplot. Then run this command:
8
8
 
9
- $ gem install --prerelease nom
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, as well as a target "weight loss per week" (0.5 is a good value).
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.0
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-03 00:00:00.000000000 Z
11
+ date: 2015-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri