minions_rails 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.
- checksums.yaml +4 -4
- data/lib/minions_rails/version.rb +1 -1
- metadata +3 -5
- data/test/dummy/tmp/pids/server.pid +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18408198264c9cecea37d778ee486a9e8c3f2867
|
4
|
+
data.tar.gz: 882d79a686fbbd126ab5e9b4e5cf253325b76a01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4157392c54918dd0436d07c4f62d9ba2f36ecf1444ef9097efc5a7006263b44fa22ee146fa806f25ebc7b23e848612cb7c8350a8cc31e63ce4b65099fe0c8a22
|
7
|
+
data.tar.gz: 95313becbdfef071eea468b7aac7a4f30da5b9c2758791803e818af956525679b621222d4bb86ae8ebecc0795f60a802725cac68640c9b3a7a73e9d94c8b8bc1
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minions_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Chan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-03-
|
11
|
+
date: 2016-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -17,7 +17,7 @@ dependencies:
|
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: 4.2.5.1
|
20
|
-
type: :
|
20
|
+
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
@@ -7482,7 +7482,6 @@ files:
|
|
7482
7482
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/zyOFRF5Bgb3GkwtiKMnZ0jFevOARLhHjpMFuaeKqrW8.cache
|
7483
7483
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/zyskSGlqWzLxCsxDJ6odr23SHAOxKyOTu8Tpw04ClwY.cache
|
7484
7484
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/zzPQzpMpmOlAEitoz0WJgCnOeIEQx5QPhtxY5C4pxis.cache
|
7485
|
-
- test/dummy/tmp/pids/server.pid
|
7486
7485
|
- test/integration/navigation_test.rb
|
7487
7486
|
- test/minions_rails_test.rb
|
7488
7487
|
- test/test_helper.rb
|
@@ -14332,7 +14331,6 @@ test_files:
|
|
14332
14331
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Zzot9ttvYcja7LomU2qhawrDaB5_iHl1vEPZ5epQu5E.cache
|
14333
14332
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/ZZpBgosadV2a3gpEH0NGUK2E8Fyb0-IB-mmFbGziLrw.cache
|
14334
14333
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/zzPQzpMpmOlAEitoz0WJgCnOeIEQx5QPhtxY5C4pxis.cache
|
14335
|
-
- test/dummy/tmp/pids/server.pid
|
14336
14334
|
- test/integration/navigation_test.rb
|
14337
14335
|
- test/minions_rails_test.rb
|
14338
14336
|
- test/test_helper.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
83603
|