-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Repository has been moved to under tricknotes account
- Loading branch information
1 parent
812f540
commit 7a326c5
Showing
7 changed files
with
14 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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}/**/*"] | ||
|
||
|