Skip to content

Commit

Permalink
remove unnecessary description of the install
Browse files Browse the repository at this point in the history
  • Loading branch information
tbpgr committed Jan 16, 2015
1 parent cb0b92b commit 02448b2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v.1.0.2
2015/01/16

### Update Feature
* Remove gem install description.

## v.1.0.1
2014/11/27

Expand Down
4 changes: 0 additions & 4 deletions lib/ruboty/gen/article.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ class Article
$ bundle
Or install it yourself as:
$ gem install ruboty-<%=gem_name%>
## <i class="fa fa-terminal" style="font-size:1em;"></i> Commands
|Command|Pattern|Description|
Expand Down
2 changes: 1 addition & 1 deletion lib/ruboty/gen/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
module Ruboty
# Gen
module Gen
VERSION = '1.0.1'
VERSION = '1.0.2'
end
end
4 changes: 0 additions & 4 deletions sample/ruboty-ume.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ And then execute:

$ bundle

Or install it yourself as:

$ gem install ruboty-ume

## Commands

|Command|Pattern|Description|
Expand Down
4 changes: 0 additions & 4 deletions spec/ruboty/gen/article_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@
$ bundle
Or install it yourself as:
$ gem install ruboty-sample_gem
## <i class="fa fa-terminal" style="font-size:1em;"></i> Commands
|Command|Pattern|Description|
Expand Down

0 comments on commit 02448b2

Please sign in to comment.