1
0
Fork 0

Rename to mina-reboot

This commit is contained in:
Gregory Eremin 2014-09-16 17:43:41 +04:00
parent 0b83f8e5a2
commit 516240efc3
No known key found for this signature in database
GPG Key ID: 5EFA427EEC26E86C
2 changed files with 2 additions and 2 deletions

View File

@ -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: Add this line to your application's Gemfile:
```ruby ```ruby
gem 'mina_reboot' gem 'mina-reboot'
``` ```
## Usage ## Usage

View File

@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'mina/reboot/version' require 'mina/reboot/version'
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = "mina_reboot" spec.name = "mina-reboot"
spec.version = MinaReboot::VERSION spec.version = MinaReboot::VERSION
spec.authors = ["Gregory Eremin"] spec.authors = ["Gregory Eremin"]
spec.email = ["g@erem.in"] spec.email = ["g@erem.in"]