ambient_spec 0.13.0 → 0.13.1
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/README.md +4 -1
- data/lib/ambient_spec/version.rb +1 -1
- metadata +1 -17
- data/lib/ambient_spec/sounds/drip/Untitled.aif +0 -0
- data/lib/ambient_spec/sounds/drip/a_flat.wav +0 -0
- data/lib/ambient_spec/sounds/drip/b_flat.wav +0 -0
- data/lib/ambient_spec/sounds/drip/c_sharp.wav +0 -0
- data/lib/ambient_spec/sounds/drip/e_flat.wav +0 -0
- data/lib/ambient_spec/sounds/drip/f_sharp.wav +0 -0
- data/lib/ambient_spec/sounds/rain/a_flat.wav +0 -0
- data/lib/ambient_spec/sounds/rain/b_flat.wav +0 -0
- data/lib/ambient_spec/sounds/rain/c_sharp.wav +0 -0
- data/lib/ambient_spec/sounds/rain/e_flat.wav +0 -0
- data/lib/ambient_spec/sounds/rain/f_sharp.wav +0 -0
- data/lib/ambient_spec/sounds/rain_2/a_flat.wav +0 -0
- data/lib/ambient_spec/sounds/rain_2/b_flat.wav +0 -0
- data/lib/ambient_spec/sounds/rain_2/c_sharp.wav +0 -0
- data/lib/ambient_spec/sounds/rain_2/e_flat.wav +0 -0
- data/lib/ambient_spec/sounds/rain_2/f_sharp.wav +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dcdac984faedf6bbea285140bc98efb76d038f0f
|
|
4
|
+
data.tar.gz: 288a74758ce34979b7bc417ba355962184a43fe2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b94f8b36d27fc67f2818c5a0053352cd60c59e49824287ee2f6626f7fff0ffc7e3250f1ccf6ad01d7e59b3ef335f49a914215fa26a4b3d31defffd43439eab6
|
|
7
|
+
data.tar.gz: c252381a1e6aab105c04f8cc72e9395274b9327742e1350ba2a0bbc22f369ce6b4c6dac8a054449749f02d995c6a55e3b54778fcf4a9b9d434e5db082a27a3b7
|
data/README.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
# AmbientSpec
|
|
2
2
|
|
|
3
|
-
AmbientSpec turns your RSpec specs into ambient music. Sweet sounds come from
|
|
3
|
+
AmbientSpec turns your long-running RSpec specs into ambient music. Sweet sounds come from
|
|
4
4
|
passing examples, and gongs signal failing tests.
|
|
5
5
|
|
|
6
|
+
(Note that you won't hear anything unless your test suite run is longer than 5 seconds. Silence is
|
|
7
|
+
the most pleasing sound of all.)
|
|
8
|
+
|
|
6
9
|
## Installation
|
|
7
10
|
|
|
8
11
|
Add this line to your application's Gemfile:
|
data/lib/ambient_spec/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ambient_spec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.13.
|
|
4
|
+
version: 0.13.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Coraline Ada Ehmke
|
|
@@ -69,18 +69,12 @@ files:
|
|
|
69
69
|
- lib/ambient_spec.rb
|
|
70
70
|
- lib/ambient_spec/configure.rb
|
|
71
71
|
- lib/ambient_spec/player.rb
|
|
72
|
-
- lib/ambient_spec/sounds/drip/Untitled.aif
|
|
73
72
|
- lib/ambient_spec/sounds/drip/a.wav
|
|
74
|
-
- lib/ambient_spec/sounds/drip/a_flat.wav
|
|
75
73
|
- lib/ambient_spec/sounds/drip/b.wav
|
|
76
|
-
- lib/ambient_spec/sounds/drip/b_flat.wav
|
|
77
74
|
- lib/ambient_spec/sounds/drip/c.wav
|
|
78
|
-
- lib/ambient_spec/sounds/drip/c_sharp.wav
|
|
79
75
|
- lib/ambient_spec/sounds/drip/d.wav
|
|
80
76
|
- lib/ambient_spec/sounds/drip/e.wav
|
|
81
|
-
- lib/ambient_spec/sounds/drip/e_flat.wav
|
|
82
77
|
- lib/ambient_spec/sounds/drip/f.wav
|
|
83
|
-
- lib/ambient_spec/sounds/drip/f_sharp.wav
|
|
84
78
|
- lib/ambient_spec/sounds/drip/g.wav
|
|
85
79
|
- lib/ambient_spec/sounds/failure/failure.wav
|
|
86
80
|
- lib/ambient_spec/sounds/gong/a.wav
|
|
@@ -91,28 +85,18 @@ files:
|
|
|
91
85
|
- lib/ambient_spec/sounds/gong/f.wav
|
|
92
86
|
- lib/ambient_spec/sounds/gong/g.wav
|
|
93
87
|
- lib/ambient_spec/sounds/rain/a.wav
|
|
94
|
-
- lib/ambient_spec/sounds/rain/a_flat.wav
|
|
95
88
|
- lib/ambient_spec/sounds/rain/b.wav
|
|
96
|
-
- lib/ambient_spec/sounds/rain/b_flat.wav
|
|
97
89
|
- lib/ambient_spec/sounds/rain/c.wav
|
|
98
|
-
- lib/ambient_spec/sounds/rain/c_sharp.wav
|
|
99
90
|
- lib/ambient_spec/sounds/rain/d.wav
|
|
100
91
|
- lib/ambient_spec/sounds/rain/e.wav
|
|
101
|
-
- lib/ambient_spec/sounds/rain/e_flat.wav
|
|
102
92
|
- lib/ambient_spec/sounds/rain/f.wav
|
|
103
|
-
- lib/ambient_spec/sounds/rain/f_sharp.wav
|
|
104
93
|
- lib/ambient_spec/sounds/rain/g.wav
|
|
105
94
|
- lib/ambient_spec/sounds/rain_2/a.wav
|
|
106
|
-
- lib/ambient_spec/sounds/rain_2/a_flat.wav
|
|
107
95
|
- lib/ambient_spec/sounds/rain_2/b.wav
|
|
108
|
-
- lib/ambient_spec/sounds/rain_2/b_flat.wav
|
|
109
96
|
- lib/ambient_spec/sounds/rain_2/c.wav
|
|
110
|
-
- lib/ambient_spec/sounds/rain_2/c_sharp.wav
|
|
111
97
|
- lib/ambient_spec/sounds/rain_2/d.wav
|
|
112
98
|
- lib/ambient_spec/sounds/rain_2/e.wav
|
|
113
|
-
- lib/ambient_spec/sounds/rain_2/e_flat.wav
|
|
114
99
|
- lib/ambient_spec/sounds/rain_2/f.wav
|
|
115
|
-
- lib/ambient_spec/sounds/rain_2/f_sharp.wav
|
|
116
100
|
- lib/ambient_spec/sounds/rain_2/g.wav
|
|
117
101
|
- lib/ambient_spec/version.rb
|
|
118
102
|
homepage: https://github.com/Bantik/ambient_spec
|
|
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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|