Regenerate gemspec for version 0.1.3
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class Fb2Book
|
||||
attr_accessor :title, :author_first_name, :author_last_name, :annotation, :genre, :lang, :keywords, :sections
|
||||
end
|
||||
@@ -0,0 +1,3 @@
|
||||
class Fb2Section
|
||||
attr_accessor :title, :contents
|
||||
end
|
||||
Reference in New Issue
Block a user