Skip to content

Commit

Permalink
Changed gem name to prevent collisions.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsteneckel committed May 16, 2016
1 parent 7458eab commit 0ad6517
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Inquirer
# inquirer.rb

A collection of common interactive command line user interfaces. A (not yet compleded) clone of the great [Inquirer.js](https://github.com/SBoudrias/Inquirer.js) and strongly inspired by the similar [inquirer.rb](https://github.com/arlimus/inquirer.rb).

Expand All @@ -16,7 +16,7 @@ Started as a fork of [inquirer.rb](https://github.com/arlimus/inquirer.rb) the c
Add this line to your application's Gemfile:

```ruby
gem 'inquirer'
gem 'inquirer.rb'
```

And then execute:
Expand All @@ -25,7 +25,7 @@ And then execute:

Or install it yourself as:

$ gem install inquirer
$ gem install inquirer.rb

## Usage

Expand Down
2 changes: 1 addition & 1 deletion inquirer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'inquirer/version'

Gem::Specification.new do |spec|
spec.name = 'inquirer'
spec.name = 'inquirer.rb'
spec.version = Inquirer::VERSION
spec.authors = ['Thorsten Eckel']
spec.email = ['[email protected]']
Expand Down

0 comments on commit 0ad6517

Please sign in to comment.