delayed_job_admin 0.0.1 → 1.0.0
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/Gemfile.lock +1 -1
- data/delayed_job_admin.gemspec +2 -2
- data/lib/delayed_job_admin/version.rb +1 -1
- metadata +5 -5
data/Gemfile.lock
CHANGED
data/delayed_job_admin.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Trevor Turk"]
|
|
10
10
|
s.email = ["trevorturk@gmail.com"]
|
|
11
|
-
s.homepage = "
|
|
11
|
+
s.homepage = "https://github.com/trevorturk/delayed_job_admin"
|
|
12
12
|
s.summary = %q{Simple admin interface for the Delayed::Job gem}
|
|
13
|
-
s.description = %q{Simple admin interface for the Delayed::Job gem}
|
|
13
|
+
s.description = %q{Simple admin interface for the Delayed::Job gem...}
|
|
14
14
|
|
|
15
15
|
s.rubyforge_project = "delayed_job_admin"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: delayed_job_admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
|
+
- 1
|
|
7
8
|
- 0
|
|
8
9
|
- 0
|
|
9
|
-
|
|
10
|
-
version: 0.0.1
|
|
10
|
+
version: 1.0.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Trevor Turk
|
|
@@ -116,7 +116,7 @@ dependencies:
|
|
|
116
116
|
name: launchy
|
|
117
117
|
prerelease: false
|
|
118
118
|
version_requirements: *id007
|
|
119
|
-
description: Simple admin interface for the Delayed::Job gem
|
|
119
|
+
description: Simple admin interface for the Delayed::Job gem...
|
|
120
120
|
email:
|
|
121
121
|
- trevorturk@gmail.com
|
|
122
122
|
executables: []
|
|
@@ -168,7 +168,7 @@ files:
|
|
|
168
168
|
- test/support/integration_case.rb
|
|
169
169
|
- test/test_helper.rb
|
|
170
170
|
has_rdoc: true
|
|
171
|
-
homepage:
|
|
171
|
+
homepage: https://github.com/trevorturk/delayed_job_admin
|
|
172
172
|
licenses: []
|
|
173
173
|
|
|
174
174
|
post_install_message:
|