Sha256: 4e9dff3860ab50d8c739d10534268e7a5fead5172fd0016b4d9593a082b36bd8
Contents?: true
Size: 731 Bytes
Versions: 3
Compression:
Stored size: 731 Bytes
Contents
source "http://rubygems.org" source "http://gems.github.com" # Add dependencies required to use your gem here. # Example: # gem "activesupport", ">= 2.3.5" gem "rake" gem "bundler" gem "rdoc" gem "simplecov" gem "rspec" gem "thor" gem "activesupport" # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. group :development do gem "jeweler", "~> 1.8.4" end group :debug do gem (RUBY_VERSION =~ /^1\.9/ ? "ruby-debug19" : "ruby-debug") end group :xzibit do # stole this page from jeweler's gemspec # who apparently stole from bundler's gemspec # adds confluence to this directory for the same reason # that jeweler does it # gem 'confluence', :path => '.' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
confluence-0.2.0 | Gemfile |
confluence-0.1.1 | Gemfile |
confluence-0.1.0 | Gemfile |