trackable_tasks 0.0.4 → 0.0.5

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/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ ==0.0.6
2
+
3
+ * Added timestamps to the task run table
4
+
1
5
  == 0.0.4
2
6
 
3
7
  * Added a basic controller to display information about the task runs
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -7,6 +7,8 @@ class <%= migration_class_name %> < ActiveRecord::Migration
7
7
  t.text :error_text
8
8
  t.text :log_text
9
9
  t.boolean :success, :default => false
10
+
11
+ t.timestamps
10
12
  end
11
13
  end
12
14
 
@@ -4,14 +4,14 @@
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
- s.name = %q{trackable_tasks}
8
- s.version = "0.0.4"
7
+ s.name = "trackable_tasks"
8
+ s.version = "0.0.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = [%q{Jeremiah Hemphill}]
12
- s.date = %q{2011-11-08}
13
- s.description = %q{Adds tracking to rake tasks including error capturing and logging.}
14
- s.email = %q{jeremiah@cloudspace.com}
11
+ s.authors = ["Jeremiah Hemphill"]
12
+ s.date = "2012-02-17"
13
+ s.description = "Adds tracking to rake tasks including error capturing and logging."
14
+ s.email = "jeremiah@cloudspace.com"
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE.txt",
17
17
  "README.rdoc"
@@ -89,11 +89,11 @@ Gem::Specification.new do |s|
89
89
  "spec/trackable_tasks_spec.rb",
90
90
  "trackable_tasks.gemspec"
91
91
  ]
92
- s.homepage = %q{http://github.com/jeremiahishere/trackable_tasks}
93
- s.licenses = [%q{MIT}]
94
- s.require_paths = [%q{lib}]
95
- s.rubygems_version = %q{1.8.5}
96
- s.summary = %q{Adds tracking to rake tasks}
92
+ s.homepage = "http://github.com/jeremiahishere/trackable_tasks"
93
+ s.licenses = ["MIT"]
94
+ s.require_paths = ["lib"]
95
+ s.rubygems_version = "1.8.15"
96
+ s.summary = "Adds tracking to rake tasks"
97
97
 
98
98
  if s.respond_to? :specification_version then
99
99
  s.specification_version = 3
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: trackable_tasks
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jeremiah Hemphill
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-11-08 00:00:00 Z
13
+ date: 2012-02-17 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -271,7 +271,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
271
271
  requirements:
272
272
  - - ">="
273
273
  - !ruby/object:Gem::Version
274
- hash: 2905551140248170763
274
+ hash: -2793965161955518942
275
275
  segments:
276
276
  - 0
277
277
  version: "0"
@@ -284,7 +284,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
284
284
  requirements: []
285
285
 
286
286
  rubyforge_project:
287
- rubygems_version: 1.8.5
287
+ rubygems_version: 1.8.15
288
288
  signing_key:
289
289
  specification_version: 3
290
290
  summary: Adds tracking to rake tasks