We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3f9a0 commit 2bd5dc0Copy full SHA for 2bd5dc0
script/Gemfile
@@ -0,0 +1,2 @@
1
+source 'https://rubygems.org'
2
+gem 'eeepub'
script/Gemfile.lock
@@ -0,0 +1,14 @@
+GEM
+ remote: https://rubygems.org/
3
+ specs:
4
+ builder (3.2.2)
5
+ eeepub (0.8.1)
6
+ builder
7
+ rubyzip
8
+ rubyzip (0.9.9)
9
+
10
+PLATFORMS
11
+ ruby
12
13
+DEPENDENCIES
14
+ eeepub
epub.rb renamed to script/epub.rb
0 commit comments