Sha256: 35e6b5c0a02058b010d0247f256d5fe3aec4a5744476f239ece6f6b67d333318
Contents?: true
Size: 292 Bytes
Versions: 3
Compression:
Stored size: 292 Bytes
Contents
source 'http://rubygems.org' # Specify your gem's dependencies in jira_notifier.gemspec gemspec group :test do gem 'rake' gem 'test-unit' gem 'fakeweb' gem 'bundler', '>= 1.0.0' gem 'rack' if RUBY_VERSION =~ /^1\.9/ gem 'ruby-debug19' else gem 'ruby-debug' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jira_exception_collector-0.8.3 | Gemfile |
jira_exception_collector-0.8.0 | Gemfile |
jira_exception_collector-0.0.1 | Gemfile |