aslakhellesoy / pickler forked from tpope/pickler

PIvotal traCKer Liaison to cucumbER

This URL has Read+Write access

pickler / pickler.gemspec
100644 26 lines (24 sloc) 0.828 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Gem::Specification.new do |s|
  s.name = "pickler"
  s.version = "0.0.2"
 
  s.summary = "PIvotal traCKer Liaison to cucumbER"
  s.description = "Synchronize between Cucumber and Pivotal Tracker"
  s.authors = ["Tim Pope"]
  s.email = "ruby@tpope.i"+'nfo'
  s.homepage = "http://github.com/tpope/pickler"
  s.default_executable = "pickler"
  s.executables = ["pickler"]
  s.files = [
    "README.rdoc",
    "MIT-LICENSE",
    "pickler.gemspec",
    "bin/pickler",
    "lib/pickler.rb",
    "lib/pickler/feature.rb",
    "lib/pickler/tracker.rb",
    "lib/pickler/tracker/project.rb",
    "lib/pickler/tracker/story.rb"
  ]
  s.add_dependency("activesupport", [">= 2.0.0"])
  s.add_dependency("cucumber", [">= 0.1.9"])
end