[Groonga-commit] ranguba/chupa-text at ea659b4 [master] Add missing license file

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jan 4 22:34:30 JST 2014


Kouhei Sutou	2014-01-04 22:34:30 +0900 (Sat, 04 Jan 2014)

  New Revision: ea659b4bb05ce09405e87f4e99308ddec32be44d
  https://github.com/ranguba/chupa-text/commit/ea659b4bb05ce09405e87f4e99308ddec32be44d

  Message:
    Add missing license file

  Modified files:
    chupa-text.gemspec

  Modified: chupa-text.gemspec (+2 -1)
===================================================================
--- chupa-text.gemspec    2014-01-04 22:34:15 +0900 (d963d98)
+++ chupa-text.gemspec    2014-01-04 22:34:30 +0900 (d257d52)
@@ -39,7 +39,8 @@ Gem::Specification.new do |spec|
   description = clean_white_space.call(entries[entries.index("Description") + 1])
   spec.summary, spec.description, = description.split(/\n\n+/, 3)
   spec.license = "LGPLv2.1 or later"
-  spec.files = ["README.md", "Rakefile", "Gemfile", "#{spec.name}.gemspec"]
+  spec.files = ["#{spec.name}.gemspec"]
+  spec.files += ["README.md", "LICENSE.txt", "Rakefile", "Gemfile"]
   spec.files += [".yardopts"]
   spec.files += Dir.glob("data/*.conf")
   spec.files += Dir.glob("lib/**/*.rb")
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index