github_exporter 0.1.3 → 0.1.4
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 +2 -2
- data/github_exporter.gemspec +2 -2
- data/lib/github_exporter/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d14a3da26f803accd56d9d90acb28e5ef4ad4e5a
|
4
|
+
data.tar.gz: f0a394dba98d64bad57fa9be7e82bcec86e71315
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e65a9d4c00f12df0be4882320a831da4839bdc0a86e85089467b08aa1aa3c431806dc38279817e3c76f694d0b3b30f3f38f2c0a0c12f9c6e13275181cf47a95
|
7
|
+
data.tar.gz: 19e937accbdf80f358f6c37461c3cbdec5c344f14e64358678c89de269527ade01a1790d816222561f59c989b421f37faa2a186c3ff4615abd89e55982b9ff8d
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
#### 0.1.4
|
2
|
+
|
3
|
+
- Use the latest version of [vim_printer][] gem
|
4
|
+
- Use the latest version of [code_lister][] gem
|
5
|
+
|
1
6
|
#### 0.1.3
|
2
7
|
|
3
8
|
- Use the latest version of [vim_printer][] gem
|
@@ -18,4 +23,5 @@
|
|
18
23
|
- Allow the export from local source
|
19
24
|
|
20
25
|
[semantic versioning]: http://semver.org
|
26
|
+
[code_lister]: https://github.com/agilecreativity/code_lister
|
21
27
|
[vim_printer]: https://github.com/agilecreativity/vim_printer
|
data/README.md
CHANGED
@@ -146,8 +146,8 @@ The example screenshot:
|
|
146
146
|
[pry]: https://github.com/pry/pry
|
147
147
|
[rubocop]: https://github.com/bbatsov/rubocop
|
148
148
|
[grit]: https://github.com/mojombo/grit
|
149
|
-
[Ghostscript]: http://
|
150
|
-
[Wkhtmltopdf]:
|
149
|
+
[Ghostscript]: http://ghostscript.com/doc/current/Install.htm
|
150
|
+
[Wkhtmltopdf]: https://github.com/pdfkit/pdfkit/wiki/Installing-WKHTMLTOPDF
|
151
151
|
[Vim]: http://www.vim.org
|
152
152
|
[vim_printer]: https://github.com/agilecreativity/vim_printer
|
153
153
|
[pdfs2pdf]: https://github.com/agilecreativity/pdfs2pdf
|
data/github_exporter.gemspec
CHANGED
@@ -30,8 +30,8 @@ Gem::Specification.new do |spec|
|
|
30
30
|
spec.add_runtime_dependency "git", "~> 1.2"
|
31
31
|
spec.add_runtime_dependency "awesome_print", "~> 1.2"
|
32
32
|
spec.add_runtime_dependency "agile_utils", "~> 0.1.3"
|
33
|
-
spec.add_runtime_dependency "code_lister", "~> 0.1.
|
34
|
-
spec.add_runtime_dependency "vim_printer", "~> 0.1.
|
33
|
+
spec.add_runtime_dependency "code_lister", "~> 0.1.4"
|
34
|
+
spec.add_runtime_dependency "vim_printer", "~> 0.1.11"
|
35
35
|
spec.add_runtime_dependency "html2pdf", "~> 0.1.6"
|
36
36
|
spec.add_runtime_dependency "pdfs2pdf", "~> 0.1.6"
|
37
37
|
spec.add_development_dependency "bundler", "~> 1.5"
|
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.4
|
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-
|
11
|
+
date: 2014-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -72,28 +72,28 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.1.
|
75
|
+
version: 0.1.4
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.1.
|
82
|
+
version: 0.1.4
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: vim_printer
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 0.1.
|
89
|
+
version: 0.1.11
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 0.1.
|
96
|
+
version: 0.1.11
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: html2pdf
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|