aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/specifications/bar-0.0.2.gemspec
blob: ceefa4ed1606d355f184d42a115067276f9ec118 (plain)
1
2
3
4
5
6
7
8
9
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name          = "bar"
  s.version       = "0.0.2"
  s.platform      = "ruby"
  s.require_paths = ["lib"]
  s.summary       = "A very bar gem"
end