slodown.py 1.0.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ce4d2006d0dc58039267525cdf0af59337ebba82
4
- data.tar.gz: c902356f9a6141604c801d8f88aad5a752982c36
3
+ metadata.gz: 5053e3d9b5f7998eb92c011f3d1566d50d14c5bd
4
+ data.tar.gz: 349ea202b22cef70c1794d103645034b2c7677a9
5
5
  SHA512:
6
- metadata.gz: d925b7b64eca390b6b1044b7a10b861b47dd9c7c0875e231e6d812eaf6871b283a42028dc8cde5d680aa211d9cdfa15c880b9bd6bd92c2dbf6f76b72cb0f4c45
7
- data.tar.gz: 8fcf147a2f600b1791066171b9aeb48e2446b16bdabf163063fedadb720a32d5309a975e5c55bceaf392e7ecfed3b471990f79be4a71920e9b7fee0faa2e8a25
6
+ metadata.gz: 7a1a2baf69619037edfefe5780e0385a6e57fb2abe04a22e402d4990c98b21373140725101b0f0019cdf3c01f84ec036cc33876cfd38bda17353152d6b095141
7
+ data.tar.gz: f06833067e911820bd23e3e4c6b38b697b27bd768eeca1062e1220f3af20827e5f233125ec9021addc7c1889a25613dd1b73035818b150d7c260444517bc2f49
data/.travis.yml ADDED
@@ -0,0 +1,6 @@
1
+ language: ruby
2
+ install: bundle install
3
+ rvm:
4
+ - 1.9.3
5
+ - 2.0.0
6
+ script: bundle exec rspec spec
data/README.md CHANGED
@@ -1,2 +1,7 @@
1
- slodown.py
2
- ==========
1
+ # Slodown.py
2
+
3
+ [![Build Status](https://drone.io/github.com/WebCodr/slodown.py/status.png)](https://drone.io/github.com/WebCodr/slodown.py/latest)
4
+
5
+ [![Build Status](https://travis-ci.org/WebCodr/slodown.py.png?branch=master)](https://travis-ci.org/WebCodr/slodown.py)
6
+
7
+ Slodown.py extends Slodown to support syntax highlighting via Pygments.rb instead of Coderay.
@@ -1,3 +1,3 @@
1
1
  module SlodownPy
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slodown.py
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Henning
@@ -61,6 +61,7 @@ extra_rdoc_files: []
61
61
  files:
62
62
  - .gitignore
63
63
  - .rspec
64
+ - .travis.yml
64
65
  - Gemfile
65
66
  - Gemfile.lock
66
67
  - LICENSE