forked from CleanTalk/ruby-antispam
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcleantalk.gemspec
More file actions
19 lines (19 loc) · 761 Bytes
/
cleantalk.gemspec
File metadata and controls
19 lines (19 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Gem::Specification.new do |s|
s.name = 'cleantalk'
s.version = '0.2.0'
s.licenses = ['MIT']
s.summary = "Talk to cleantalk.org API for antispam"
s.description = ""
s.authors = [""]
s.email = ""
s.files = ["lib/cleantalk.rb",
"lib/cleantalk/check_message.rb",
"lib/cleantalk/check_message_result.rb",
"lib/cleantalk/check_newuser.rb",
"lib/cleantalk/check_newuser_result.rb",
"lib/cleantalk/request.rb",
"lib/cleantalk/result.rb"]
s.homepage = "https://github.com/CleanTalk/ruby-antispam"
s.add_development_dependency 'rspec', '~> 3.6'
s.add_development_dependency 'webmock', '~> 3.0'
end