Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Add Requirements section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Feb 17, 2016
1 parent a8a6d48 commit 04b2338
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,19 @@ $ git clone https://github.com/makenew/ruby-gem.git

[makenew-ruby_gem source]: https://github.com/makenew/ruby-gem

### Requirements

You will need [Ruby] with [Bundler].

Install the development dependencies with

```
$ bundle
```

[Bundler]: http://bundler.io/
[Ruby]: https://www.ruby-lang.org/

### Rake

Run `$ rake -T` to see all Rake tasks.
Expand Down
2 changes: 1 addition & 1 deletion makenew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ makenew () {
read -p '> GitHub user or organization name: ' mk_user
read -p '> GitHub repository name: ' mk_repo

sed -i -e '12,110d;200,203d' README.md
sed -i -e '12,110d;213,216d' README.md
sed -i -e "12i ${mk_description}" README.md

find_replace "s/VERSION =.*/VERSION = '${mk_version}'.freeze/g"
Expand Down

0 comments on commit 04b2338

Please sign in to comment.