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 Nov 17, 2024
1 parent 74c6c16 commit 81d1dfd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
* Add nokogiri as a dependency [d603fb1][]
* Use `to_prepare` to use autoload inside engine config [a3fb989][]

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

0.6.2
-----
Expand All @@ -25,8 +25,8 @@
* Remove `mount_ember_assets`. This is handled by
[`ember-cli-rails`][ember-cli-rails#386].

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

0.6.1
-----
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ actively supported method of serving EmberCLI applications.
However, for the sake of backwards compatibility, `ember-cli-rails-assets`
supports injecting the EmberCLI-generated assets into an existing Rails layout.

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

## Install

Expand Down Expand Up @@ -52,7 +52,7 @@ module.exports = function(defaults) {
};
```

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

## Mount

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

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

## License

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

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

[rwz]: https://github.com/rwz
[rondale-sc]: https://github.com/rondale-sc
[seanpdoyle]: https://github.com/seanpdoyle
[tricknotes]: https://github.com/tricknotes
6 changes: 3 additions & 3 deletions ember-cli-rails-assets.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ require "ember_cli/assets/version"
Gem::Specification.new do |s|
s.name = "ember-cli-rails-assets"
s.version = EmberCli::Assets::VERSION
s.authors = ["Sean Doyle"]
s.email = ["[email protected]"]
s.homepage = "https://github.com/seanpdoyle/ember-cli-rails-assets"
s.authors = ["Sean Doyle", "Ryunosuke Sato"]
s.email = ["[email protected]", "[email protected]"]
s.homepage = "https://github.com/tricknotes/ember-cli-rails-assets"
s.summary = "Include EmberCLI-generated JavaScript and CSS stylesheet tags in your Rails layouts"
s.description = "Include EmberCLI-generated JavaScript and CSS stylesheet tags in your Rails layouts"
s.license = "MIT"
Expand Down

0 comments on commit 81d1dfd

Please sign in to comment.