We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10df06e commit fec968cCopy full SHA for fec968c
cleantalk.gemspec
@@ -1,12 +1,18 @@
1
Gem::Specification.new do |s|
2
s.name = 'cleantalk'
3
- s.version = '0.1.0'
+ s.version = '0.2.0'
4
s.licenses = ['MIT']
5
s.summary = "Talk to cleantalk.org API for antispam"
6
s.description = ""
7
s.authors = [""]
8
s.email = ""
9
- s.files = ["lib/cleantalk.rb"]
+ s.files = ["lib/cleantalk.rb",
10
+ "lib/cleantalk/check_message.rb",
11
+ "lib/cleantalk/check_message_result.rb",
12
+ "lib/cleantalk/check_newuser.rb",
13
+ "lib/cleantalk/check_newuser_result.rb",
14
+ "lib/cleantalk/request.rb",
15
+ "lib/cleantalk/result.rb"]
16
s.homepage = "https://github.com/CleanTalk/ruby-antispam"
17
s.add_development_dependency 'rspec', '~> 3.6'
18
s.add_development_dependency 'webmock', '~> 3.0'
0 commit comments