fyneworks / star-rating

jQuery Star Rating Plugin
MIT License
29 stars 17 forks source link

Unable to install with Bower #11

Closed steven-pribilinskiy closed 9 years ago

steven-pribilinskiy commented 10 years ago

The package is not registered in Bower registry and it's name is conflicting with star-rating from cmartinezv https://github.com/cmartinezv/star-rating/blob/master/bower.json

Also I couldn't install with bower install fyneworks/star-rating and bower install git://github.com/fyneworks/star-rating, in both cases there's an error:

bower star-rating#*            ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/fyneworks/star-rating.git=git://github.com/fyneworks/star-rating.git", exit code of #128

Additional error details:
fatal: remote error: 
  fyneworks/star-rating.git=git://github.com/fyneworks/star-rating is not a valid repository name
smohadjer commented 9 years ago

I also had some difficulty using it with bower. Please edit version number in bower.json to be consistent with semver (4.11.0). And it would be great if you could release the current version as currently there are no releases on github. You may want to add an "ignore" option to bower.json so that bower won't download unnecessary files such as zip or test files.

Great plugin btw! :)

fyneworks commented 9 years ago

There are a lot of jquery star rating plugins out there, it was difficult to find a name that wasnt taken, but I've properly registered with bower now, package id "fyneworks-jquery-star-rating".

If you have any more suggestions I'll be happy to implement them!

fyneworks commented 9 years ago

Having trouble with bower actually. I've changed the version number to 4.11.0 but it doesn't seem to be working... can you help? What am I missing?

image

fyneworks commented 9 years ago

Scrap that guys. Added git tag 4.11.0 and we're up and running. bower install fyneworks-jquery-star-rating FTW!