File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Contributing to Grape-Swagger-Rails
2
2
3
- This project is work of [ many contributors] ( https://github.com/BrandyMint /grape-swagger-rails/graphs/contributors ) .
4
- You're encouraged to submit [ pull requests] ( https://github.com/BrandyMint /grape-swagger-rails/pulls ) ,
5
- [ propose features and discuss issues] ( https://github.com/BrandyMint /grape-swagger-rails/issues ) .
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 ) .
6
6
7
7
In the examples below, substitute your Github username for ` contributor ` in URLs.
8
8
9
9
## Fork the Project
10
10
11
- Fork the [ project on Github] ( https://github.com/BrandyMint /grape-swagger-rails ) and check out your copy.
11
+ Fork the [ project on Github] ( https://github.com/TinkerDev /grape-swagger-rails ) and check out your copy.
12
12
13
13
```
14
14
git clone https://github.com/contributor/grape-swagger.git
15
15
cd grape-swagger
16
- git remote add upstream https://github.com/BrandyMint /grape-swagger-rails.git
16
+ git remote add upstream https://github.com/TinkerDev /grape-swagger-rails.git
17
17
```
18
18
19
19
## Create a Topic Branch
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ To update Swagger UI from its [distribution](https://github.com/wordnik/swagger-
100
100
* [ dapi] ( https://github.com/dapi )
101
101
* [ joelvh] ( https://github.com/joelvh )
102
102
* [ dblock] ( https://github.com/dblock )
103
- * ... and [ more] ( https://github.com/BrandyMint /grape-swagger-rails/graphs/contributors ) ...
103
+ * ... and [ more] ( https://github.com/TinkerDev /grape-swagger-rails/graphs/contributors ) ...
104
104
105
105
## Contributing
106
106
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
spec . email = [ '[email protected] ' ]
11
11
spec . description = 'Swagger UI as Rails Engine for grape-swagger gem'
12
12
spec . summary = 'Swagger UI as Rails Engine for grape-swagger gem'
13
- spec . homepage = 'https://github.com/BrandyMint /grape-swagger-rails'
13
+ spec . homepage = 'https://github.com/TinkerDev /grape-swagger-rails'
14
14
spec . license = 'MIT'
15
15
spec . files = `git ls-files` . split ( $/)
16
16
spec . test_files = `git ls-files spec` . split ( $/)
You can’t perform that action at this time.
0 commit comments