Skip to content

Commit dd7a300

Browse files
committed
update spec.homepage and readme
1 parent bc8c8fb commit dd7a300

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Maintainability](https://api.codeclimate.com/v1/badges/2de3e3c4e8fb1543a687/maintainability)](https://codeclimate.com/github/g13ydson/jsonapi-swagger-blocks-generator/maintainability) <a href="https://codeclimate.com/github/g13ydson/jsonapi-swagger-blocks-generator/test_coverage"><img src="https://api.codeclimate.com/v1/badges/2de3e3c4e8fb1543a687/test_coverage" /></a> [![Build Status](https://travis-ci.org/g13ydson/jsonapi-swagger-blocks-generator.svg?branch=master)](https://travis-ci.org/g13ydson/jsonapi-swagger-blocks-generator)
44

5-
creates the swagger blocks files documentation based on the JSONAPI::Resource file http://jsonapi-resources.com/
5+
creates swagger blocks files based on the JSONAPI::Resource file http://jsonapi-resources.com/
66

77
## Installation
88

jsonapi-swagger-blocks-generator.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Gem::Specification.new do |spec|
1111
spec.authors = ["Gleydson Tavares"]
1212
spec.email = ["[email protected]"]
1313

14-
spec.summary = "creates swagger-blocks gem files using jsonapi specification"
14+
spec.summary = "creates swagger blocks files based on the JSONAPI::Resource"
1515
spec.description = "The swagger-bloks files are created based on the JSONAPI::Resources files. To use this gem, you need to have jsonapi-resources gem installed."
16-
spec.homepage = "https://github.com/g13ydson/jsonapi-swagger-blocks"
16+
spec.homepage = "https://github.com/g13ydson/jsonapi-swagger-blocks-generator"
1717
spec.license = "MIT"
1818

1919
spec.files = `git ls-files -z`.split("\x0").reject do |f|

lib/jsonapi/swagger/blocks/generator/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Jsonapi
44
module Swagger
55
module Blocks
66
module Generator
7-
VERSION = "0.1.0".freeze
7+
VERSION = "0.1.1".freeze
88
end
99
end
1010
end

0 commit comments

Comments
 (0)