Regenerate gemspec for version 0.1.3

This commit is contained in:
magnolia-fan
2011-07-18 01:36:09 +04:00
parent 28b6001b0e
commit c0c41e9396
12 changed files with 249 additions and 14 deletions
+3
View File
@@ -0,0 +1,3 @@
class Fb2Book
attr_accessor :title, :author_first_name, :author_last_name, :annotation, :genre, :lang, :keywords, :sections
end
+3
View File
@@ -0,0 +1,3 @@
class Fb2Section
attr_accessor :title, :contents
end