Rename to mina-reboot
This commit is contained in:
parent
0b83f8e5a2
commit
516240efc3
|
@ -7,7 +7,7 @@ Generates cron `@reboot` task every time you deploy with [Mina](http://nadarei.c
|
|||
Add this line to your application's Gemfile:
|
||||
|
||||
```ruby
|
||||
gem 'mina_reboot'
|
||||
gem 'mina-reboot'
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
|
@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|||
require 'mina/reboot/version'
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "mina_reboot"
|
||||
spec.name = "mina-reboot"
|
||||
spec.version = MinaReboot::VERSION
|
||||
spec.authors = ["Gregory Eremin"]
|
||||
spec.email = ["g@erem.in"]
|
Loading…
Reference in New Issue