Update gemspec, bump version, and fix comment

This commit is contained in:
Brandon Robins
2018-01-01 10:28:13 -06:00
parent 8df996ce5d
commit 46ff7a934f
4 changed files with 14 additions and 16 deletions

View File

@@ -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

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Calligraphy
VERSION = '0.3.0'
VERSION = '0.3.1'
end