deploy_and_deliver 1.0.1 → 1.0.2

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/Rakefile CHANGED
@@ -12,6 +12,7 @@ begin
12
12
  gem.authors = ["Daniel Morrison"]
13
13
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
14
14
  end
15
+ Jeweler::GemcutterTasks.new
15
16
  rescue LoadError
16
17
  puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
17
18
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{deploy_and_deliver}
8
- s.version = "1.0.1"
8
+ s.version = "1.0.2"
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-09-30}
12
+ s.date = %q{2009-12-14}
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 = [
@@ -4,7 +4,7 @@ Capistrano::Configuration.instance.load do
4
4
  desc "deliver your project's 'finished' stories"
5
5
  task :deliver_stories do
6
6
  require 'rubygems'
7
- require 'activeresource'
7
+ require 'active_resource'
8
8
 
9
9
  class Story < ActiveResource::Base ; end
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deploy_and_deliver
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Morrison
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-30 00:00:00 -04:00
12
+ date: 2009-12-14 00:00:00 +00:00
13
13
  default_executable:
14
14
  dependencies: []
15
15