Skip to content

Commit 7073ad6

Browse files
committed
TinkerDev -> ruby-grape.
1 parent 498deb4 commit 7073ad6

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### 0.1.1 (Next)
22

3-
* [#6](https://github.com/TinkerDev/grape-swagger-rails/pull/6): Fix: support multiple predefined headers - [@Tyr0](https://github.com/tyr0).
3+
* [#6](https://github.com/ruby-grape/grape-swagger-rails/pull/6): Fix: support multiple predefined headers - [@Tyr0](https://github.com/tyr0).
44
* Upgraded swagger-ui to v2.1.1 - [@dblock](https://github.com/dblock).
55
* Grape-swagger 0.7.2 is no longer supported - [@dblock](https://github.com/dblock).
66
* Your contribution here.

CONTRIBUTING.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Contributing to Grape-Swagger-Rails
22

3-
This project is work of [many contributors](https://github.com/TinkerDev/grape-swagger-rails/graphs/contributors).
4-
You're encouraged to submit [pull requests](https://github.com/TinkerDev/grape-swagger-rails/pulls),
5-
[propose features and discuss issues](https://github.com/TinkerDev/grape-swagger-rails/issues).
3+
This project is work of [many contributors](https://github.com/ruby-grape/grape-swagger-rails/graphs/contributors).
4+
You're encouraged to submit [pull requests](https://github.com/ruby-grape/grape-swagger-rails/pulls),
5+
[propose features and discuss issues](https://github.com/ruby-grape/grape-swagger-rails/issues).
66

77
In the examples below, substitute your Github username for `contributor` in URLs.
88

99
## Fork the Project
1010

11-
Fork the [project on Github](https://github.com/TinkerDev/grape-swagger-rails) and check out your copy.
11+
Fork the [project on Github](https://github.com/ruby-grape/grape-swagger-rails) and check out your copy.
1212

1313
```
14-
git clone https://github.com/contributor/grape-swagger.git
15-
cd grape-swagger
16-
git remote add upstream https://github.com/TinkerDev/grape-swagger-rails.git
14+
git clone https://github.com/contributor/grape-swagger-rails.git
15+
cd grape-swagger-rails
16+
git remote add upstream https://github.com/ruby-grape/grape-swagger-rails.git
1717
```
1818

1919
## Create a Topic Branch
@@ -53,7 +53,7 @@ You might find it useful to iterate on code by running the test project from spe
5353
```
5454
spec/dummy$ GRAPE_SWAGGER_VERSION=HEAD bundle install
5555
56-
Updating git://github.com/tim-vandecasteele/grape-swagger.git
56+
Updating git://github.com/ruby-grape/grape-swagger.git
5757
Fetching gem metadata from https://rubygems.org/.........
5858
Resolving dependencies...
5959
...
@@ -86,15 +86,15 @@ git push origin my-feature-branch
8686

8787
## Make a Pull Request
8888

89-
Go to https://github.com/contributor/grape and select your feature branch.
89+
Go to https://github.com/contributor/grape-swagger-rails and select your feature branch.
9090
Click the 'Pull Request' button and fill out the form. Pull requests are usually reviewed within a few days.
9191

9292
## Update CHANGELOG Again
9393

9494
Update the [CHANGELOG](CHANGELOG.md) with the pull request number. A typical entry looks as follows.
9595

9696
```
97-
* [#123](https://github.com/TinkerDev/grape-swagger-rails/pull/123): Reticulated splines - [@contributor](https://github.com/contributor).
97+
* [#123](https://github.com/ruby-grape/grape-swagger-rails/pull/123): Reticulated splines - [@contributor](https://github.com/contributor).
9898
```
9999

100100
Amend your previous commit and force push the changes.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GrapeSwaggerRails
22

3-
[![Build Status](https://travis-ci.org/TinkerDev/grape-swagger-rails.svg)](https://travis-ci.org/TinkerDev/grape-swagger-rails)
3+
[![Build Status](https://travis-ci.org/ruby-grape/grape-swagger-rails.svg)](https://travis-ci.org/ruby-grape/grape-swagger-rails)
44

55
Swagger UI as Rails Engine for grape-swagger gem.
66

@@ -138,7 +138,7 @@ Include CSS stylesheets in `app/assets/stylesheets/application.css`.
138138
* [dapi](https://github.com/dapi)
139139
* [joelvh](https://github.com/joelvh)
140140
* [dblock](https://github.com/dblock)
141-
* ... and [more](https://github.com/TinkerDev/grape-swagger-rails/graphs/contributors) ...
141+
* ... and [more](https://github.com/ruby-grape/grape-swagger-rails/graphs/contributors) ...
142142

143143
## Contributing
144144

RELEASING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bundle install
1111
rake
1212
```
1313

14-
Check that the last build succeeded in [Travis CI](https://travis-ci.org/TinkerDev/grape-swagger-rails) for all supported platforms.
14+
Check that the last build succeeded in [Travis CI](https://travis-ci.org/ruby-grape/grape-swagger-rails) for all supported platforms.
1515

1616
Increment the version, modify [lib/grape-swagger-rails/version.rb](lib/grape-swagger-rails/version.rb).
1717

grape-swagger-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.email = ['[email protected]']
1111
spec.description = 'Swagger UI as Rails Engine for grape-swagger gem'
1212
spec.summary = 'Swagger UI as Rails Engine for grape-swagger gem'
13-
spec.homepage = 'https://github.com/TinkerDev/grape-swagger-rails'
13+
spec.homepage = 'https://github.com/ruby-grape/grape-swagger-rails'
1414
spec.license = 'MIT'
1515
spec.files = `git ls-files`.split($/)
1616
spec.test_files = `git ls-files spec`.split($/)

0 commit comments

Comments
 (0)