Skip to content

Commit

Permalink
updated license in Gemspec and removed announcement from README
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweston committed Nov 25, 2015
1 parent cd7dd2f commit 1e09e7c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ coverage/
Gemfile.lock
*.swp
.bundle
.idea
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@

a library for financial modelling in Ruby.

## Announcement

I'm looking for someone interested in taking over as the maintainer of the
`finance` package. Send me a message on GitHub if you are interested.

As much as I would like to continue to develop and maintain this code, the
fact of the matter is that I no longer have the time to do so. There are
several pull requests and good suggestions that have been left by the wayside
due to my inaction, and I don't think that is right.

I originally wrote this code for a personal project, and I've always been
flattered that the Ruby community has found it to be useful. Thanks!

## INSTALL

$ sudo gem install finance
Expand Down
1 change: 1 addition & 0 deletions finance.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 1e09e7c

Please sign in to comment.