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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- delayed_job_admin (0.0.1)
4
+ delayed_job_admin (1.0.0)
5
5
  delayed_job
6
6
  rails
7
7
 
@@ -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 = "http://rubygems.org/gems/delayed_job_admin"
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
 
@@ -1,3 +1,3 @@
1
1
  module DelayedJobAdmin
2
- VERSION = "0.0.1"
2
+ VERSION = "1.0.0"
3
3
  end
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: 29
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
+ - 1
7
8
  - 0
8
9
  - 0
9
- - 1
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: http://rubygems.org/gems/delayed_job_admin
171
+ homepage: https://github.com/trevorturk/delayed_job_admin
172
172
  licenses: []
173
173
 
174
174
  post_install_message: