Skip to content

Commit 81d1dfd

Browse files
committed
Repository has been moved to under tricknotes account
1 parent 74c6c16 commit 81d1dfd

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
* Add nokogiri as a dependency [d603fb1][]
1313
* Use `to_prepare` to use autoload inside engine config [a3fb989][]
1414

15-
[0b0687a]: https://github.com/seanpdoyle/ember-cli-rails-assets/commit/0b0687a25756cbe706639a8a06b9f1d4781b9e30
16-
[3ac6a21]: https://github.com/seanpdoyle/ember-cli-rails-assets/commit/3ac6a21e8ebcced6b507a3f80bb96a1d6f1f9a76
17-
[d603fb1]: https://github.com/seanpdoyle/ember-cli-rails-assets/commit/d603fb126b49427a281ff8629855f945c6df9cc7
18-
[a3fb989]: https://github.com/seanpdoyle/ember-cli-rails-assets/commit/a3fb98943a21c521b1e227d3b8887adacba5f52c
15+
[0b0687a]: https://github.com/tricknotes/ember-cli-rails-assets/commit/0b0687a25756cbe706639a8a06b9f1d4781b9e30
16+
[3ac6a21]: https://github.com/tricknotes/ember-cli-rails-assets/commit/3ac6a21e8ebcced6b507a3f80bb96a1d6f1f9a76
17+
[d603fb1]: https://github.com/tricknotes/ember-cli-rails-assets/commit/d603fb126b49427a281ff8629855f945c6df9cc7
18+
[a3fb989]: https://github.com/tricknotes/ember-cli-rails-assets/commit/a3fb98943a21c521b1e227d3b8887adacba5f52c
1919

2020
0.6.2
2121
-----
@@ -25,8 +25,8 @@
2525
* Remove `mount_ember_assets`. This is handled by
2626
[`ember-cli-rails`][ember-cli-rails#386].
2727

28-
[#7]: https://github.com/seanpdoyle/ember-cli-rails-assets/pull/7
29-
[ember-cli-rails#386]: https://github.com/thoughtbot/ember-cli-rails/pull/386
28+
[#7]: https://github.com/tricknotes/ember-cli-rails-assets/pull/7
29+
[ember-cli-rails#386]: https://github.com/tricknotes/ember-cli-rails/pull/386
3030

3131
0.6.1
3232
-----

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ actively supported method of serving EmberCLI applications.
1212
However, for the sake of backwards compatibility, `ember-cli-rails-assets`
1313
supports injecting the EmberCLI-generated assets into an existing Rails layout.
1414

15-
[ember-cli-rails]: https://github.com/thoughtbot/ember-cli-rails
15+
[ember-cli-rails]: https://github.com/tricknotes/ember-cli-rails
1616

1717
## Install
1818

@@ -52,7 +52,7 @@ module.exports = function(defaults) {
5252
};
5353
```
5454

55-
[README]: https://github.com/thoughtbot/ember-cli-rails#readme
55+
[README]: https://github.com/tricknotes/ember-cli-rails#readme
5656

5757
## Mount
5858

@@ -141,7 +141,7 @@ See the [CONTRIBUTING] document.
141141
Thank you, [contributors]!
142142

143143
[CONTRIBUTING]: CONTRIBUTING.md
144-
[contributors]: https://github.com/seanpdoyle/ember-cli-rails-assets/graphs/contributors
144+
[contributors]: https://github.com/tricknotes/ember-cli-rails-assets/graphs/contributors
145145

146146
## License
147147

@@ -158,8 +158,9 @@ ember-cli-rails was originally created by
158158
[Jonathan Jackson][rondale-sc].
159159

160160
ember-cli-rails-assets was extracted from ember-cli-rails is maintained by
161-
[Sean Doyle][seanpdoyle].
161+
[Sean Doyle][seanpdoyle] and [Ryunosuke Sato][tricknotes].
162162

163163
[rwz]: https://github.com/rwz
164164
[rondale-sc]: https://github.com/rondale-sc
165165
[seanpdoyle]: https://github.com/seanpdoyle
166+
[tricknotes]: https://github.com/tricknotes

ember-cli-rails-assets.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ require "ember_cli/assets/version"
77
Gem::Specification.new do |s|
88
s.name = "ember-cli-rails-assets"
99
s.version = EmberCli::Assets::VERSION
10-
s.authors = ["Sean Doyle"]
11-
s.email = ["[email protected]"]
12-
s.homepage = "https://github.com/seanpdoyle/ember-cli-rails-assets"
10+
s.authors = ["Sean Doyle", "Ryunosuke Sato"]
11+
12+
s.homepage = "https://github.com/tricknotes/ember-cli-rails-assets"
1313
s.summary = "Include EmberCLI-generated JavaScript and CSS stylesheet tags in your Rails layouts"
1414
s.description = "Include EmberCLI-generated JavaScript and CSS stylesheet tags in your Rails layouts"
1515
s.license = "MIT"

0 commit comments

Comments
 (0)