robot_sweatshop 0.3.2 → 0.3.3
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/bin/sweatshop +1 -1
- data/robot_sweatshop.gemspec +1 -2
- data/test/shared/process_spawning.rb +4 -4
- metadata +2 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 04bbac597bb3b25f0ed7fdf9e44f5232fa6a5f46
|
|
4
|
+
data.tar.gz: 1b8e0bef439759c90312b49580440624ca998f26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: daae1e558e2276e84f1bd10692b673fee401a6fb09bfa25e5f944f058f26d9831a3fabaa86d9177df2cedc66f36b5d3e3ea392b81730297f946553a4c229b8ad
|
|
7
|
+
data.tar.gz: cdae51f479d280542d028628bf6985c1c513acb597ca1ec567436e5d9c80106a7ecf2e5f222d9773c3aa78c9505f770b5302a82c2d7afef2fb5b1d6af365cbfd
|
data/bin/sweatshop
CHANGED
|
@@ -8,7 +8,7 @@ require 'robot_sweatshop/config'
|
|
|
8
8
|
require 'robot_sweatshop/create-config-directories'
|
|
9
9
|
|
|
10
10
|
program :name, 'Robot Sweatshop'
|
|
11
|
-
program :version, '0.3.
|
|
11
|
+
program :version, '0.3.3'
|
|
12
12
|
program :description, 'A lightweight, unopinionated CI server'
|
|
13
13
|
program :help, 'Author', 'Justin Scott <jvscott@gmail.com>'
|
|
14
14
|
|
data/robot_sweatshop.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |gem|
|
|
2
2
|
gem.name = 'robot_sweatshop'
|
|
3
|
-
gem.version = '0.3.
|
|
3
|
+
gem.version = '0.3.3'
|
|
4
4
|
gem.licenses = 'MIT'
|
|
5
5
|
gem.authors = ['Justin Scott']
|
|
6
6
|
gem.email = 'jvscott@gmail.com'
|
|
@@ -24,7 +24,6 @@ Gem::Specification.new do |gem|
|
|
|
24
24
|
gem.add_runtime_dependency 'configatron'
|
|
25
25
|
gem.add_runtime_dependency 'moneta'
|
|
26
26
|
gem.add_runtime_dependency 'contracts'
|
|
27
|
-
gem.add_runtime_dependency 'thin'
|
|
28
27
|
|
|
29
28
|
gem.add_development_dependency 'rake'
|
|
30
29
|
gem.add_development_dependency 'kintama'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: robot_sweatshop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Scott
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-05-
|
|
11
|
+
date: 2015-05-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sinatra
|
|
@@ -136,20 +136,6 @@ dependencies:
|
|
|
136
136
|
- - ">="
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: '0'
|
|
139
|
-
- !ruby/object:Gem::Dependency
|
|
140
|
-
name: thin
|
|
141
|
-
requirement: !ruby/object:Gem::Requirement
|
|
142
|
-
requirements:
|
|
143
|
-
- - ">="
|
|
144
|
-
- !ruby/object:Gem::Version
|
|
145
|
-
version: '0'
|
|
146
|
-
type: :runtime
|
|
147
|
-
prerelease: false
|
|
148
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
149
|
-
requirements:
|
|
150
|
-
- - ">="
|
|
151
|
-
- !ruby/object:Gem::Version
|
|
152
|
-
version: '0'
|
|
153
139
|
- !ruby/object:Gem::Dependency
|
|
154
140
|
name: rake
|
|
155
141
|
requirement: !ruby/object:Gem::Requirement
|