Update README, gemspec, and bump version

This commit is contained in:
Brandon Robins
2017-11-21 01:05:46 -06:00
parent 74134e8209
commit b0275e379d
4 changed files with 81 additions and 46 deletions

View File

@@ -6,9 +6,10 @@ require 'calligraphy/version'
Gem::Specification.new do |s|
s.name = 'calligraphy'
s.version = Calligraphy::VERSION
s.summary = 'WebDAV extension for Rails 5+'
s.summary = 'WebDAV framework and extension for Rails 5'
s.description = 'WebDAV framework and extension for Rails 5'
s.author = 'Brandon Robins'
s.email = 'brandon.robins@onebnottwo.com'
s.email = 'brandon@onebnottwo.com'
s.homepage = 'http://www.github.com/eanlain/calligraphy'
s.license = 'MIT'
@@ -16,7 +17,4 @@ Gem::Specification.new do |s|
s.test_files = Dir['spec/**/*']
s.add_dependency 'rails', '>= 5.0'
s.add_development_dependency 'pry-nav'
s.add_development_dependency 'rspec'
end