right_develop 3.1.0 → 3.1.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 674df2fe2ac2eba43c8b6f62bc5ab76dbe099a81
|
4
|
+
data.tar.gz: fe2a7ad6cd0c36cb1862c7cc6ed79dd46dd6ce00
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c37352721253bc8f47f7cc5d2c4ba616daccb62c7e6541559fbdd4170e167c8e2e844e0476c540a1373e9f00a3bfffc65f5aba630b9b76cdcdb62f9082c61567
|
7
|
+
data.tar.gz: 304177ae2c04f9288ecca65c34c9809aa572ea214d2fd5a231e8186e8f1b1533f7ad40836e69d1f9f475b0a4f755b0ac179f176f1754ecda5b6d0748cc125c20
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.1.
|
1
|
+
3.1.1
|
@@ -22,6 +22,7 @@
|
|
22
22
|
|
23
23
|
# ancestor
|
24
24
|
require 'right_develop/testing/recording'
|
25
|
+
require 'right_support'
|
25
26
|
require 'json'
|
26
27
|
require 'logger'
|
27
28
|
require 'rack/utils'
|
@@ -283,11 +284,11 @@ module RightDevelop::Testing::Recording
|
|
283
284
|
# if any part of the hash is already a mash then it is not cloned by
|
284
285
|
# invoking Mash.new()
|
285
286
|
#
|
286
|
-
#
|
287
|
+
# now delegates to RightSupport::Data::HashTools
|
287
288
|
#
|
288
289
|
# @return [Object] depends on input type
|
289
290
|
def self.deep_mash(any)
|
290
|
-
RightSupport::Data::HashTools.deep_mash(any)
|
291
|
+
::RightSupport::Data::HashTools.deep_mash(any)
|
291
292
|
end
|
292
293
|
|
293
294
|
protected
|
@@ -299,7 +300,7 @@ module RightDevelop::Testing::Recording
|
|
299
300
|
|
300
301
|
# @see Config.deep_mash
|
301
302
|
def deep_mash(any)
|
302
|
-
|
303
|
+
::RightSupport::Data::HashTools.deep_mash(any)
|
303
304
|
end
|
304
305
|
|
305
306
|
def normalize_route_prefix(prefix)
|
@@ -1,18 +1,16 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
extlib (0.9.16)
|
5
4
|
mime-types (2.2)
|
6
5
|
rack (1.5.2)
|
7
6
|
rest-client (1.6.7)
|
8
7
|
mime-types (>= 1.16)
|
9
|
-
right_support (2.8.
|
8
|
+
right_support (2.8.31)
|
10
9
|
|
11
10
|
PLATFORMS
|
12
11
|
ruby
|
13
12
|
|
14
13
|
DEPENDENCIES
|
15
|
-
extlib
|
16
14
|
rack
|
17
15
|
rest-client
|
18
|
-
right_support
|
16
|
+
right_support (>= 2.8.31)
|
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.1.
|
5
|
+
# stub: right_develop 3.1.1 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "right_develop"
|
9
|
-
s.version = "3.1.
|
9
|
+
s.version = "3.1.1"
|
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-09-
|
14
|
+
s.date = "2014-09-26"
|
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"]
|
@@ -78,7 +78,7 @@ Gem::Specification.new do |s|
|
|
78
78
|
]
|
79
79
|
s.homepage = "https://github.com/rightscale/right_develop"
|
80
80
|
s.licenses = ["MIT"]
|
81
|
-
s.rubygems_version = "2.2.
|
81
|
+
s.rubygems_version = "2.2.2"
|
82
82
|
s.summary = "Reusable dev & test code."
|
83
83
|
|
84
84
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: right_develop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tony Spataro
|
@@ -274,7 +274,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
274
274
|
version: '0'
|
275
275
|
requirements: []
|
276
276
|
rubyforge_project:
|
277
|
-
rubygems_version: 2.2.
|
277
|
+
rubygems_version: 2.2.2
|
278
278
|
signing_key:
|
279
279
|
specification_version: 4
|
280
280
|
summary: Reusable dev & test code.
|