gisikw-pivotpro 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -17,7 +17,7 @@ module PivotPro
17
17
  FileUtils.mkdir_p('features')
18
18
  PivotPro::User.stories("features").each do |s|
19
19
  File.open("features/#{s.id}_#{(sn=s.name.gsub(/[^A-Za-z0-9\ ]/,'').gsub(' ','_').downcase)[0,25] rescue sn}.feature","w"){|f|f.write(
20
- %Q{Scenario: #{s.name}
20
+ %Q{Feature: #{s.name}
21
21
 
22
22
  #{s.description}})}
23
23
  end
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pivotpro}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Kevin Gisi"]
12
- s.date = %q{2009-08-12}
12
+ s.date = %q{2009-08-20}
13
13
  s.default_executable = %q{pivotpro}
14
14
  s.description = %q{RubyGem to interface with PivotalTracker, relying on PivotalRecord}
15
15
  s.email = %q{kevin.gisi@gmail.com}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gisikw-pivotpro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Gisi
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-12 00:00:00 -07:00
12
+ date: 2009-08-20 00:00:00 -07:00
13
13
  default_executable: pivotpro
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency