Skip to content

Commit 82c6fbb

Browse files
committed
Added files and executables to the gemspec'
1 parent a823e27 commit 82c6fbb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md README

File renamed without changes.

chemistrykit.gemspec

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Gem::Specification.new do |s|
55
s.email = ["dave@arrgyle.com", "jason@arrgyle.com"]
66
s.homepage = "https://github.com/arrgyle/chemistrykit"
77
s.summary = "Automation framework for Selenium in Ruby"
8+
s.description = File.read(File.join(File.dirname(__FILE__), 'README'))
9+
10+
s.files = Dir["{bin,lib,spec}/**/*"] + %w(LICENSE README)
11+
s.executables = [ 'ckit' ]
812

913
s.required_ruby_version = '>=1.9'
1014

0 commit comments

Comments
 (0)