deploy_and_deliver 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.2
1
+ 1.0.3
@@ -1,15 +1,15 @@
1
1
  # Generated by jeweler
2
- # DO NOT EDIT THIS FILE
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{deploy_and_deliver}
8
- s.version = "1.0.2"
8
+ s.version = "1.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Daniel Morrison"]
12
- s.date = %q{2009-12-14}
12
+ s.date = %q{2011-04-22}
13
13
  s.description = %q{Mark Pivotal Tracker stories as Delivered on deploy.}
14
14
  s.email = %q{daniel@collectiveidea.com}
15
15
  s.extra_rdoc_files = [
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
28
28
  s.homepage = %q{http://github.com/collectiveidea/deploy_and_deliver}
29
29
  s.rdoc_options = ["--charset=UTF-8"]
30
30
  s.require_paths = ["lib"]
31
- s.rubygems_version = %q{1.3.5}
31
+ s.rubygems_version = %q{1.3.6}
32
32
  s.summary = %q{Capistrano recipes for Pivotal Tracker}
33
33
 
34
34
  if s.respond_to? :specification_version then
@@ -41,3 +41,4 @@ Gem::Specification.new do |s|
41
41
  else
42
42
  end
43
43
  end
44
+
@@ -9,7 +9,7 @@ Capistrano::Configuration.instance.load do
9
9
  class Story < ActiveResource::Base ; end
10
10
 
11
11
  protocol = self[:pivotal_tracker_ssl] ? 'https' : 'http'
12
- Story.site = "#{protocol}://www.pivotaltracker.com/services/v2/projects/:project_id"
12
+ Story.site = "#{protocol}://www.pivotaltracker.com/services/v3/projects/:project_id"
13
13
  Story.headers['X-TrackerToken'] = pivotal_tracker_token
14
14
 
15
15
  puts "* delivering tracker stories ..."
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deploy_and_deliver
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 0
8
+ - 3
9
+ version: 1.0.3
5
10
  platform: ruby
6
11
  authors:
7
12
  - Daniel Morrison
@@ -9,7 +14,7 @@ autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
16
 
12
- date: 2009-12-14 00:00:00 +00:00
17
+ date: 2011-04-22 00:00:00 -04:00
13
18
  default_executable:
14
19
  dependencies: []
15
20
 
@@ -43,18 +48,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
43
48
  requirements:
44
49
  - - ">="
45
50
  - !ruby/object:Gem::Version
51
+ segments:
52
+ - 0
46
53
  version: "0"
47
- version:
48
54
  required_rubygems_version: !ruby/object:Gem::Requirement
49
55
  requirements:
50
56
  - - ">="
51
57
  - !ruby/object:Gem::Version
58
+ segments:
59
+ - 0
52
60
  version: "0"
53
- version:
54
61
  requirements: []
55
62
 
56
63
  rubyforge_project:
57
- rubygems_version: 1.3.5
64
+ rubygems_version: 1.3.6
58
65
  signing_key:
59
66
  specification_version: 3
60
67
  summary: Capistrano recipes for Pivotal Tracker