madness 0.4.1 → 0.4.2

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
- SHA1:
3
- metadata.gz: 4a3bebf6b675d5b02f0ffe2b63c5aa69649619c9
4
- data.tar.gz: cf182f71171403148d94f2b1becbfc3ef4d77bd1
2
+ SHA256:
3
+ metadata.gz: 84b40224e178737a2b80bbdac62d8c1937f5abff7a5cbc0a228858280f299459
4
+ data.tar.gz: 7e9f72bebf1c17373540df77b5aa222bfd461d7cd324f9a25a213974641e1f4a
5
5
  SHA512:
6
- metadata.gz: 96b93443eee85cc785aeabf3e04ade9b7e50318316f308a05f9e1dee0cc8437143443beb1681e42a918b96a96fc3e9fe06dcf9dc5020596750b7fb410eb566f7
7
- data.tar.gz: 52c8cf8c386fc9844b88c57c636160ec267bbdcc2ebea0981036453bca5b4a9b8ff51d8fbcdd12b34fd9db419d35fcb3900cf681d7a5d0998d099da6f75e7627
6
+ metadata.gz: ad23d7559298ec2b05087aae493fcfbfb485b01d90c6849da53f74414c67804aca70e963b3b6241718170e0618f9125e9705e564b0da75f6789586f2e9f33d53
7
+ data.tar.gz: 0b4ea8fa485d52a2b1cc05d7d5989c10b2855da4708c94393543a50efcfa4e0c1d58c16a12798b7db1700098f4aa19160d43836ca70852c31e5317df2b3cba3e
data/README.md CHANGED
@@ -1,11 +1,13 @@
1
1
  Madness - Instant Markdown Server
2
2
  ==================================================
3
3
 
4
- [![Gem Version](https://img.shields.io/gem/v/madness.svg?style=flat-square)](https://rubygems.org/gems/madness)
5
- [![Travis](https://img.shields.io/travis/DannyBen/madness.svg?style=flat-square)](https://travis-ci.org/DannyBen/madness)
4
+ [![Gem](https://img.shields.io/gem/v/madness.svg?style=flat-square)](https://rubygems.org/gems/madness)
5
+ [![Downloads](https://img.shields.io/gem/dt/madness.svg?style=flat-square)](https://rubygems.org/gems/madness)
6
+ [![Build](https://img.shields.io/travis/DannyBen/madness.svg?style=flat-square)](https://travis-ci.org/DannyBen/madness)
7
+ [![Dependencies](https://img.shields.io/gemnasium/DannyBen/madness.svg?style=flat-square)](https://gemnasium.com/DannyBen/madness)
8
+ [![Code Quality](https://img.shields.io/codacy/grade/794c32ee5f8743c3a835091efbc09068.svg?style=flat-square)](https://www.codacy.com/app/db/madness)
6
9
  [![Maintainability](https://img.shields.io/codeclimate/maintainability/DannyBen/madness.svg?style=flat-square)](https://codeclimate.com/github/DannyBen/madness)
7
10
  [![Issues](https://img.shields.io/codeclimate/issues/github/DannyBen/madness.svg?style=flat-square)](https://codeclimate.com/github/DannyBen/madness)
8
- [![Dependencies](https://img.shields.io/gemnasium/DannyBen/madness.svg?style=flat-square)](https://gemnasium.com/DannyBen/madness)
9
11
 
10
12
  ---
11
13
 
@@ -41,6 +41,6 @@ Examples:
41
41
  madness
42
42
  madness docs
43
43
  madness docs --no-auto-h1 -p 4567
44
- madness docs --production
44
+ madness docs --development
45
45
  madness --index --and-quit
46
46
 
@@ -1,3 +1,3 @@
1
1
  module Madness
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: madness
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Ben Shitrit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-14 00:00:00.000000000 Z
11
+ date: 2018-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -357,7 +357,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
357
357
  version: '0'
358
358
  requirements: []
359
359
  rubyforge_project:
360
- rubygems_version: 2.6.13
360
+ rubygems_version: 2.7.6
361
361
  signing_key:
362
362
  specification_version: 4
363
363
  summary: Instant Markdown Server