Skip to content

Commit

Permalink
read postinstall.txt, duh
Browse files Browse the repository at this point in the history
  • Loading branch information
eval committed Mar 5, 2012
1 parent aa67120 commit 76e2469
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sudo_attr_accessibility.gemspec
Expand Up @@ -4,11 +4,11 @@ require File.expand_path('../lib/sudo_attr_accessibility/version', __FILE__)
Gem::Specification.new do |gem| Gem::Specification.new do |gem|
gem.authors = ["Gert Goet"] gem.authors = ["Gert Goet"]
gem.email = ["gert@thinkcreate.nl"] gem.email = ["gert@thinkcreate.nl"]
gem.description = %q{See su_attr_accessibility} gem.description = %q{This gem is obsolete due to renaming. Please use su_attr_accessibility}
gem.summary = %q{See su_attr_accessibility} gem.summary = %q{This gem is obsolete due to renaming. Please use su_attr_accessibility}
gem.homepage = "https://github.com/eval/sudo_attr_accessibility" gem.homepage = "https://github.com/eval/sudo_attr_accessibility"
gem.license = "MIT" gem.license = "MIT"
gem.post_install_message = "PostInstall.txt" gem.post_install_message = File.read("PostInstall.txt")


gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n") gem.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 76e2469

Please sign in to comment.