aboutsummaryrefslogtreecommitdiffstats
path: root/refinerycms-blog.gemspec
diff options
context:
space:
mode:
authorPhilip Arndt <p@arndt.io>2013-10-22 19:24:23 +1300
committerPhilip Arndt <p@arndt.io>2013-10-22 19:25:17 +1300
commitb25114c79eeffa4709bc477f9a90dc8f9f5c2939 (patch)
treed911ae7c101e968e30f7c6311b2abdb53bc9ac21 /refinerycms-blog.gemspec
parent77f65da471906e1b2a8ec06720c47cf54baffd6b (diff)
downloadrefinerycms-blog-b25114c79eeffa4709bc477f9a90dc8f9f5c2939.tar.gz
refinerycms-blog-b25114c79eeffa4709bc477f9a90dc8f9f5c2939.tar.bz2
refinerycms-blog-b25114c79eeffa4709bc477f9a90dc8f9f5c2939.zip
Clarify license, authors, version requirement.
Diffstat (limited to 'refinerycms-blog.gemspec')
-rw-r--r--refinerycms-blog.gemspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/refinerycms-blog.gemspec b/refinerycms-blog.gemspec
index 6ded22c..907bbcd 100644
--- a/refinerycms-blog.gemspec
+++ b/refinerycms-blog.gemspec
@@ -7,8 +7,9 @@ Gem::Specification.new do |s|
s.summary = %q{Ruby on Rails blogging engine for Refinery CMS.}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com/blog}
- s.authors = ['Resolve Digital', 'Neoteric Design']
+ s.authors = ['Philip Arndt', 'Uģis Ozols', 'Joe Sak']
s.require_paths = %w(lib)
+ s.license = %q{MIT}
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- spec/*`.split("\n")