spec_tiller 0.0.7

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.
Files changed (2) hide show
  1. checksums.yaml +15 -0
  2. metadata +74 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MThlMmQ3MDVmMmQwNmUwM2E3MDIyNzlmNjMwNDM1YTljMzhiY2YyNA==
5
+ data.tar.gz: !binary |-
6
+ YjhkMmVkNzg0N2M3YzZjMTNhMGMxNTAxMmZlNDgzOGZjZDZiMDlhYQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ Y2I1NTVhMzJkNjUxMWNjYmVmZTAxODgzZDE4MWNkZDEwMGI1NDFkOTJjZmMx
10
+ ZTgxMzBkNTVjYjlkMmU2YTJkMWEzM2FhNmFhZmVlMmJlOTE3NDdmNmY0NmQw
11
+ ZDNlOTgwYTJmOWVhM2RmYjllNWU3ZTBiMjU5OTUzOGQ4YTc3MzY=
12
+ data.tar.gz: !binary |-
13
+ MjBhMjA0ZTcyOTU4MGIzODhlYWVkMDVlMDY0ZTI5NmYzYjZhMjc2YTNjOTk1
14
+ OTUxYzYzMjc5NmZmY2I1ODQ2NjRiOWVhOWRiNmVkODc3MjQzNmZmMDY4NzE2
15
+ N2VjNmY1ZjVkODZhZWEzOGQxZjY0MmZlZDk4NTRjNDI1NzczYmY=
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: spec_tiller
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.7
5
+ platform: ruby
6
+ authors:
7
+ - Matt Schmaus
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-06-30 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '1.3'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '1.3'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: ! " This gem will parse the output of calling \"rspec --perform\",
42
+ then will redistribute\n the spec files evenly, based on file run time, across
43
+ all builds established\n in the travis.yml file.\n"
44
+ email:
45
+ - mschmaus201@gmail.com
46
+ executables: []
47
+ extensions: []
48
+ extra_rdoc_files: []
49
+ files: []
50
+ homepage: ''
51
+ licenses:
52
+ - MIT
53
+ metadata: {}
54
+ post_install_message:
55
+ rdoc_options: []
56
+ require_paths:
57
+ - lib
58
+ required_ruby_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ! '>='
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
63
+ required_rubygems_version: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ! '>='
66
+ - !ruby/object:Gem::Version
67
+ version: '0'
68
+ requirements: []
69
+ rubyforge_project:
70
+ rubygems_version: 2.1.10
71
+ signing_key:
72
+ specification_version: 4
73
+ summary: Distribute spec files evenly across Travis builds, based on file run time
74
+ test_files: []