Skip to content

Commit

Permalink
Adds MIT license to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ckdake committed Nov 16, 2021
1 parent 3c27c77 commit bbeeb09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setler.gemspec
Expand Up @@ -7,6 +7,7 @@ Gem::Specification.new do |s|
s.version = Setler::VERSION
s.authors = ["Chris Kelly"]
s.email = ["ckdake@ckdake.com"]
s.license = 'MIT'
s.homepage = "https://github.com/ckdake/setler"
s.summary = %q{Settler lets you use the 'Feature Flags' pettern or add settings to models.}
s.description = %q{Setler is a Gem that lets one easily implement the "Feature Flags" pattern, or add settings to individual models. This is a cleanroom implementation of what the 'rails-settings' gem does. It's been forked all over the place, and my favorite version of it doesn't have any tests and doesn't work with settings associated with models.}
Expand Down

0 comments on commit bbeeb09

Please sign in to comment.