A small and simple Rails 4 project that is ready to be used as a prelaunch site. It includes all the necessary requirements like prize groups, open/closed states, and simple social sharing.
MIT License
888
stars
532
forks
source link
Source does not contain any versions of 'prelaunchr (>= 0) ruby' #30
When i am trying to do "bundle install"
getting error like this
Could not find gem 'prelaunchr (>= 0) ruby' in https://github.com/harrystech/prelaunchr (at master).
Source does not contain any versions of 'prelaunchr (>= 0) ruby'
i searched in rubygems.org, but i didn't get that.
can any one tell me why i am getting this error ?
I wrote gem prelaunchr in my gem file
gem 'prelaunchr' , git: 'https://github.com/harrystech/prelaunchr.git'
When i am trying to do "bundle install" getting error like this
Could not find gem 'prelaunchr (>= 0) ruby' in https://github.com/harrystech/prelaunchr (at master). Source does not contain any versions of 'prelaunchr (>= 0) ruby' i searched in rubygems.org, but i didn't get that. can any one tell me why i am getting this error ?