public
Description: PIvotal traCKer Liaison to cucumbER
Homepage:
Clone URL: git://github.com/tpope/pickler.git
Click here to lend your support to: pickler and make a donation at www.pledgie.com !
tpope (author)
Mon Aug 31 14:45:51 -0700 2009
commit  ae1cd0826a076a1a14941fe146ab38a3f107429b
tree    1af867c1d9cd86bd9152e259678d6e489ddd3169
parent  dece0808a528d979a98359a2356d9393fa0c7f8c
pickler / pickler.gemspec
100644 29 lines (27 sloc) 0.933 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
27
28
29
Gem::Specification.new do |s|
  s.name = "pickler"
  s.version = "0.1.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/runner.rb",
    "lib/pickler/tracker.rb",
    "lib/pickler/tracker/project.rb",
    "lib/pickler/tracker/story.rb",
    "lib/pickler/tracker/iteration.rb",
    "lib/pickler/tracker/note.rb"
  ]
  s.add_dependency("activesupport", [">= 2.0.0"])
  s.add_dependency("cucumber", [">= 0.3.96"])
end