We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194e31c commit 687a302Copy full SHA for 687a302
ruby_wordcram.gemspec
@@ -6,11 +6,10 @@ require 'ruby_wordcram/version'
6
Gem::Specification.new do |spec|
7
spec.name = 'ruby_wordcram'
8
spec.version = WordCram::VERSION
9
- spec.has_rdoc = true
10
spec.extra_rdoc_files = %w{README.md LICENSE}
11
spec.summary = %q{Updated and extended WordCram library for JRubyArt and propane}
12
spec.description =<<-EOS
13
- WordCram library wrapped in a rubygem. Compiled and tested with JRubyArt-1.4.6 and processing-3.3.6
+ WordCram library wrapped in a rubygem. Compiled and tested with JRubyArt-1.6.3 and processing-3.5.3
14
EOS
15
spec.licenses = %w{Apache-2.0}
16
spec.authors = %w{Dan\ Bernier Jonathan\ Feinberg Martin\ Prout}
0 commit comments