Sha256: 6a2f6a343e8186cb872f8ba1e41388c80989838054161a6bc4e4ef171fe7f2b5

Contents?: true

Size: 712 Bytes

Versions: 2

Compression:

Stored size: 712 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"

# 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

2 entries across 2 versions & 1 rubygems

Version Path
confluence-0.0.1 Gemfile
confluence-0.0.0 Gemfile