right_develop 3.0.1 → 3.0.2
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/VERSION +1 -1
- data/lib/right_develop/utility/shell.rb +1 -0
- data/right_develop.gemspec +4 -6
- metadata +3 -5
- data/.swn +0 -0
- data/.swo +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58bccc63409eb4fcbd40d7357816ab0742a472f1
|
|
4
|
+
data.tar.gz: fb027c76b663d06a0fa97bf1fac431d763b18fcd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e25f3a42e141509f8f2062513f911cf3b18adbb3f94142d7958e7debd7289c5139010b3da60eb9369d754d1614458c108ca236fed7e1a7cf228f734644962819
|
|
7
|
+
data.tar.gz: e136b4ce68d977c1a9cbe00d119f6a948b70d290d0ea4592d4479a33d1391293d40eac1ea5505eefe4580c36192b634a1e30641dc57515a2e49a47205fc4afab
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.2
|
|
@@ -95,6 +95,7 @@ module RightDevelop
|
|
|
95
95
|
# @option options :clear_env_vars [Hash] environment variables to clear during execution (default = none cleared but see :clean_bundler_env)
|
|
96
96
|
# @option options :clean_bundler_env [TrueClass|FalseClass] true to clear all bundler environment variables during execution (default), false to inherit bundler env from parent
|
|
97
97
|
# @option options :sudo [TrueClass|FalseClass] if true, will wrap command in sudo if needed, false to run as current user (default)
|
|
98
|
+
# @option options :timeout [Numeric] to kill spawned process when time (in seconds) expires
|
|
98
99
|
#
|
|
99
100
|
# @return [Integer] exitstatus of the command
|
|
100
101
|
#
|
data/right_develop.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: right_develop 3.0.
|
|
5
|
+
# stub: right_develop 3.0.2 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "right_develop"
|
|
9
|
-
s.version = "3.0.
|
|
9
|
+
s.version = "3.0.2"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["Tony Spataro"]
|
|
14
|
-
s.date = "2014-08-
|
|
14
|
+
s.date = "2014-08-20"
|
|
15
15
|
s.description = "A toolkit of development tools created by RightScale."
|
|
16
16
|
s.email = "support@rightscale.com"
|
|
17
17
|
s.executables = ["right_develop"]
|
|
@@ -20,8 +20,6 @@ Gem::Specification.new do |s|
|
|
|
20
20
|
"README.rdoc"
|
|
21
21
|
]
|
|
22
22
|
s.files = [
|
|
23
|
-
".swn",
|
|
24
|
-
".swo",
|
|
25
23
|
"CHANGELOG.rdoc",
|
|
26
24
|
"LICENSE",
|
|
27
25
|
"README.rdoc",
|
|
@@ -80,7 +78,7 @@ Gem::Specification.new do |s|
|
|
|
80
78
|
]
|
|
81
79
|
s.homepage = "https://github.com/rightscale/right_develop"
|
|
82
80
|
s.licenses = ["MIT"]
|
|
83
|
-
s.rubygems_version = "2.2.
|
|
81
|
+
s.rubygems_version = "2.2.2"
|
|
84
82
|
s.summary = "Reusable dev & test code."
|
|
85
83
|
|
|
86
84
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: right_develop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tony Spataro
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-08-
|
|
11
|
+
date: 2014-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: right_support
|
|
@@ -207,8 +207,6 @@ extra_rdoc_files:
|
|
|
207
207
|
- LICENSE
|
|
208
208
|
- README.rdoc
|
|
209
209
|
files:
|
|
210
|
-
- ".swn"
|
|
211
|
-
- ".swo"
|
|
212
210
|
- CHANGELOG.rdoc
|
|
213
211
|
- LICENSE
|
|
214
212
|
- README.rdoc
|
|
@@ -284,7 +282,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
284
282
|
version: '0'
|
|
285
283
|
requirements: []
|
|
286
284
|
rubyforge_project:
|
|
287
|
-
rubygems_version: 2.2.
|
|
285
|
+
rubygems_version: 2.2.2
|
|
288
286
|
signing_key:
|
|
289
287
|
specification_version: 4
|
|
290
288
|
summary: Reusable dev & test code.
|
data/.swn
DELETED
|
Binary file
|
data/.swo
DELETED
|
Binary file
|