ambient_spec 0.0.1 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9170effea488a1eff5aa628f0fdc567f7cb0a79
4
- data.tar.gz: 084f4a7790b4957523114c08b01c992a09eb7f45
3
+ metadata.gz: ad941c11ad98d6c14d5887a5180a5dcdf921b3ed
4
+ data.tar.gz: d19b1df7e97b5264748973231ee4149f51973433
5
5
  SHA512:
6
- metadata.gz: 4cad3b3c0b4a6749d351075e98ef3b9eb11332f0ff25687efb98313889f971e09f4f8ede327662a2b6d7db388deb9c282a6f706866e20986d4007e03a052d828
7
- data.tar.gz: 08fb4a279bbf04d19c63ddfaa57a99ab8031f37e42f98d68643aa05256db4976db65d6626c162488e3dc8a731b6975ff78beee8c6d4792aaf3d52f853523eea8
6
+ metadata.gz: 65e7b83c938d7f0ad991e68fae6c90482cd5131e5757e79cef0d0a3f29ddc09f29a6a839d137826dacd1d5eb8d00de0744747665f28346f5ec07796c355f6e97
7
+ data.tar.gz: 5dfb5d79eb0edb34d56e24347ecf473f81ca4f0e339259015ad6643fd817646bbf2241540dd0909b7737d7cf67aab14cf73a5f3b3d36e12e40bd5c2bcc493e90
@@ -0,0 +1,12 @@
1
+ ODE
2
+ ## Version 0.4
3
+
4
+ As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
5
+
6
+ If any participant in this project has issues or takes exception with a contribution, they are obligated to provide constructive feedback and never resort to personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
7
+
8
+ Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
9
+
10
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
11
+
12
+ We promise to extend courtesy and respect to everyone involved in this project regardless of gender, gender identity, sexual orientation, ability or disability, ethnicity, religion, or level of experience.
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # AmbientSpec
2
2
 
3
- TODO: Write a gem description
3
+ AmbientSpec turns your RSpec specs into ambient music. Sweet sounds come from
4
+ passing examples, and gongs signal failing tests.
4
5
 
5
6
  ## Installation
6
7
 
@@ -18,12 +19,16 @@ Or install it yourself as:
18
19
 
19
20
  ## Usage
20
21
 
21
- TODO: Write usage instructions here
22
+ Simply run rspec as you normally would.
23
+
24
+ To disable AmbientSpec, set `ENV['AMBIENT_SPEC_DISABLED']=true`
22
25
 
23
26
  ## Contributing
24
27
 
25
- 1. Fork it ( https://github.com/[my-github-username]/ambient_spec/fork )
28
+ Please note that this project is released with a [Contributor Code of Conduct](https://raw.githubusercontent.com/Bantik/ambient_spec/master/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
29
+
30
+ 1. Fork it
26
31
  2. Create your feature branch (`git checkout -b my-new-feature`)
27
32
  3. Commit your changes (`git commit -am 'Add some feature'`)
28
33
  4. Push to the branch (`git push origin my-new-feature`)
29
- 5. Create a new Pull Request
34
+ 5. Create a new Pull Request
data/ambient_spec.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["coraline@idolhands.com"]
11
11
  spec.summary = %q{Creates an ambient soundscape for your test suite.}
12
12
  spec.description = %q{}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/Bantik/ambient_spec"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module AmbientSpec
2
- VERSION = "0.0.1"
2
+ VERSION = "0.13.0"
3
3
  end
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.0.1
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Coraline Ada Ehmke
@@ -60,6 +60,7 @@ extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
62
  - ".gitignore"
63
+ - CODE_OF_CONDUCT.md
63
64
  - Gemfile
64
65
  - LICENSE.txt
65
66
  - README.md
@@ -114,7 +115,7 @@ files:
114
115
  - lib/ambient_spec/sounds/rain_2/f_sharp.wav
115
116
  - lib/ambient_spec/sounds/rain_2/g.wav
116
117
  - lib/ambient_spec/version.rb
117
- homepage: ''
118
+ homepage: https://github.com/Bantik/ambient_spec
118
119
  licenses:
119
120
  - MIT
120
121
  metadata: {}