github-markdown-preview 1.6.0 → 1.6.1
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 +14 -6
- data/CHANGELOG.md +3 -0
- data/github-markdown-preview.gemspec +1 -0
- data/lib/github-markdown-preview/version.rb +1 -1
- metadata +19 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
M2I4ZTQ5MDlkYWMyMTZkOWM4ZThmMDQyNTZiY2NhZDk3N2ZhYmM1OQ==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
NTVlMjRiMGU4NzgzY2NmNzgzNzk3ZTFiNGM1NzkxOWM4ZDY2ZjNhOA==
|
|
7
|
+
!binary "U0hBNTEy":
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
ZmY1OWYxYWIxMGZiYWMyNjQwMGMyZDlmNmM5OGExM2UwYzc4ODI4ZTc0N2Y4
|
|
10
|
+
YmRjZmU0YmVkYTMxN2ZmM2NmNzkyY2Q2ZWRjOTQwOGNkOGFlOTNjNzk1NTQ5
|
|
11
|
+
ZjA4NTcyZDcwNDA0MjdkYjliYzk1MDRkMmM4ZWRjZjQxNjI1NmE=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
MjlhYjhlMmExNjczNGEzNWE5MWJlODc4NzliZjc4OTYwZjI3OWY3NTM1YWY2
|
|
14
|
+
ZWU5NTk5MGU3MjAzNWQzODQxYTFkYmJmNDU3MDI2YWM1NzhmODUzNjRlNDUy
|
|
15
|
+
Yzg3NjNhOWMyNWY3ZDhmMDBjM2E5ZmNlNDlmODIxOWY3ZTc4OWI=
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.6.1
|
|
4
|
+
* Fix [#11](https://github.com/dmarcotte/github-markdown-preview/issues/11)
|
|
5
|
+
|
|
3
6
|
## v1.6.0
|
|
4
7
|
* Improve preview fidelity ([#9](https://github.com/dmarcotte/github-markdown-preview/pull/9))
|
|
5
8
|
* Update dependencies ([#7](https://github.com/dmarcotte/github-markdown-preview/pull/7))
|
|
@@ -15,6 +15,7 @@ Gem::Specification.new do |s|
|
|
|
15
15
|
|
|
16
16
|
s.add_dependency 'active_support', '~> 3.0.0'
|
|
17
17
|
s.add_dependency 'listen', '~> 1.3.1'
|
|
18
|
+
s.add_dependency 'pygments.rb', '0.5.2' # pin pygments.rb version to work around https://github.com/dmarcotte/github-markdown-preview/issues/11
|
|
18
19
|
s.add_dependency 'github-linguist', '~> 2.9.4'
|
|
19
20
|
s.add_dependency 'html-pipeline', '~> 0.3.1'
|
|
20
21
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: github-markdown-preview
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Marcotte
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-11-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: active_support
|
|
@@ -38,6 +38,20 @@ dependencies:
|
|
|
38
38
|
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: 1.3.1
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: pygments.rb
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - '='
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: 0.5.2
|
|
48
|
+
type: :runtime
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - '='
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: 0.5.2
|
|
41
55
|
- !ruby/object:Gem::Dependency
|
|
42
56
|
name: github-linguist
|
|
43
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -145,17 +159,17 @@ require_paths:
|
|
|
145
159
|
- lib
|
|
146
160
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
147
161
|
requirements:
|
|
148
|
-
- - '>='
|
|
162
|
+
- - ! '>='
|
|
149
163
|
- !ruby/object:Gem::Version
|
|
150
164
|
version: '0'
|
|
151
165
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
152
166
|
requirements:
|
|
153
|
-
- - '>='
|
|
167
|
+
- - ! '>='
|
|
154
168
|
- !ruby/object:Gem::Version
|
|
155
169
|
version: '0'
|
|
156
170
|
requirements: []
|
|
157
171
|
rubyforge_project:
|
|
158
|
-
rubygems_version: 2.0.
|
|
172
|
+
rubygems_version: 2.0.7
|
|
159
173
|
signing_key:
|
|
160
174
|
specification_version: 4
|
|
161
175
|
summary: Use your favorite editor plus the usual edit/refresh cycle to quickly write
|