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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97f09861c2efaf81d2a24b4f8636bb6658315aed
4
- data.tar.gz: 13c0df048a70140d662eec5908e63e10e415f4eb
3
+ metadata.gz: de7f603b33846c82953e6880ddc4fbe54c2da745
4
+ data.tar.gz: e81eb1bc7ed465164f08f4bc400b3a6bf527ace8
5
5
  SHA512:
6
- metadata.gz: f1a1999e7d836795c08d9341429224d6e1ccecf9bbc783609e3c320fe761e303e665692661aa34b1153146b896a9b232ea64008c7b53f3c1ea27331162c02086
7
- data.tar.gz: 6b8fe614763f9143363036b8e65d29c87a0a129040957b1f0b0196f3c8d616a5c747c23e42a9368aa7ca009780d613db76c08aaef62857168f83f5412842cfac
6
+ metadata.gz: 162a1caddb442ed85b8c8723babbcc0862f0cdef9835e486ce3b97c2af7df18706da064a0f19067dda5459d0e79a0306fcf3ddc92b779ad6a2a0cab3cce3b382
7
+ data.tar.gz: 8af99fc5c42c026b5c046885918f2125589a3cf890ac618214fd2d3be440a094cb597699d470574c60623e24bd6edc183d905019755ec71b53d3e9c3382c7b7b
data/.gitignore CHANGED
@@ -1,2 +1,3 @@
1
1
  coverage/
2
2
  Gemfile.lock
3
+ *.gem
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Sauce Documentation Formater
2
- [![Gem Version](https://badge.fury.io/rb/sauce_documentation_formatter.svg)](https://rubygems.org/gems/sauce_documentation_formatter)
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)
@@ -1,4 +1,4 @@
1
1
  module SauceDocumentationMetadata
2
- VERSION = '0.0.3' unless defined? ::SauceDocumentationMetadata::VERSION
2
+ VERSION = '0.0.4' unless defined? ::SauceDocumentationMetadata::VERSION
3
3
  DATE = '2015-10-19' unless defined? ::SauceDocumentationMetadata::DATE
4
4
  end
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
@@ -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/sauce_rspec'
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.3
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/sauce_rspec
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: {}