sauce_documentation 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/README.md +1 -1
- data/lib/sauce_documentation/version.rb +1 -1
- data/release_notes.md +7 -0
- data/sauce_documentation.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de7f603b33846c82953e6880ddc4fbe54c2da745
|
4
|
+
data.tar.gz: e81eb1bc7ed465164f08f4bc400b3a6bf527ace8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 162a1caddb442ed85b8c8723babbcc0862f0cdef9835e486ce3b97c2af7df18706da064a0f19067dda5459d0e79a0306fcf3ddc92b779ad6a2a0cab3cce3b382
|
7
|
+
data.tar.gz: 8af99fc5c42c026b5c046885918f2125589a3cf890ac618214fd2d3be440a094cb597699d470574c60623e24bd6edc183d905019755ec71b53d3e9c3382c7b7b
|
data/.gitignore
CHANGED
data/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# Sauce Documentation Formater
|
2
|
-
[![Gem Version](https://badge.fury.io/rb/
|
2
|
+
[![Gem Version](https://badge.fury.io/rb/sauce_documentation.svg)](https://rubygems.org/gems/sauce_documentation)
|
3
3
|
[![Build Status](https://travis-ci.org/bootstraponline/sauce_documentation_formatter.svg)](https://travis-ci.org/bootstraponline/sauce_documentation_formatter/builds)
|
4
4
|
[![Dependency Status](https://gemnasium.com/bootstraponline/sauce_documentation_formatter.svg)](https://gemnasium.com/bootstraponline/sauce_documentation_formatter)
|
5
5
|
[![Coverage Status](https://coveralls.io/repos/bootstraponline/sauce_documentation_formatter/badge.svg?nocache2)](https://coveralls.io/r/bootstraponline/sauce_documentation_formatter)
|
data/release_notes.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
#### v0.0.4 2015-10-19
|
2
|
+
|
3
|
+
- [70033cb](https://github.com/bootstraponline/sauce_documentation/commit/70033cbe984b5f2a6b49843f96e3fa740be6d1f8) Release 0.0.4
|
4
|
+
- [7d36964](https://github.com/bootstraponline/sauce_documentation/commit/7d36964aba9df3569ac71c4a6820690fc040a4b7) Fix spec homepage
|
5
|
+
- [69f1a0b](https://github.com/bootstraponline/sauce_documentation/commit/69f1a0b29845c7b217bd20aabd5198b5757acff2) Fix gem badge
|
6
|
+
|
7
|
+
|
1
8
|
#### v0.0.3 2015-10-19
|
2
9
|
|
3
10
|
- [04105e3](https://github.com/bootstraponline/sauce_documentation/commit/04105e3076fd854dcc767b6eee16e5d553880854) Release 0.0.3
|
data/sauce_documentation.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.description = spec.summary = 'Sauce documentation formatter for RSpec'
|
9
9
|
spec.description += '.' # avoid identical warning
|
10
10
|
spec.authors = spec.email = ['code@bootstraponline.com']
|
11
|
-
spec.homepage = 'https://github.com/bootstraponline/
|
11
|
+
spec.homepage = 'https://github.com/bootstraponline/sauce_documentation_formatter'
|
12
12
|
spec.require_paths = ['lib']
|
13
13
|
|
14
14
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sauce_documentation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- code@bootstraponline.com
|
@@ -116,7 +116,7 @@ files:
|
|
116
116
|
- lib/sauce_documentation/version.rb
|
117
117
|
- release_notes.md
|
118
118
|
- sauce_documentation.gemspec
|
119
|
-
homepage: https://github.com/bootstraponline/
|
119
|
+
homepage: https://github.com/bootstraponline/sauce_documentation_formatter
|
120
120
|
licenses:
|
121
121
|
- http://www.apache.org/licenses/LICENSE-2.0.txt
|
122
122
|
metadata: {}
|