-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated license in Gemspec and removed announcement from README
- Loading branch information
1 parent
cd7dd2f
commit 1e09e7c
Showing
3 changed files
with
2 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ coverage/ | |
Gemfile.lock | ||
*.swp | ||
.bundle | ||
.idea |
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 |
---|---|---|
|
@@ -5,6 +5,7 @@ SPEC = Gem::Specification.new do |s| | |
s.name = "finance" | ||
s.version = "2.0.0" | ||
s.author = "Bill Kranec" | ||
s.license = "LGPL-3.0" | ||
s.email = "[email protected]" | ||
s.platform = Gem::Platform::RUBY | ||
s.summary = "a library for financial modelling in Ruby." | ||
|