github-markdown-preview 4.0.1 → 4.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6518806d2a98c7003c2e99b6f6c6e61667fdee4b
4
- data.tar.gz: bc4fff787aad82cb8b9519260bf7a0be6094df4e
3
+ metadata.gz: ec3d2f086e73c077636319cd3db10b10c17de6ee
4
+ data.tar.gz: 23e0c1d8fbcaefe9ac6f758e5880e72572e5d0fb
5
5
  SHA512:
6
- metadata.gz: 8c808a81ba0e1895d0cebb756d082b8d08b99aacaa8a6af6574c315167c7aa7124ab05664ead5e8c736d5e004fe10efe4321ca6abca0a626f881e5d87c4dddf2
7
- data.tar.gz: 216ae3e02c12df00ae6f449b2fc538238785f0d2ee0b0d486ea1587f7347d7e010affb81e6427dc3180a8974dbcb0ca0af0d103f7b1575cf9c6e2fc86063a513
6
+ metadata.gz: d149185cd1aae5fa1942e44cbea4e5ecf42af236e99adb8303e0b314f6bde4022d47ae046bf81984f22cf236a58c25e454697e099547d19876550b2edbdc9be4
7
+ data.tar.gz: a06caa5f0db590b31aa12ee9aa1c4d7777425a2ef9d554b28bf69ed21cb12aba3d851d6971ff7d328501222d6451b96147b8203a210646727d3443dc59e388af
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## v4.0.2
4
+ * Work around Rubygems bug causing "unitialized constant GitHub" [#42](https://github.com/dmarcotte/github-markdown-preview/pull/44)
5
+
3
6
  ## v4.0.1
4
7
  * Fix error on empty lists [#41](https://github.com/dmarcotte/github-markdown-preview/issues/41)
5
8
 
@@ -1,4 +1,6 @@
1
1
  require 'listen'
2
+ require 'github/markdown.rb'
3
+ # ^ '.rb' is intentional due to a rubygems bug, see github issue #35
2
4
  require 'html/pipeline'
3
5
 
4
6
  module GithubMarkdownPreview
@@ -1,3 +1,3 @@
1
1
  module GithubMarkdownPreview
2
- VERSION = '4.0.1'
2
+ VERSION = '4.0.2'
3
3
  end
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: 4.0.1
4
+ version: 4.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Marcotte
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-04 00:00:00.000000000 Z
11
+ date: 2016-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: listen