hawx-alexandria 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -4,6 +4,11 @@ Alexandria is a command-line ebook manager.
4
4
 
5
5
  ## Installing
6
6
 
7
+ ``` bash
8
+ $ gem install hawx-alexandria
9
+ $ cat >> ~/.bash_rc
10
+ export ALEXANDRIA_LIBRARY='~/books' # set to location of library
11
+ ```
7
12
 
8
13
  ## Adding a book
9
14
 
@@ -31,14 +31,6 @@ module Alexandria
31
31
 
32
32
  created
33
33
  end
34
-
35
- def epub_path
36
- File.join path, File.basename(path) + '.epub'
37
- end
38
-
39
- def mobi_path
40
- File.join path, File.basename(path) + '.mobi'
41
- end
42
34
  end
43
35
 
44
36
  class Author
@@ -0,0 +1,3 @@
1
+ module Alexandria
2
+ VERSION = '0.1.1'
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hawx-alexandria
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-16 00:00:00.000000000 Z
12
+ date: 2013-09-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: peregrin
@@ -130,9 +130,11 @@ files:
130
130
  - lib/alexandria/helpers.rb
131
131
  - lib/alexandria/library.rb
132
132
  - lib/alexandria/storage.rb
133
+ - lib/alexandria/version.rb
133
134
  - lib/alexandria.rb
134
135
  homepage: http://github.com/hawx/alexandria
135
- licenses: []
136
+ licenses:
137
+ - MIT
136
138
  post_install_message:
137
139
  rdoc_options: []
138
140
  require_paths: