Skip to content

Commit

Permalink
Merge pull request git-commit-notifier#192 from FonsRademakers/master
Browse files Browse the repository at this point in the history
Description of alternative way to build a gem, fix for filename link color in <h2>.
  • Loading branch information
akzhan committed Aug 23, 2013
2 parents 80cc1ef + e3957eb commit 7474c26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,13 @@ bundle install
rake # Run specs
```

or

```bash
gem build git-commit-notifier.gemspec
[sudo] gem install git-commit-notifier-0.11.10.gem
```

Now you can create test configuration file (example provided in `config` directory) and test your code over any test repository in this manner:

```bash
Expand Down
2 changes: 2 additions & 0 deletions template/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

h2 {font-size:14px; background-color: #2e7bcc; color: white; font-weight: bold; padding: 10px;}

h2 a {color: #FFCC33; text-decoration: none; font-size: 14px; font-weight: bold;}
h2 a:visited {color: #CCCC66; text-decoration: none; font-size: 14px; font-weight: bold;}
a, a:visited {color: #0B6CDA; text-decoration: none;}
a:hover {text-decoration: underline;}

Expand Down

0 comments on commit 7474c26

Please sign in to comment.