resque-history 1.11.0 → 1.11.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: aa35ed2dfe0f60b32150577161ca889b893b754a
4
+ data.tar.gz: 7236586bba0430076eb1ba86db5c34fb15eda97b
5
+ SHA512:
6
+ metadata.gz: 00d3f7c8e6f0db8d3f127501dc616fb36857ac01e158ba620bf4788cc1d6af859b961d87b5cdb20d68cf51688efe0dd9c3306f2840adfbceb8616ee351f41ace
7
+ data.tar.gz: 155ab5aef8e9deac61b9bff159a60e248dfa397e93c6d1cc203296257cc3bae7dad806b45e1f286928f13804706bc198253ffc80b3c6262feacb71922d3294fe
data/Gemfile.lock CHANGED
@@ -1,21 +1,51 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
+ addressable (2.3.5)
4
5
  backports (3.1.1)
6
+ builder (3.2.2)
5
7
  diff-lcs (1.2.2)
6
- git (1.2.5)
7
- jeweler (1.8.4)
8
+ faraday (0.8.8)
9
+ multipart-post (~> 1.2.0)
10
+ git (1.2.6)
11
+ github_api (0.10.1)
12
+ addressable
13
+ faraday (~> 0.8.1)
14
+ hashie (>= 1.2)
15
+ multi_json (~> 1.4)
16
+ nokogiri (~> 1.5.2)
17
+ oauth2
18
+ hashie (2.0.5)
19
+ highline (1.6.20)
20
+ httpauth (0.2.0)
21
+ jeweler (1.8.8)
22
+ builder
8
23
  bundler (~> 1.0)
9
24
  git (>= 1.2.5)
25
+ github_api (= 0.10.1)
26
+ highline (>= 1.6.15)
27
+ nokogiri (= 1.5.10)
10
28
  rake
11
29
  rdoc
12
- json (1.7.7)
30
+ json (1.8.1)
31
+ jwt (0.1.8)
32
+ multi_json (>= 1.5)
13
33
  multi_json (1.7.1)
34
+ multi_xml (0.5.5)
35
+ multipart-post (1.2.0)
36
+ nokogiri (1.5.10)
37
+ oauth2 (0.9.2)
38
+ faraday (~> 0.8)
39
+ httpauth (~> 0.2)
40
+ jwt (~> 0.1.4)
41
+ multi_json (~> 1.0)
42
+ multi_xml (~> 0.5)
43
+ rack (~> 1.2)
14
44
  rack (1.4.5)
15
45
  rack-test (0.6.2)
16
46
  rack (>= 1.0)
17
- rake (10.0.4)
18
- rdoc (4.0.0)
47
+ rake (10.1.0)
48
+ rdoc (4.0.1)
19
49
  json (~> 1.4)
20
50
  redis (3.0.3)
21
51
  redis-namespace (1.2.1)
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) Wandenberg Peixoto (wandenberg@gmail.com)
1
+ Copyright (c) Ilya Katz (ilyakatz@gmail.com)
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Resque History
2
2
  [![alt build status][1]][2][![Dependency Status](https://gemnasium.com/ilyakatz/resque-history.png?travis)](https://gemnasium.com/ilyakatz/resque-history)
3
3
  [![Code Climate](https://codeclimate.com/github/ilyakatz/resque-history.png)](https://codeclimate.com/github/ilyakatz/resque-history)
4
+ [![Gem Version](https://badge.fury.io/rb/resque-history.png)](http://badge.fury.io/rb/resque-history)
4
5
 
5
6
  [1]: https://secure.travis-ci.org/ilyakatz/resque-history.png?branch=master
6
7
  [2]: http://travis-ci.org/#!/ilyakatz/resque-history
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.11.0
1
+ 1.11.1
@@ -5,18 +5,16 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "resque-history"
8
- s.version = "1.11.0"
8
+ s.version = "1.11.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Katzmopolitan"]
12
- s.date = "2013-11-08"
12
+ s.date = "2013-11-14"
13
13
  s.description = "Show history of recently executed jobs"
14
14
  s.email = "ilyakatz@gmail.com"
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
- "LICENSE.txt",
18
- "README.md",
19
- "README.rdoc"
17
+ "README.md"
20
18
  ]
21
19
  s.files = [
22
20
  ".document",
@@ -26,9 +24,7 @@ Gem::Specification.new do |s|
26
24
  "Gemfile",
27
25
  "Gemfile.lock",
28
26
  "LICENSE",
29
- "LICENSE.txt",
30
27
  "README.md",
31
- "README.rdoc",
32
28
  "Rakefile",
33
29
  "VERSION",
34
30
  "lib/resque-history.rb",
@@ -49,11 +45,11 @@ Gem::Specification.new do |s|
49
45
  ]
50
46
  s.homepage = "https://github.com/ilyakatz/resque-history"
51
47
  s.require_paths = ["lib"]
52
- s.rubygems_version = "1.8.23"
48
+ s.rubygems_version = "2.0.0"
53
49
  s.summary = "Show history of recently executed jobs"
54
50
 
55
51
  if s.respond_to? :specification_version then
56
- s.specification_version = 3
52
+ s.specification_version = 4
57
53
 
58
54
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
59
55
  s.add_runtime_dependency(%q<resque>, [">= 0"])
metadata CHANGED
@@ -1,142 +1,125 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resque-history
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
5
- prerelease:
4
+ version: 1.11.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Katzmopolitan
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-11-08 00:00:00.000000000 Z
11
+ date: 2013-11-14 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: resque
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rake
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - '>='
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - '>='
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: bundler
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
- - - ! '>='
45
+ - - '>='
52
46
  - !ruby/object:Gem::Version
53
47
  version: '0'
54
48
  type: :development
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
- - - ! '>='
52
+ - - '>='
60
53
  - !ruby/object:Gem::Version
61
54
  version: '0'
62
55
  - !ruby/object:Gem::Dependency
63
56
  name: jeweler
64
57
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
58
  requirements:
67
- - - ! '>='
59
+ - - '>='
68
60
  - !ruby/object:Gem::Version
69
61
  version: '0'
70
62
  type: :development
71
63
  prerelease: false
72
64
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
65
  requirements:
75
- - - ! '>='
66
+ - - '>='
76
67
  - !ruby/object:Gem::Version
77
68
  version: '0'
78
69
  - !ruby/object:Gem::Dependency
79
70
  name: rspec-rails
80
71
  requirement: !ruby/object:Gem::Requirement
81
- none: false
82
72
  requirements:
83
- - - ! '>='
73
+ - - '>='
84
74
  - !ruby/object:Gem::Version
85
75
  version: '0'
86
76
  type: :development
87
77
  prerelease: false
88
78
  version_requirements: !ruby/object:Gem::Requirement
89
- none: false
90
79
  requirements:
91
- - - ! '>='
80
+ - - '>='
92
81
  - !ruby/object:Gem::Version
93
82
  version: '0'
94
83
  - !ruby/object:Gem::Dependency
95
84
  name: rspec
96
85
  requirement: !ruby/object:Gem::Requirement
97
- none: false
98
86
  requirements:
99
- - - ! '>'
87
+ - - '>'
100
88
  - !ruby/object:Gem::Version
101
89
  version: 2.12.0
102
90
  type: :development
103
91
  prerelease: false
104
92
  version_requirements: !ruby/object:Gem::Requirement
105
- none: false
106
93
  requirements:
107
- - - ! '>'
94
+ - - '>'
108
95
  - !ruby/object:Gem::Version
109
96
  version: 2.12.0
110
97
  - !ruby/object:Gem::Dependency
111
98
  name: rack-test
112
99
  requirement: !ruby/object:Gem::Requirement
113
- none: false
114
100
  requirements:
115
- - - ! '>='
101
+ - - '>='
116
102
  - !ruby/object:Gem::Version
117
103
  version: '0'
118
104
  type: :development
119
105
  prerelease: false
120
106
  version_requirements: !ruby/object:Gem::Requirement
121
- none: false
122
107
  requirements:
123
- - - ! '>='
108
+ - - '>='
124
109
  - !ruby/object:Gem::Version
125
110
  version: '0'
126
111
  - !ruby/object:Gem::Dependency
127
112
  name: timecop
128
113
  requirement: !ruby/object:Gem::Requirement
129
- none: false
130
114
  requirements:
131
- - - ! '>='
115
+ - - '>='
132
116
  - !ruby/object:Gem::Version
133
117
  version: '0'
134
118
  type: :development
135
119
  prerelease: false
136
120
  version_requirements: !ruby/object:Gem::Requirement
137
- none: false
138
121
  requirements:
139
- - - ! '>='
122
+ - - '>='
140
123
  - !ruby/object:Gem::Version
141
124
  version: '0'
142
125
  description: Show history of recently executed jobs
@@ -145,9 +128,7 @@ executables: []
145
128
  extensions: []
146
129
  extra_rdoc_files:
147
130
  - LICENSE
148
- - LICENSE.txt
149
131
  - README.md
150
- - README.rdoc
151
132
  files:
152
133
  - .document
153
134
  - .rvmrc
@@ -156,9 +137,7 @@ files:
156
137
  - Gemfile
157
138
  - Gemfile.lock
158
139
  - LICENSE
159
- - LICENSE.txt
160
140
  - README.md
161
- - README.rdoc
162
141
  - Rakefile
163
142
  - VERSION
164
143
  - lib/resque-history.rb
@@ -178,26 +157,25 @@ files:
178
157
  - test/test_resque-history.rb
179
158
  homepage: https://github.com/ilyakatz/resque-history
180
159
  licenses: []
160
+ metadata: {}
181
161
  post_install_message:
182
162
  rdoc_options: []
183
163
  require_paths:
184
164
  - lib
185
165
  required_ruby_version: !ruby/object:Gem::Requirement
186
- none: false
187
166
  requirements:
188
- - - ! '>='
167
+ - - '>='
189
168
  - !ruby/object:Gem::Version
190
169
  version: '0'
191
170
  required_rubygems_version: !ruby/object:Gem::Requirement
192
- none: false
193
171
  requirements:
194
- - - ! '>='
172
+ - - '>='
195
173
  - !ruby/object:Gem::Version
196
174
  version: '0'
197
175
  requirements: []
198
176
  rubyforge_project:
199
- rubygems_version: 1.8.23
177
+ rubygems_version: 2.0.0
200
178
  signing_key:
201
- specification_version: 3
179
+ specification_version: 4
202
180
  summary: Show history of recently executed jobs
203
181
  test_files: []
data/LICENSE.txt DELETED
@@ -1,20 +0,0 @@
1
- Copyright (c) 2012 Ilya Katz
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.rdoc DELETED
@@ -1,19 +0,0 @@
1
- = resque-history
2
-
3
- Description goes here.
4
-
5
- == Contributing to resque-history
6
-
7
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
8
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
9
- * Fork the project
10
- * Start a feature/bugfix branch
11
- * Commit and push until you are happy with your contribution
12
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13
- * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
14
-
15
- == Copyright
16
-
17
- Copyright (c) 2012 Ilya Katz. See LICENSE.txt for
18
- further details.
19
-