grape-apiary 0.0.1 → 0.0.2

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: 7cd2c0def37017f4c088f97f4f447ba07ab3af0a
4
- data.tar.gz: 318d3495eb891906a53283927c7a22ac8d52a0f8
3
+ metadata.gz: 52206e764a472e2d8f633d64fd3bbc539cc88925
4
+ data.tar.gz: d8d6e2db710aa896c9803109eac91a3642800d88
5
5
  SHA512:
6
- metadata.gz: 1efa251c4b80aa5d7bb16284584bc367c1d7dac8ce3dc6948444d10c87e7200d351084e11d18c7660b89cc65a6951ec6d9dbce7b3e99665ec6767a5d963c559e
7
- data.tar.gz: 39e7c7e6bb078cf7355394580db5a9ea524d63456ddb9f280f868108e44ddf681677baf7dae4da2d77dbff287b26b0feedcc4df8328006f7a88a3cdd7b7e9299
6
+ metadata.gz: d9980ad74abc11410812d277ef93358bc28d977b378b63f82f0f9164a9c81a50e4581b4aef331329519f87ef52ffae3ddf4e5df50338555b0af42b3dfbf4a987
7
+ data.tar.gz: 4327574f995b557a30c69d9b2f5f193c0820cfc975c3ce72f697e42fde054ae3ce0a9e629b1b0b5cef71affa5611b2489766edbd6a5d803a1fc7721ee65d7b5a
data/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  [![Code Climate](https://codeclimate.com/github/connexio-labs/grape-apiary.png)](https://codeclimate.com/github/connexio-labs/grape-apiary)
4
4
  [![Build Status](https://travis-ci.org/connexio-labs/grape-apiary.png?branch=master)](https://travis-ci.org/connexio-labs/grape-apiary)
5
5
  [![Coverage Status](https://coveralls.io/repos/connexio-labs/grape-apiary/badge.png)](https://coveralls.io/r/connexio-labs/grape-apiary)
6
+ [![Dependency Status](https://gemnasium.com/connexio-labs/grape-apiary.png)](https://gemnasium.com/connexio-labs/grape-apiary)
7
+ [![Gem Version](https://badge.fury.io/rb/grape-apiary.png)](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")
@@ -1,3 +1,3 @@
1
1
  module GrapeApiary
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
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.1
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: {}