Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

Commit

Permalink
Fix for files list
Browse files Browse the repository at this point in the history
  • Loading branch information
kpheasey committed Sep 2, 2014
1 parent 27a7012 commit 4e8f5e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -336,4 +336,4 @@ This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.
Public License instead of this License.
10 changes: 5 additions & 5 deletions let_us_hide.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ require 'let_us_hide/version'
Gem::Specification.new do |spec|
spec.name = 'let_us_hide'
spec.version = LetUsHide::VERSION
spec.authors = ['Kevin']
spec.email = ['kevin.pheasey@gmail.com']
spec.authors = ['Kevin Pheasey']
spec.email = ['me@kevin-pheasey.com']
spec.summary = %q{Simple Gem to work with the letushide.com api.}
spec.description = %q{Simple Gem to work with the letushide.com api.}
spec.homepage = ''
spec.license = 'GPL2'
spec.homepage = 'https://github.com/kpheasey/let_us_hide'
spec.licenses = ['GPL2']

spec.files = `git ls-files -z`.split('\x0')
spec.files = `git ls-files -z`.split("\u0000")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
Expand Down

0 comments on commit 4e8f5e9

Please sign in to comment.