github_exporter 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +3 -7
- data/lib/github_exporter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed3e1e647038d3dddf7395ec1f0795a10080700f
|
4
|
+
data.tar.gz: fc0e91116178005cb18c73b8cd8cf2cb1832a3e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42efd5dfee17873d465ce6e2fdcf6f9278fb63a333a42de2c092962aa23402446a5c28fff8dc7a2e2c18c2f426832d23577607be252359a5a2ddbfefd7bd6787
|
7
|
+
data.tar.gz: 8f0b0458d0b2544ffc275ea23e71ecabbdbc25b58014a26cc0cc3d8ca2e3e5654207230869d54040325233cee2c009001971de6108abe9a068b826e179521991
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
#### 0.1.6
|
2
|
+
|
3
|
+
- NOTE: this gem is now deprecated. Please use [source2epub][] or [source2pdf][]
|
4
|
+
|
1
5
|
#### 0.1.5
|
2
6
|
|
3
7
|
- Update `agile_utils` to 0.1.4
|
@@ -32,3 +36,5 @@
|
|
32
36
|
[semantic versioning]: http://semver.org
|
33
37
|
[code_lister]: https://github.com/agilecreativity/code_lister
|
34
38
|
[vim_printer]: https://github.com/agilecreativity/vim_printer
|
39
|
+
[source2epub]: https://github.com/agilecreativity/source2epub
|
40
|
+
[source2pdf]: https://github.com/agilecreativity/source2pdf
|
data/README.md
CHANGED
@@ -1,12 +1,6 @@
|
|
1
1
|
## github_exporter
|
2
2
|
|
3
|
-
[
|
4
|
-
[![Dependency Status](https://gemnasium.com/agilecreativity/github_exporter.png)][gemnasium]
|
5
|
-
[![Code Climate](https://codeclimate.com/github/agilecreativity/github_exporter.png)][codeclimate]
|
6
|
-
|
7
|
-
[gem]: http://badge.fury.io/rb/github_exporter
|
8
|
-
[gemnasium]: https://gemnasium.com/agilecreativity/github_exporter
|
9
|
-
[codeclimate]: https://codeclimate.com/github/agilecreativity/github_exporter
|
3
|
+
DEPRECATED: please use [source2pdf][] or [source2epub][] for maximum awesome!!!
|
10
4
|
|
11
5
|
Export/print content of a given github repository (or local project directory) to single pdf for quick review offline.
|
12
6
|
|
@@ -154,3 +148,5 @@ The example screenshot:
|
|
154
148
|
[html2pdf]: https://github.com/agilecreativity/html2pdf
|
155
149
|
[monokai]: https://github.com/lsdr/monokai
|
156
150
|
[seoul256]: https://github.com/junegunn/seoul256.vim
|
151
|
+
[source2epub]: https://github.com/agilecreativity/source2epub
|
152
|
+
[source2pdf]: https://github.com/agilecreativity/source2pdf
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: github_exporter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Burin Choomnuan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|