Skip to content

Commit

Permalink
Bump to 0.1.0pre2. Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
blinry committed Jul 4, 2015
1 parent 6a5b007 commit 7ffb9f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@

# Installation

You'll need Ruby and gnuplot, as well as the `nokogiri` gem:
You'll need Ruby, Rubygems and gnuplot >= 5.0. Then run this command:

$ gem install nokogiri

Then clone this repository, and put the `nom` executable in your `PATH`.
$ gem install --prerelease nom

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).

Expand Down
6 changes: 3 additions & 3 deletions nom.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Gem::Specification.new do |s|
s.version = "0.1.0"
s.add_runtime_dependency "nokogiri", "~> 1.6"
s.executables << "nom"
s.date = "2015-06-30"
s.date = "2015-07-03"
s.summary = "Lose weight and hair through stress and poor nutrition"
s.description = "nom is a command line tool that helps you lose weight by
tracking your energy intake and creating a negative feedback loop.
It's inspired by John Walker's \"The Hacker's Diet\" and tries to
automate things as much as possible."
s.authors = ["Sebastian Morr"]
s.email = "[email protected]"
s.files = ["lib/nom/nom.plt.erb"]
s.requirements << 'gnuplot 5'
s.files = Dir.glob("{bin,lib}/**/*") + %w(README.md)
s.requirements << 'gnuplot >= 5.0'
s.homepage = "https://github.com/blinry/nom"
s.license = "GPL-2.0+"
end

0 comments on commit 7ffb9f4

Please sign in to comment.