jjjaaa 1.0.0 → 1.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0daa07c9f37abda97233adf9bccd1f73d1ab3c1a
4
- data.tar.gz: c458f6f716c94adab50e63f869323009c4d64b7f
3
+ metadata.gz: e247cbbfa3e243b27bab45f35630c1bfea9bdccd
4
+ data.tar.gz: 1053dafe8d866a8e2571c45811cb7600c80d1d71
5
5
  SHA512:
6
- metadata.gz: 1b701e250ad06712ab80a0183110baa33fa68fd8c79465e2c2a65df5b3769564e740d81d98716c9d0986bb581a378ab06410c2d1f3f0549efaba92697f539a7b
7
- data.tar.gz: 4b905c8b6727d7473c3907d98c3a08ae61789fcbb5c287d5aa966a7a2147c126117e9f2ee0ee1be420b52c6167ae8cefd003c623226c1c05b96c1bc1619a8006
6
+ metadata.gz: b0fda59b05817bcb7094d6081a3b78f2e09deff523711bfb54c2b5930a45b3100a0c8c91b57f716fb8a906f65b1ce5560a4ff12346b9fd3749fd2345a6c12dc9
7
+ data.tar.gz: 0e18976957ee3d0ec606019ec357f12f61901bbd642a2b1916733eb74b1e669214f5a67e45f3454ec18c2056d74decf3e95ced6710e7608cd25ea08d2a736a06
@@ -11,7 +11,9 @@ module Jjjaaa
11
11
 
12
12
  Process.detach job
13
13
 
14
- @app.call(env)
14
+ status, headers, response = @app.call(env)
15
+
16
+ [status, headers, response]
15
17
  end
16
18
 
17
19
  private
@@ -33,7 +35,7 @@ module Jjjaaa
33
35
  end
34
36
 
35
37
  def jjjaaa
36
- sounds.join "jjjaaa.m4a"
38
+ sounds.join "jjjaaa#{(0..12).to_a.sample}.mp3"
37
39
  end
38
40
  end
39
41
  end
@@ -1,3 +1,3 @@
1
1
  module Jjjaaa
2
- VERSION = "1.0.0"
2
+ VERSION = "1.1.0"
3
3
  end
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jjjaaa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johannes Gorset
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-17 00:00:00.000000000 Z
11
+ date: 2014-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -55,7 +55,19 @@ files:
55
55
  - lib/jjjaaa/middleware.rb
56
56
  - lib/jjjaaa/railtie.rb
57
57
  - lib/jjjaaa/version.rb
58
- - sounds/jjjaaa.m4a
58
+ - sounds/jjjaaa0.mp3
59
+ - sounds/jjjaaa1.mp3
60
+ - sounds/jjjaaa10.mp3
61
+ - sounds/jjjaaa11.mp3
62
+ - sounds/jjjaaa12.mp3
63
+ - sounds/jjjaaa2.mp3
64
+ - sounds/jjjaaa3.mp3
65
+ - sounds/jjjaaa4.mp3
66
+ - sounds/jjjaaa5.mp3
67
+ - sounds/jjjaaa6.mp3
68
+ - sounds/jjjaaa7.mp3
69
+ - sounds/jjjaaa8.mp3
70
+ - sounds/jjjaaa9.mp3
59
71
  homepage: http://github.com/jgorset/jjjaaa
60
72
  licenses:
61
73
  - MIT
Binary file