-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |