eeepub 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +3 -0
  2. data/VERSION +1 -1
  3. metadata +2 -2
data/README.md CHANGED
@@ -10,6 +10,9 @@ Usage
10
10
 
11
11
  epub = EeePub::Basic.new(
12
12
  :title => 'simple',
13
+ :creator => 'jugyo',
14
+ :publisher => 'jugyo.org',
15
+ :date => "2010-05-06",
13
16
  :id => {'URL' => 'http://example.com/book/foo'},
14
17
  :uid => 'http://example.com/book/foo'
15
18
  )
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 1
9
- version: 0.3.1
8
+ - 2
9
+ version: 0.3.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - jugyo