chucknorris / uppercut

UppercuT - Professional builds in moments, not days!
http://projectuppercut.org
68 stars 17 forks source link

uppercutbuild gem repository #9

Closed siniypin closed 11 years ago

siniypin commented 11 years ago

Hi.

I have a problem running uppercutbuild gem tasks with ruby 1.9.3. Thought that I could fork a code and submit you a pull request with patch. Cloned UppercuT repo and suddenly discovered that there is no ruby gem code there. Searched the web and github, but found nothing, but back links from ruby-toolbox to this repo. Don't you want to publish gem code in github?

P.S. Thanks for your work. UppercuT rocks.

Regards, Robert.

ferventcoder commented 11 years ago

Gems folder?

On Saturday, July 6, 2013, Robert wrote:

Hi.

I have a problem running uppercutbuild gem tasks with ruby 1.9.3. Thought that I could fork a code and submit you a pull request with patch. Cloned UppercuT repo and suddenly discovered that there is no ruby gem code there. Searched the web and github, but found nothing, but back links from ruby-toolbox to this repo. Don't you want to publish gem code in github?

P.S. Thanks for your work. UppercuT rocks.

Regards, Robert.

— Reply to this email directly or view it on GitHubhttps://github.com/chucknorris/uppercut/issues/9 .


Rob "Be passionate in all you do"

http://devlicio.us/blogs/rob_reynolds http://ferventcoder.com http://twitter.com/ferventcoder

siniypin commented 11 years ago

I feel like I'm missing something obvious, but there's only gemspec file that references files that are not part of repository: spec.files = ...+ Dir['bin/**/*'] Where do those files from bin come from? The files being copied by gem install uppercutbuilder?

Regards, Robert.

ferventcoder commented 11 years ago

Perhaps you should try running build.bat and then look in the code_drop/gems folder afterwards.

On Saturday, July 6, 2013, Robert wrote:

I feel like I'm missing something obvious, but there's only gemspec file that references files that are not part of repository: spec.files = ...+ Dir['bin/*/'] Where do those files from bin come from? The files being copied by gem install uppercutbuilder?

Regards, Robert.

— Reply to this email directly or view it on GitHubhttps://github.com/chucknorris/uppercut/issues/9#issuecomment-20559169 .


Rob "Be passionate in all you do"

http://devlicio.us/blogs/rob_reynolds http://ferventcoder.com http://twitter.com/ferventcoder

siniypin commented 11 years ago

This is the first thing I've done, but that was empty. Yet, I haven't read through the build.log, my bad. It appears I have got a Gem::InvalidSpecificationException. Stupid, sorry for inconvenience.

Regards, Robert.