github_exporter 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dda3a0ab706ad7fe443e9ca9db877beeac0b6194
4
- data.tar.gz: ceb293501316328521408d2b450c9ea686014765
3
+ metadata.gz: ed3e1e647038d3dddf7395ec1f0795a10080700f
4
+ data.tar.gz: fc0e91116178005cb18c73b8cd8cf2cb1832a3e3
5
5
  SHA512:
6
- metadata.gz: 93f96785f0f5b19f6784ed850eedea2bf1c66df020af869a1335aadf1c696348bb9d56dbd359f7a0f278ccd126db3c7920b8390a983b7d9a999edc8defe3b556
7
- data.tar.gz: 2fc81e1a36e8f13a0b6ba666c2bbc4bc32ee257182d529a837571a3e00a2675324a987a66bb9d982d01e6964fca5aecc0329261eef4e2da75a05258380f84514
6
+ metadata.gz: 42efd5dfee17873d465ce6e2fdcf6f9278fb63a333a42de2c092962aa23402446a5c28fff8dc7a2e2c18c2f426832d23577607be252359a5a2ddbfefd7bd6787
7
+ data.tar.gz: 8f0b0458d0b2544ffc275ea23e71ecabbdbc25b58014a26cc0cc3d8ca2e3e5654207230869d54040325233cee2c009001971de6108abe9a068b826e179521991
@@ -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
- [![Gem Version](https://badge.fury.io/rb/github_exporter.svg)][gem]
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
@@ -1,3 +1,3 @@
1
1
  module GithubExporter
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
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.5
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-06-21 00:00:00.000000000 Z
11
+ date: 2014-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor