Skip to content

Commit 8fe6863

Browse files
committed
Dblock -> ruby-grape.
1 parent 4458ffa commit 8fe6863

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Next
1111
0.2.0 (12/18/2014)
1212
------------------
1313

14-
* [#10](https://github.com/dblock/grape-roar/pull/10): Support for Roar decorator - [@sdbondi](https://github.com/sdbondi).
14+
* [#10](https://github.com/ruby-grape/grape-roar/pull/10): Support for Roar decorator - [@sdbondi](https://github.com/sdbondi).
1515

1616
0.1.0 (7/17/2014)
1717
-----------------

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Contributing to Grape-Roar
22
==========================
33

4-
Grape-Roar is work of [many of contributors](https://github.com/dblock/grape-roar/graphs/contributors). You're encouraged to submit [pull requests](https://github.com/dblock/grape-roar/pulls), [propose features and discuss issues](https://github.com/dblock/grape-roar/issues). When in doubt, ask a question in the [Grape Google Group](http://groups.google.com/group/ruby-grape).
4+
Grape-Roar is work of [many of contributors](https://github.com/ruby-grape/grape-roar/graphs/contributors). You're encouraged to submit [pull requests](https://github.com/ruby-grape/grape-roar/pulls), [propose features and discuss issues](https://github.com/ruby-grape/grape-roar/issues). When in doubt, ask a question in the [Grape Google Group](http://groups.google.com/group/ruby-grape).
55

66
#### Fork the Project
77

8-
Fork the [project on Github](https://github.com/dblock/grape-roar) and check out your copy.
8+
Fork the [project on Github](https://github.com/ruby-grape/grape-roar) and check out your copy.
99

1010
```
1111
git clone https://github.com/contributor/grape-roar.git
1212
cd grape-roar
13-
git remote add upstream https://github.com/dblock/grape-roar.git
13+
git remote add upstream https://github.com/ruby-grape/grape-roar.git
1414
```
1515

1616
#### Create a Topic Branch
@@ -95,7 +95,7 @@ git push origin my-feature-branch -f
9595
Update the [CHANGELOG](CHANGELOG.md) with the pull request number. A typical entry looks as follows.
9696

9797
```
98-
* [#123](https://github.com/dblock/grape-roar/pull/123): Reticulated splines - [@contributor](https://github.com/contributor).
98+
* [#123](https://github.com/ruby-grape/grape-roar/pull/123): Reticulated splines - [@contributor](https://github.com/contributor).
9999
```
100100

101101
Amend your previous commit and force push the changes.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ Grape::Roar
22
------------
33

44
[![Gem Version](http://img.shields.io/gem/v/grape-roar.svg)](http://badge.fury.io/rb/grape-roar)
5-
[![Build Status](http://img.shields.io/travis/dblock/grape-roar.svg)](https://travis-ci.org/dblock/grape-roar)
6-
[![Dependency Status](https://gemnasium.com/dblock/grape-roar.svg)](https://gemnasium.com/dblock/grape-roar)
7-
[![Code Climate](https://codeclimate.com/github/dblock/grape-roar.svg)](https://codeclimate.com/github/dblock/grape-roar)
5+
[![Build Status](http://img.shields.io/travis/ruby-grape/grape-roar.svg)](https://travis-ci.org/ruby-grape/grape-roar)
6+
[![Dependency Status](https://gemnasium.com/ruby-grape/grape-roar.svg)](https://gemnasium.com/ruby-grape/grape-roar)
7+
[![Code Climate](https://codeclimate.com/github/ruby-grape/grape-roar.svg)](https://codeclimate.com/github/ruby-grape/grape-roar)
88

99
Use [Roar](https://github.com/apotonick/roar) with [Grape](https://github.com/intridea/grape).
1010

1111
Demo
1212
----
1313

14-
The [grape-with-roar](https://github.com/dblock/grape-with-roar) project deployed [here on heroku](http://grape-with-roar.herokuapp.com).
14+
The [grape-with-roar](https://github.com/ruby-grape/grape-with-roar) project deployed [here on heroku](http://grape-with-roar.herokuapp.com).
1515

1616
Installation
1717
------------

grape-roar.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
66
gem.email = ['[email protected]']
77
gem.description = 'Use Roar with Grape'
88
gem.summary = 'Enable Resource-Oriented Architectures in Grape API DSL'
9-
gem.homepage = 'http://github.com/dblock/grape-roar'
9+
gem.homepage = 'http://github.com/ruby-grape/grape-roar'
1010

1111
gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
1212
gem.files = `git ls-files`.split("\n")

0 commit comments

Comments
 (0)