Remove obsolete information
This commit is contained in:
@@ -1,11 +1,5 @@
|
|||||||
Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license](LICENSE).
|
Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license](LICENSE).
|
||||||
|
|
||||||
This project adheres to the [Open Code of Conduct][code-of-conduct]. By participating, you are expected to uphold this code.
|
|
||||||
[code-of-conduct]: http://todogroup.org/opencodeofconduct/#gemoji/opensource@github.com
|
|
||||||
|
|
||||||
Our emoji set is based off Apple's emoji character palette, plus some custom
|
|
||||||
emoji such as :octocat: :shipit: :metal:.
|
|
||||||
|
|
||||||
Some useful tools in development are:
|
Some useful tools in development are:
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -17,28 +11,11 @@ Sets up the development environment. The prerequisites are:
|
|||||||
* Ruby 1.9+
|
* Ruby 1.9+
|
||||||
* Bundler
|
* Bundler
|
||||||
|
|
||||||
```
|
|
||||||
rake db:generate
|
|
||||||
```
|
|
||||||
|
|
||||||
On OS X, this will rebuild the `db/Category-Emoji.json` file from the system
|
|
||||||
one, pulling in any new emoji that Apple may have added in the meantime.
|
|
||||||
|
|
||||||
```
|
```
|
||||||
script/test
|
script/test
|
||||||
```
|
```
|
||||||
|
|
||||||
Runs the test suite, including the integrity test where we assert that we have
|
Runs the test suite.
|
||||||
covered each of Apple's emoji.
|
|
||||||
|
|
||||||
```
|
|
||||||
script/regenerate
|
|
||||||
```
|
|
||||||
|
|
||||||
Rebuilds the `db/emoji.json` file which is our main list of emoji: their
|
|
||||||
canonical representations, descriptions, aliases, and tags. This requires OS X
|
|
||||||
because Safari is used in the process to verify which character render as emoji
|
|
||||||
and which render as ordinary Unicode glyphs from the current font.
|
|
||||||
|
|
||||||
```
|
```
|
||||||
script/console
|
script/console
|
||||||
|
|||||||
16
LICENSE
16
LICENSE
@@ -1,18 +1,4 @@
|
|||||||
octocat, squirrel, shipit
|
Copyright (c) 2019 GitHub, Inc.
|
||||||
Copyright (c) 2013 GitHub Inc. All rights reserved.
|
|
||||||
|
|
||||||
bowtie, neckbeard, fu
|
|
||||||
Copyright (c) 2013 37signals, LLC. All rights reserved.
|
|
||||||
|
|
||||||
feelsgood, finnadie, goberserk, godmode, hurtrealbad, rage 1-4, suspect
|
|
||||||
Copyright (c) 2013 id Software. All rights reserved.
|
|
||||||
|
|
||||||
trollface
|
|
||||||
Copyright (c) 2013 whynne@deviantart. All rights reserved.
|
|
||||||
|
|
||||||
Source code:
|
|
||||||
|
|
||||||
Copyright (c) 2013 GitHub, Inc.
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person
|
Permission is hereby granted, free of charge, to any person
|
||||||
obtaining a copy of this software and associated documentation
|
obtaining a copy of this software and associated documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user