Skip to content

Commit 68d9499

Browse files
committed
added dependencies and updated authors
1 parent 5b98e36 commit 68d9499

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

chemistrykit.gemspec

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
Gem::Specification.new do |s|
22
s.name = "chemistrykit"
33
s.version = "0.0.1"
4-
s.author = "Arrgyle"
5-
s.email = "jason@arrgyle.com"
4+
s.author = ["Dave Haeffner", "Jason Wieringa"]
5+
s.email = ["dave@arrgyle.com", "jason@arrgyle.com"]
66
s.homepage = "https://github.com/arrgyle/chemistrykit"
77
s.summary = "Automation framework for Selenium"
88

99
s.required_ruby_version = '>=1.9'
10+
11+
s.add_dependency = "thor", "~> 0.16.0"
12+
s.add_dependency = "rspec", "~> 2.12.0"
1013
end

0 commit comments

Comments
 (0)