Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alexwolfe/Buttons has no versions defined. Please create an issue in component's repository. #42

Closed
pencilcheck opened this issue Nov 2, 2014 · 2 comments

Comments

@pencilcheck
Copy link

I want to convert to rails-assets so I can use it in my rails app, but it is missing versions.

Thanks.

https://rails-assets.org

@roblevintennis
Copy link
Collaborator

@pencilcheck I was able to confirm by running bower info Buttons and there was definitely no version .. sorry about that. We apparently needed to create a corresponding tag (to what's already in our bower.json) and push that git tag up.

I've done that (1.1.1) and verified with:

bower info Buttons
bower not-cached    git://github.com/alexwolfe/Buttons.git#*
bower resolve       git://github.com/alexwolfe/Buttons.git#*
bower download      https://github.com/alexwolfe/Buttons/archive/v1.1.1.tar.gz
bower extract       Buttons#* archive.tar.gz
bower resolved      git://github.com/alexwolfe/Buttons.git#1.1.1

{
  name: 'Buttons',
  version: '1.1.1',
  homepage: 'https://github.com/unicorn-ui/Buttons',
  authors: [
    'alexwolfe'
  ],
  description: 'A fully customizable CSS button library built using Sass',
  main: 'css/buttons.css',
  keywords: [
    'Buttons',
    'Sass',
    'scss',
    'css',
    'Css Buttons',
    'Sass Buttons'
  ],
  license: 'Apache License v2.0'
}

Available versions:
  - 1.1.1

You can request info for a specific version with 'bower info Buttons#<version>'

So I believe you should be good. I'll leave open for a couple days but if you could confirm this fixes your issue it would be greatly appreciated! Thanks for using Buttons @pencilcheck

@pencilcheck
Copy link
Author

Actually this is probably the wrong repo, but since they are forked so I guess that works. Thanks for writing this css. Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants