Skip to content

Commit

Permalink
Project: final adjustments for 1.0.6
Browse files Browse the repository at this point in the history
* docker-compose: Use gemscrafter/stringer
* README refinements
* tweaked .dockerignore
  • Loading branch information
Konrad Gibaszewski committed Feb 23, 2022
1 parent 124b160 commit 0391d0b
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 13 deletions.
23 changes: 22 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
.git/*
# File system
.DS_Store

# Git
.git/
.gitignore

# JetBrains
.idea

# Logs and temps
log/*
tmp/*

# Project
db/stringer_test.sqlite
docs/
screenshots/
spec/
.dockerignore
.rspec
.rubocop*
.travis.yml
docker-compose.yml
Dockerfile
32 changes: 21 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,20 +114,30 @@ You can launch an interactive console (a la `rails c`) using `racksh`.

## Acknowledgments

Most of the heavy-lifting is done by [`feedjira`](https://github.com/feedjira/feedjira) and [`feedbag`](https://github.com/dwillis/feedbag).

General sexiness courtesy of [`Twitter Bootstrap`](http://twitter.github.io/bootstrap/) and [`Flat UI`](http://designmodo.github.io/Flat-UI/).

ReenieBeanie Font Copyright © 2010 Typeco ([email protected]). Licensed under [SIL Open Font License, 1.1](http://scripts.sil.org/OFL).

Lato Font Copyright © 2010-2011 by tyPoland Lukasz Dziedzic ([email protected]). Licensed under [SIL Open Font License, 1.1](http://scripts.sil.org/OFL).
* This project builds on-top on [swanson/stringer][7] created by:
* Matt Swanson [mdswanson.com][1] [@_swanson][2]
* Victor Koronen [victor.koronen.se][3] [@victorkoronen][4]
* Most of the heavy-lifting is done by [`feedjira`](https://github.com/feedjira/feedjira) and [`feedbag`](https://github.com/dwillis/feedbag).
* General sexiness courtesy of [`Twitter Bootstrap`](http://twitter.github.io/bootstrap/) and [`Flat UI`](http://designmodo.github.io/Flat-UI/).
* ReenieBeanie Font Copyright © 2010 [Typeco][10]. Licensed under [SIL Open Font License, 1.1](http://scripts.sil.org/OFL).
* Lato Font Copyright © 2010-2011 [tyPoland Lukasz Dziedzic][9]. Licensed under [SIL Open Font License, 1.1](http://scripts.sil.org/OFL).

## Contact

If you have a question, feature idea, or are running into problems, our preferred method of contact is to open an issue on GitHub. This allows multiple people to weigh in, and we can keep everything in one place. Thanks!
If you have any questions, feature proposals or are running into problems, the preferred method of contact is to open
an issue on GitHub. This allows multiple people to weigh in, and we can keep everything in one place. Thanks!

## Maintainer(s)

## Maintainers
Konrad Gibaszewski [gemscrafter.com][5] [@gemscrafter][6]

Matt Swanson, [mdswanson.com](http://mdswanson.com), [@_swanson](http://twitter.com/_swanson)

Victor Koronen, [victor.koronen.se](http://victor.koronen.se/), [@victorkoronen](https://twitter.com/victorkoronen)
[1]: https://mdswanson.com
[2]: https://twitter.com/_swanson
[3]: https://victor.koronen.se
[4]: https://twitter.com/victorkoronen
[5]: https://gemscrafter.com
[6]: https://twitter.com/gemscrafter
[7]: https://github.com/swanson/stringer
[9]: http://www.lukaszdziedzic.eu
[10]: http://www.typeco.com
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: '2'

services:
postgres:
image: postgres:9.5-alpine
Expand All @@ -11,7 +12,7 @@ services:
- POSTGRES_DB=stringer

web:
image: mdswanson/stringer
image: gemscrafter/stringer
depends_on:
- postgres
restart: always
Expand Down

0 comments on commit 0391d0b

Please sign in to comment.