grape-apiary 0.0.1 → 0.0.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 +4 -4
- data/README.md +2 -0
- data/grape-apiary.gemspec +1 -1
- data/lib/grape-apiary/version.rb +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: 52206e764a472e2d8f633d64fd3bbc539cc88925
|
|
4
|
+
data.tar.gz: d8d6e2db710aa896c9803109eac91a3642800d88
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9980ad74abc11410812d277ef93358bc28d977b378b63f82f0f9164a9c81a50e4581b4aef331329519f87ef52ffae3ddf4e5df50338555b0af42b3dfbf4a987
|
|
7
|
+
data.tar.gz: 4327574f995b557a30c69d9b2f5f193c0820cfc975c3ce72f697e42fde054ae3ce0a9e629b1b0b5cef71affa5611b2489766edbd6a5d803a1fc7721ee65d7b5a
|
data/README.md
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
[](https://codeclimate.com/github/connexio-labs/grape-apiary)
|
|
4
4
|
[](https://travis-ci.org/connexio-labs/grape-apiary)
|
|
5
5
|
[](https://coveralls.io/r/connexio-labs/grape-apiary)
|
|
6
|
+
[](https://gemnasium.com/connexio-labs/grape-apiary)
|
|
7
|
+
[](http://badge.fury.io/rb/grape-apiary)
|
|
6
8
|
|
|
7
9
|
Auto generates an [Apiary Blueprint](http://apiary.io) from the docuementation that is created by your Grape API.
|
|
8
10
|
|
data/grape-apiary.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ['john@threedogconsulting.com']
|
|
11
11
|
spec.summary = %q{Allows for generating an Apiary Blueprint for you Grape API}
|
|
12
12
|
spec.description = %q{Auto generates an Apiary (http://apiary.io) Blueprint from the docuementation that is created by your Grape API}
|
|
13
|
-
spec.homepage = 'https://github.com/connexio/grape-apiary'
|
|
13
|
+
spec.homepage = 'https://github.com/connexio-labs/grape-apiary'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
data/lib/grape-apiary/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: grape-apiary
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Allen
|
|
@@ -142,7 +142,7 @@ files:
|
|
|
142
142
|
- spec/spec_helper.rb
|
|
143
143
|
- spec/support/config_context.rb
|
|
144
144
|
- spec/support/sample_api.rb
|
|
145
|
-
homepage: https://github.com/connexio/grape-apiary
|
|
145
|
+
homepage: https://github.com/connexio-labs/grape-apiary
|
|
146
146
|
licenses:
|
|
147
147
|
- MIT
|
|
148
148
|
metadata: {}
|