Sha256: 5f815a3471b89e00d2cd8abe3b4f9b926bb5c9d88c5707fa33d72247e1a73dfe
Contents?: true
Size: 929 Bytes
Versions: 3
Compression:
Stored size: 929 Bytes
Contents
source "http://rubygems.org" # Declare your gem's dependencies in crowdblog.gemspec. # Bundler will treat runtime dependencies like base dependencies, and # development dependencies will be added by default to the :development group. gemspec # Gems used by the dummy application (needs to be here instead of the gemspec) gem "jquery-rails" group :assets do gem 'coffee-rails' gem 'sass-rails' gem 'uglifier' end group :development, :test do gem 'rake' # needed for Travis CI: http://bit.ly/xEgH8j gem 'launchy' end # Declare any dependencies that are still in development here instead of in # your gemspec. These might include edge Rails or gems from your path or # Git. Remember to move these dependencies to your gemspec before releasing # your gem to rubygems.org. gem 'vestal_versions', :git => 'https://github.com/jodosha/vestal_versions.git' # To use debugger # gem 'ruby-debug19', :require => 'ruby-debug'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
crowdblog-0.1.2 | Gemfile |
crowdblog-0.1.1 | Gemfile |
crowdblog-0.1.0 | Gemfile |