malsup / blockui

jQuery BlockUI Plugin
http://jquery.malsup.com/block/
1.69k stars 506 forks source link

The `jquery.blockui` package in the Bower's registry does not have a semantic version number #73

Closed cheton closed 8 years ago

cheton commented 11 years ago
$ bower install jquery.blockUI
bower cloning git://github.com/malsup/blockui#~2.55.0-2013.01.23
bower caching git://github.com/malsup/blockui#~2.55.0-2013.01.23
bower fetching jquery.blockUI
bower error status code of git: 128

There were errors, here's a summary of them:
- jquery.blockUI status code of git: 128
fatal: ambiguous argument 'origin/HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions

$ bower search jquery.blockUI
Search results:
    jquery.blockUI git://github.com/malsup/blockui#~2.55.0-2013.01.23
cheton commented 11 years ago

The URL in the registry is supposed to be git://github.com/malsup/blockui.git

astronaute77 commented 10 years ago

You should try: bower install blockui cheers

neverfox commented 10 years ago

While you can still install it, there really should be a bower.json with marked releases.

dud3 commented 9 years ago

+1 that worked.

andreicristianpetcu commented 9 years ago

Please add version numbers to bower.json because bower's offline installation does not work without them. $bower info blockui should return Available versions:

andreicristianpetcu commented 9 years ago

Hmmm... it seems that there was something wrong with my dependencies and I managed to install the version I wanted with bower install -S blockui\#2.70 Notice the \#, I used this due to the way ZSH handles some characters.

notentered commented 7 years ago

It actually still does not have a semantic version tag.

My exact usecase is trying to integrate Metronic admin theme into Rails app using https://rails-assets.org to convert bower package to bundler package.

So because blockui does not have semver, bower info blockui is returning:

No versions available.

... and because of this rails-assets returns:

blockui has no versions defined. Please create an issue in component's repository.

What I did is to fork the repo and to push a tag following semver. In my case 2.7.0. Now everything is OK, using my fork.

In case it can be useful, here is the fork: https://github.com/notentered/blockui

Here is the rails gem: https://rails-assets.org/#/?query=blockui

However, is it possible for this repo to start using semver?