Rake release with hoe

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hello list,

actually i have an strange issue.

I have checked in all content to my GitHub repo. Then i used rake
release VERSION=1.0.1 to release that gem.

But i'm getting:

Won't release: Dirty index or untracked files present!

A git status gives me:

sascha@sascha-desktop:~/RubymineProjects/hoe-manns$ git status
Auf Branch develop
Ihr Branch ist auf dem selben Stand wie 'origin/develop'.
nichts zu committen, Arbeitsverzeichnis unverändert

So it looks like git is clean.

But why rake release stops?

Greetings
Sascha

- --
Yours sincerly
Sascha Manns

Maifeldstraße 10
56727 Mayen
Phone: +49-1573-9242730
Email: Sascha.Manns@directbox.com
Web: http://saigkill.github.io
Jabber: saigkill@jabber.org
GPG: hkp://keys.gnupg.net

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hello list,

the problem is fixed with that help:

Greetings
Sascha

Hello list,

actually i have an strange issue.

I have checked in all content to my GitHub repo. Then i used rake
release VERSION=1.0.1 to release that gem.

But i'm getting:

Won't release: Dirty index or untracked files present!

A git status gives me:

sascha@sascha-desktop:~/RubymineProjects/hoe-manns$ git status
Auf Branch develop
Ihr Branch ist auf dem selben Stand wie 'origin/develop'.
nichts zu committen, Arbeitsverzeichnis unverändert

So it looks like git is clean.

But why rake release stops?

Greetings
Sascha

- --
Yours sincerly
Sascha Manns

Maifeldstraße 10
56727 Mayen
Phone: +49-1573-9242730
Email: Sascha.Manns@directbox.com
Web: http://saigkill.github.io
Jabber: saigkill@jabber.org
GPG: hkp://keys.gnupg.net

···

Am 01.10.2015 um 20:04 schrieb Sascha Manns: