zrspec 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +15 -0
  2. data/bin/zrspec +5 -0
  3. metadata +46 -0
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NTU1MzBlM2Y4YzFiZTY4NTMyMGEyNmU1NGZhMDcxY2E1NTZmY2IzMA==
5
+ data.tar.gz: !binary |-
6
+ NTMyNzk5YmUyNmY3NmMzYmIzZjYxMTc2YjVhYzYwOTM4MjdiMTdhOQ==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ Y2YxZWJmZTI4MTQzMGEzZGFhNmFjOGUwMmUwODBhMGFmNDE0OWNjNDljZTE3
10
+ MzIyMTYyYjJjN2FjMjAyYzVmMTFlN2YwODhlYTU4MmI3MDZmN2I5ZDA4Mzc2
11
+ OTlhMDA5MzE3MmJhNDM4MmI2NDkwNmUwOGU5MTA2Nzk5MjJlOWU=
12
+ data.tar.gz: !binary |-
13
+ N2VjZTRkNTk1MDYwYzQ2MDc4ZTcwNjAxYzk2NjMzZmU3Nzk4OTIzMTMzZWRj
14
+ ZGZlNzYyYjk2NDE4NGVhY2I0N2I3NDFkMjZjYjgyZmM0NzBmMThiNGVjZTg3
15
+ OWYyYjg0YmNmNzcyZTk3ZmUyOTU5YzJhMGVmNzk0MzcxZDE5MzQ=
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ args = ARGV.join(" ")
4
+ cmd = File.exist?(".zeus.sock") ? "zeus rspec" : "rspec"
5
+ exec "#{cmd} #{args}"
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: zrspec
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Chen Yi-Cyuan
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-05-16 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Determine to use zeus to run rspec if it's running.
14
+ email:
15
+ - emn178@gmail.com
16
+ executables:
17
+ - zrspec
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - bin/zrspec
22
+ homepage: https://github.com/emn178/zrspec
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ! '>='
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ! '>='
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.0.7
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Determine to use zeus to run rspec if it's running.
46
+ test_files: []