Update gemspec, bump version, and fix comment
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
require 'pstore'
|
||||
|
||||
module Calligraphy
|
||||
# Resource that's handles writing and deleting directories and files to disk.
|
||||
# Resource responsible for writing and deleting directories and files to disk.
|
||||
class FileResource < Resource
|
||||
DAV_PROPERTY_METHODS = %w[
|
||||
creationdate displayname getcontentlanguage getcontentlength
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Calligraphy
|
||||
VERSION = '0.3.0'
|
||||
VERSION = '0.3.1'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user