Skip to content

Commit

Permalink
Repository has been moved to under tricknotes account
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes committed Oct 8, 2024
1 parent 812f540 commit 7a326c5
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 70 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

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

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

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

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

**What are the contents of `config/initializers/ember.rb`?**
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/dynamic-readme.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/dynamic-security.yml

This file was deleted.

1 change: 1 addition & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Copyright (c) 2024 Ryunosuke Sato
Copyright (c) 2015 Sean Doyle and thoughtbot, inc.
Copyright (c) 2014 Pavel Pravosud

Expand Down
29 changes: 6 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Omitting these build assets can dramatically reduce slug size.

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

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

### Capistrano

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

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

## `SKIP_EMBER`

Expand Down Expand Up @@ -673,7 +673,7 @@ See the [CONTRIBUTING] document.
Thank you, [contributors]!

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

## License

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

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

[rwz]: https://github.com/rwz
[rondale-sc]: https://github.com/rondale-sc
[seanpdoyle]: https://github.com/seanpdoyle

<!-- START /templates/footer.md -->
## About thoughtbot

![thoughtbot](https://thoughtbot.com/thoughtbot-logo-for-readmes.svg)

This repo is maintained and funded by thoughtbot, inc.
The names and logos for thoughtbot are trademarks of thoughtbot, inc.

We love open source software!
See [our other projects][community].
We are [available for hire][hire].

[community]: https://thoughtbot.com/community?utm_source=github
[hire]: https://thoughtbot.com/hire-us?utm_source=github


<!-- END /templates/footer.md -->
[tricknotes]: https://github.com/tricknotes
8 changes: 2 additions & 6 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,5 @@ your reasons so that we can have a better understanding of your situation.

## Reporting a Vulnerability

For security inquiries or vulnerability reports, visit
<https://thoughtbot.com/security>.

If you have any suggestions to improve this policy, visit <https://thoughtbot.com/security>.

<!-- END /templates/security.md -->
For security inquiries or vulnerability reports, send email to
<[email protected]>.
6 changes: 3 additions & 3 deletions ember-cli-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ require "ember_cli/version"
Gem::Specification.new do |spec|
spec.name = "ember-cli-rails"
spec.version = EmberCli::VERSION.dup
spec.authors = ["Pavel Pravosud", "Jonathan Jackson", "Sean Doyle"]
spec.email = ["[email protected]", "[email protected]", "[email protected]"]
spec.authors = ["Pavel Pravosud", "Jonathan Jackson", "Sean Doyle", "Ryunosuke Sato"]
spec.email = ["[email protected]", "[email protected]", "[email protected]", "[email protected]"]
spec.summary = "Integration between Ember CLI and Rails"
spec.homepage = "https://github.com/thoughtbot/ember-cli-rails"
spec.homepage = "https://github.com/tricknotes/ember-cli-rails"
spec.license = "MIT"
spec.files = Dir["README.md", "CHANGELOG.md", "LICENSE.txt", "{lib,app,config}/**/*"]

Expand Down

0 comments on commit 7a326c5

Please sign in to comment.