Skip to content

Commit 7a326c5

Browse files
committed
Repository has been moved to under tricknotes account
1 parent 812f540 commit 7a326c5

File tree

7 files changed

+14
-70
lines changed

7 files changed

+14
-70
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
**What is the [`rails`](https://github.com/rails/rails) version?**
1010

11-
**What is the [`ember-cli-rails`](https://github.com/thoughtbot/ember-cli-rails) version (from `Gemfile`)?**
11+
**What is the [`ember-cli-rails`](https://github.com/tricknotes/ember-cli-rails) version (from `Gemfile`)?**
1212

1313
**What is the [`ember-cli-rails-addon`](https://github.com/rondale-sc/ember-cli-rails-addon/) version (from `package.json`)?**
1414

15-
**Is your application server [multi-threaded](https://github.com/thoughtbot/ember-cli-rails/commit/ef0a49546a8c2e5fb0a298ba455fba97289065a1)
15+
**Is your application server [multi-threaded](https://github.com/tricknotes/ember-cli-rails/commit/ef0a49546a8c2e5fb0a298ba455fba97289065a1)
1616
(such as `puma` and `unicorn`) or is it multi-process (such as thin and webrick)?**
1717

1818
**What are the contents of `config/initializers/ember.rb`?**

.github/workflows/dynamic-readme.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/dynamic-security.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

LICENSE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Copyright (c) 2024 Ryunosuke Sato
12
Copyright (c) 2015 Sean Doyle and thoughtbot, inc.
23
Copyright (c) 2014 Pavel Pravosud
34

README.md

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Omitting these build assets can dramatically reduce slug size.
301301

302302
A build-pack solution for this is discussed in [Issue #491][#491].
303303

304-
[#491]: https://github.com/thoughtbot/ember-cli-rails/issues/491
304+
[#491]: https://github.com/tricknotes/ember-cli-rails/issues/491
305305

306306
### Capistrano
307307

@@ -606,7 +606,7 @@ EmberCLI runners to clobber each others' work][#94].
606606

607607
[Puma]: https://github.com/puma/puma
608608
[Unicorn]: https://rubygems.org/gems/unicorn
609-
[#94]: https://github.com/thoughtbot/ember-cli-rails/issues/94#issuecomment-77627453
609+
[#94]: https://github.com/tricknotes/ember-cli-rails/issues/94#issuecomment-77627453
610610

611611
## `SKIP_EMBER`
612612

@@ -673,7 +673,7 @@ See the [CONTRIBUTING] document.
673673
Thank you, [contributors]!
674674

675675
[CONTRIBUTING]: CONTRIBUTING.md
676-
[contributors]: https://github.com/thoughtbot/ember-cli-rails/graphs/contributors
676+
[contributors]: https://github.com/tricknotes/ember-cli-rails/graphs/contributors
677677

678678
## License
679679

@@ -689,27 +689,10 @@ ember-cli-rails was originally created by
689689
[Pavel Pravosud][rwz] and
690690
[Jonathan Jackson][rondale-sc].
691691

692-
ember-cli-rails is maintained by [Sean Doyle][seanpdoyle] and [Jonathan
693-
Jackson][rondale-sc].
692+
ember-cli-rails is maintained by [Sean Doyle][seanpdoyle], [Jonathan
693+
Jackson][rondale-sc] and [Ryunosuke Sato][tricknotes].
694694

695695
[rwz]: https://github.com/rwz
696696
[rondale-sc]: https://github.com/rondale-sc
697697
[seanpdoyle]: https://github.com/seanpdoyle
698-
699-
<!-- START /templates/footer.md -->
700-
## About thoughtbot
701-
702-
![thoughtbot](https://thoughtbot.com/thoughtbot-logo-for-readmes.svg)
703-
704-
This repo is maintained and funded by thoughtbot, inc.
705-
The names and logos for thoughtbot are trademarks of thoughtbot, inc.
706-
707-
We love open source software!
708-
See [our other projects][community].
709-
We are [available for hire][hire].
710-
711-
[community]: https://thoughtbot.com/community?utm_source=github
712-
[hire]: https://thoughtbot.com/hire-us?utm_source=github
713-
714-
715-
<!-- END /templates/footer.md -->
698+
[tricknotes]: https://github.com/tricknotes

SECURITY.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,5 @@ your reasons so that we can have a better understanding of your situation.
1212

1313
## Reporting a Vulnerability
1414

15-
For security inquiries or vulnerability reports, visit
16-
<https://thoughtbot.com/security>.
17-
18-
If you have any suggestions to improve this policy, visit <https://thoughtbot.com/security>.
19-
20-
<!-- END /templates/security.md -->
15+
For security inquiries or vulnerability reports, send email to
16+

ember-cli-rails.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ require "ember_cli/version"
66
Gem::Specification.new do |spec|
77
spec.name = "ember-cli-rails"
88
spec.version = EmberCli::VERSION.dup
9-
spec.authors = ["Pavel Pravosud", "Jonathan Jackson", "Sean Doyle"]
10-
9+
spec.authors = ["Pavel Pravosud", "Jonathan Jackson", "Sean Doyle", "Ryunosuke Sato"]
10+
1111
spec.summary = "Integration between Ember CLI and Rails"
12-
spec.homepage = "https://github.com/thoughtbot/ember-cli-rails"
12+
spec.homepage = "https://github.com/tricknotes/ember-cli-rails"
1313
spec.license = "MIT"
1414
spec.files = Dir["README.md", "CHANGELOG.md", "LICENSE.txt", "{lib,app,config}/**/*"]
1515

0 commit comments

Comments
 (0)