deep_dive 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.semver +1 -1
- data/Gemfile +0 -5
- data/Gemfile.lock +26 -29
- data/Rakefile +7 -2
- data/deep_dive.gemspec +7 -16
- metadata +28 -39
- data/.idea/.name +0 -1
- data/.idea/.rakeTasks +0 -7
- data/.idea/deep_dive.iml +0 -124
- data/.idea/encodings.xml +0 -5
- data/.idea/misc.xml +0 -5
- data/.idea/modules.xml +0 -9
- data/.idea/runConfigurations/deep_dive.xml +0 -24
- data/.idea/scopes/scope_settings.xml +0 -5
- data/.idea/vcs.xml +0 -7
- data/.idea/workspace.xml +0 -813
- data/Guardfile +0 -24
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9d588e7278531383b09030e833ac161a227df3a
|
4
|
+
data.tar.gz: 0968544de295370ffd1bf24806b42ab612ec06c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cef93bef51e527093b6986cf72e8c3ce5653c38df59a28ef31dd65f5bcf70ff928e362a0b69077b6757d50565d81eb628ac684587f433585929601d60358a93a
|
7
|
+
data.tar.gz: 98f523a0f803f33dbbd519be8af4d29957077c56ad52a22b04670a692effee4bc3c81297dc93803c97df0d2639f2bb7f882239dacf2faee00382bfc8c74faa13
|
data/.semver
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
addressable (2.3.
|
4
|
+
addressable (2.3.6)
|
5
5
|
builder (3.2.2)
|
6
6
|
celluloid (0.15.2)
|
7
7
|
timers (~> 1.1.0)
|
8
8
|
coderay (1.1.0)
|
9
9
|
debase (0.0.9)
|
10
10
|
debugger-ruby_core_source
|
11
|
-
debugger-ruby_core_source (1.3.
|
11
|
+
debugger-ruby_core_source (1.3.5)
|
12
12
|
diff-lcs (1.1.3)
|
13
|
-
docile (1.1.
|
14
|
-
faraday (0.8.
|
13
|
+
docile (1.1.5)
|
14
|
+
faraday (0.8.9)
|
15
15
|
multipart-post (~> 1.2.0)
|
16
16
|
ffi (1.9.3)
|
17
|
-
formatador (0.2.
|
18
|
-
git (1.2.
|
17
|
+
formatador (0.2.5)
|
18
|
+
git (1.2.7)
|
19
19
|
github_api (0.10.1)
|
20
20
|
addressable
|
21
21
|
faraday (~> 0.8.1)
|
@@ -23,17 +23,16 @@ GEM
|
|
23
23
|
multi_json (~> 1.4)
|
24
24
|
nokogiri (~> 1.5.2)
|
25
25
|
oauth2
|
26
|
-
guard (2.
|
26
|
+
guard (2.6.1)
|
27
27
|
formatador (>= 0.2.4)
|
28
|
-
listen (~> 2.
|
28
|
+
listen (~> 2.7)
|
29
29
|
lumberjack (~> 1.0)
|
30
30
|
pry (>= 0.9.12)
|
31
31
|
thor (>= 0.18.1)
|
32
32
|
guard-rspec (1.2.1)
|
33
33
|
guard (>= 1.1)
|
34
|
-
hashie (2.0
|
35
|
-
highline (1.6.
|
36
|
-
httpauth (0.2.0)
|
34
|
+
hashie (3.2.0)
|
35
|
+
highline (1.6.21)
|
37
36
|
jeweler (1.8.8)
|
38
37
|
builder
|
39
38
|
bundler (~> 1.0)
|
@@ -44,33 +43,31 @@ GEM
|
|
44
43
|
rake
|
45
44
|
rdoc
|
46
45
|
json (1.8.1)
|
47
|
-
jwt (0.
|
48
|
-
|
49
|
-
listen (2.4.0)
|
46
|
+
jwt (1.0.0)
|
47
|
+
listen (2.7.9)
|
50
48
|
celluloid (>= 0.15.2)
|
51
49
|
rb-fsevent (>= 0.9.3)
|
52
50
|
rb-inotify (>= 0.9)
|
53
|
-
lumberjack (1.0.
|
51
|
+
lumberjack (1.0.9)
|
54
52
|
method_source (0.8.2)
|
55
|
-
multi_json (1.
|
53
|
+
multi_json (1.10.1)
|
56
54
|
multi_xml (0.5.5)
|
57
55
|
multipart-post (1.2.0)
|
58
56
|
nokogiri (1.5.10)
|
59
|
-
oauth2 (0.
|
60
|
-
faraday (
|
61
|
-
|
62
|
-
|
63
|
-
multi_json (~> 1.0)
|
57
|
+
oauth2 (1.0.0)
|
58
|
+
faraday (>= 0.8, < 0.10)
|
59
|
+
jwt (~> 1.0)
|
60
|
+
multi_json (~> 1.3)
|
64
61
|
multi_xml (~> 0.5)
|
65
62
|
rack (~> 1.2)
|
66
|
-
pry (0.
|
67
|
-
coderay (~> 1.0)
|
68
|
-
method_source (~> 0.8)
|
63
|
+
pry (0.10.0)
|
64
|
+
coderay (~> 1.1.0)
|
65
|
+
method_source (~> 0.8.1)
|
69
66
|
slop (~> 3.4)
|
70
67
|
rack (1.5.2)
|
71
|
-
rake (10.
|
68
|
+
rake (10.3.2)
|
72
69
|
rb-fsevent (0.9.4)
|
73
|
-
rb-inotify (0.9.
|
70
|
+
rb-inotify (0.9.5)
|
74
71
|
ffi (>= 0.5.0)
|
75
72
|
rdoc (3.12.2)
|
76
73
|
json (~> 1.4)
|
@@ -85,13 +82,13 @@ GEM
|
|
85
82
|
ruby-debug-ide (0.4.22)
|
86
83
|
rake (>= 0.8.1)
|
87
84
|
semver (1.0.1)
|
88
|
-
simplecov (0.
|
85
|
+
simplecov (0.9.0)
|
89
86
|
docile (~> 1.1.0)
|
90
87
|
multi_json
|
91
88
|
simplecov-html (~> 0.8.0)
|
92
89
|
simplecov-html (0.8.0)
|
93
|
-
slop (3.
|
94
|
-
thor (0.
|
90
|
+
slop (3.6.0)
|
91
|
+
thor (0.19.1)
|
95
92
|
timers (1.1.0)
|
96
93
|
|
97
94
|
PLATFORMS
|
data/Rakefile
CHANGED
@@ -25,6 +25,7 @@ Jeweler::Tasks.new do |gem|
|
|
25
25
|
gem.license = "MIT"
|
26
26
|
gem.summary = %Q{DeepDive Deep Contolled Cloning}
|
27
27
|
gem.version = s_version
|
28
|
+
gem.required_ruby_version = '>= 2.0'
|
28
29
|
gem.description = %Q{
|
29
30
|
When you have a system of objects that have many references to each other, it becomes an
|
30
31
|
issue to be able to clone properly that object graph. There may be control objects you may
|
@@ -33,9 +34,13 @@ Jeweler::Tasks.new do |gem|
|
|
33
34
|
Enter DeepDive. Allows you a means by which you can do controlled deep cloning or
|
34
35
|
copying of your complex interconnected objects.
|
35
36
|
}
|
36
|
-
gem.email = "
|
37
|
+
gem.email = "lordalveric@yahoo.com"
|
37
38
|
gem.authors = ["Fred Mitchell"]
|
38
|
-
|
39
|
+
|
40
|
+
# Exclusions
|
41
|
+
gem.files.exclude 'foo/**/*', 'rdoc/*',
|
42
|
+
'.idea/**/*', '.idea/**/.*', '.yardoc/**/*',
|
43
|
+
'Guardfile'
|
39
44
|
end
|
40
45
|
Jeweler::RubygemsDotOrgTasks.new
|
41
46
|
|
data/deep_dive.gemspec
CHANGED
@@ -2,37 +2,28 @@
|
|
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: deep_dive 0.1.1 ruby lib
|
5
6
|
|
6
7
|
Gem::Specification.new do |s|
|
7
8
|
s.name = "deep_dive"
|
8
|
-
s.version = "0.1.
|
9
|
+
s.version = "0.1.1"
|
9
10
|
|
10
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
|
+
s.require_paths = ["lib"]
|
11
13
|
s.authors = ["Fred Mitchell"]
|
12
|
-
s.date = "2014-
|
14
|
+
s.date = "2014-07-20"
|
13
15
|
s.description = "\n When you have a system of objects that have many references to each other, it becomes an\n issue to be able to clone properly that object graph. There may be control objects you may\n not want to clone, but maintain references to. And some references you may not wish to clone at all.\n\n Enter DeepDive. Allows you a means by which you can do controlled deep cloning or\n copying of your complex interconnected objects.\n "
|
14
|
-
s.email = "
|
16
|
+
s.email = "lordalveric@yahoo.com"
|
15
17
|
s.extra_rdoc_files = [
|
16
18
|
"LICENSE.txt",
|
17
19
|
"README.rdoc"
|
18
20
|
]
|
19
21
|
s.files = [
|
20
22
|
".document",
|
21
|
-
".idea/.name",
|
22
|
-
".idea/.rakeTasks",
|
23
|
-
".idea/deep_dive.iml",
|
24
|
-
".idea/encodings.xml",
|
25
|
-
".idea/misc.xml",
|
26
|
-
".idea/modules.xml",
|
27
|
-
".idea/runConfigurations/deep_dive.xml",
|
28
|
-
".idea/scopes/scope_settings.xml",
|
29
|
-
".idea/vcs.xml",
|
30
|
-
".idea/workspace.xml",
|
31
23
|
".rspec",
|
32
24
|
".semver",
|
33
25
|
"Gemfile",
|
34
26
|
"Gemfile.lock",
|
35
|
-
"Guardfile",
|
36
27
|
"LICENSE.txt",
|
37
28
|
"README.rdoc",
|
38
29
|
"Rakefile",
|
@@ -44,8 +35,8 @@ Gem::Specification.new do |s|
|
|
44
35
|
]
|
45
36
|
s.homepage = "https://github.com/flajann2/deep_dive"
|
46
37
|
s.licenses = ["MIT"]
|
47
|
-
s.
|
48
|
-
s.rubygems_version = "2.
|
38
|
+
s.required_ruby_version = Gem::Requirement.new(">= 2.0")
|
39
|
+
s.rubygems_version = "2.2.2"
|
49
40
|
s.summary = "DeepDive Deep Contolled Cloning"
|
50
41
|
|
51
42
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
@@ -1,139 +1,139 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: deep_dive
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fred Mitchell
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: debase
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rspec
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - ~>
|
31
|
+
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: 2.8.0
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - ~>
|
38
|
+
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 2.8.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rdoc
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - ~>
|
45
|
+
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '3.12'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - ~>
|
52
|
+
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '3.12'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: bundler
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- - ~>
|
59
|
+
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '1.0'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- - ~>
|
66
|
+
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '1.0'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: jeweler
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- - ~>
|
73
|
+
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: 1.8.7
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- - ~>
|
80
|
+
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: 1.8.7
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: simplecov
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- -
|
87
|
+
- - ">="
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: '0'
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- -
|
94
|
+
- - ">="
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: semver
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
|
-
- -
|
101
|
+
- - ">="
|
102
102
|
- !ruby/object:Gem::Version
|
103
103
|
version: '0'
|
104
104
|
type: :development
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
|
-
- -
|
108
|
+
- - ">="
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '0'
|
111
111
|
- !ruby/object:Gem::Dependency
|
112
112
|
name: guard-rspec
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
114
114
|
requirements:
|
115
|
-
- -
|
115
|
+
- - ">="
|
116
116
|
- !ruby/object:Gem::Version
|
117
117
|
version: '0'
|
118
118
|
type: :development
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
|
-
- -
|
122
|
+
- - ">="
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: ruby-debug-ide
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
128
128
|
requirements:
|
129
|
-
- -
|
129
|
+
- - ">="
|
130
130
|
- !ruby/object:Gem::Version
|
131
131
|
version: '0'
|
132
132
|
type: :development
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
|
-
- -
|
136
|
+
- - ">="
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '0'
|
139
139
|
description: "\n When you have a system of objects that have many references to each
|
@@ -142,29 +142,18 @@ description: "\n When you have a system of objects that have many references to
|
|
142
142
|
And some references you may not wish to clone at all.\n\n Enter DeepDive. Allows
|
143
143
|
you a means by which you can do controlled deep cloning or\n copying of your complex
|
144
144
|
interconnected objects.\n "
|
145
|
-
email:
|
145
|
+
email: lordalveric@yahoo.com
|
146
146
|
executables: []
|
147
147
|
extensions: []
|
148
148
|
extra_rdoc_files:
|
149
149
|
- LICENSE.txt
|
150
150
|
- README.rdoc
|
151
151
|
files:
|
152
|
-
- .document
|
153
|
-
- .
|
154
|
-
- .
|
155
|
-
- .idea/deep_dive.iml
|
156
|
-
- .idea/encodings.xml
|
157
|
-
- .idea/misc.xml
|
158
|
-
- .idea/modules.xml
|
159
|
-
- .idea/runConfigurations/deep_dive.xml
|
160
|
-
- .idea/scopes/scope_settings.xml
|
161
|
-
- .idea/vcs.xml
|
162
|
-
- .idea/workspace.xml
|
163
|
-
- .rspec
|
164
|
-
- .semver
|
152
|
+
- ".document"
|
153
|
+
- ".rspec"
|
154
|
+
- ".semver"
|
165
155
|
- Gemfile
|
166
156
|
- Gemfile.lock
|
167
|
-
- Guardfile
|
168
157
|
- LICENSE.txt
|
169
158
|
- README.rdoc
|
170
159
|
- Rakefile
|
@@ -183,17 +172,17 @@ require_paths:
|
|
183
172
|
- lib
|
184
173
|
required_ruby_version: !ruby/object:Gem::Requirement
|
185
174
|
requirements:
|
186
|
-
- -
|
175
|
+
- - ">="
|
187
176
|
- !ruby/object:Gem::Version
|
188
|
-
version: '0'
|
177
|
+
version: '2.0'
|
189
178
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
190
179
|
requirements:
|
191
|
-
- -
|
180
|
+
- - ">="
|
192
181
|
- !ruby/object:Gem::Version
|
193
182
|
version: '0'
|
194
183
|
requirements: []
|
195
184
|
rubyforge_project:
|
196
|
-
rubygems_version: 2.
|
185
|
+
rubygems_version: 2.2.2
|
197
186
|
signing_key:
|
198
187
|
specification_version: 4
|
199
188
|
summary: DeepDive Deep Contolled Cloning
|
data/.idea/.name
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
deep_dive
|
data/.idea/.rakeTasks
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<Settings><!--This file was automatically generated by Ruby plugin.
|
3
|
-
You are allowed to:
|
4
|
-
1. Remove rake task
|
5
|
-
2. Add existing rake tasks
|
6
|
-
To add existing rake tasks automatically delete this file and reload the project.
|
7
|
-
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build gem into pkg/" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated file" fullCmd="clobber" taksId="clobber" /><RakeTask description="Remove RDoc HTML files" fullCmd="clobber_rdoc" taksId="clobber_rdoc" /><RakeTask description="Start IRB with all runtime dependencies loaded" fullCmd="console[script]" taksId="console[script]" /><RakeGroup description="" fullCmd="" taksId="gemcutter"><RakeTask description="Release gem to Gemcutter" fullCmd="gemcutter:release" taksId="release" /></RakeGroup><RakeTask description="Generate and validate gemspec" fullCmd="gemspec" taksId="gemspec" /><RakeGroup description="" fullCmd="" taksId="gemspec"><RakeTask description="Display the gemspec for debugging purposes, as jeweler knows it (not from the filesystem)" fullCmd="gemspec:debug" taksId="debug" /><RakeTask description="Regenerate the gemspec on the filesystem" fullCmd="gemspec:generate" taksId="generate" /><RakeTask description="Regenerate and validate gemspec, and then commits and pushes to git" fullCmd="gemspec:release" taksId="release" /><RakeTask description="Validates the gemspec on the filesystem" fullCmd="gemspec:validate" taksId="validate" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="git"><RakeTask description="Tag and push release to git" fullCmd="git:release" taksId="release" /></RakeGroup><RakeTask description="Build and install gem using `gem install`" fullCmd="install" taksId="install" /><RakeTask description="Run RSpec code examples" fullCmd="rcov" taksId="rcov" /><RakeTask description="Build RDoc HTML files" fullCmd="rdoc" taksId="rdoc" /><RakeTask description="Release gem" fullCmd="release" taksId="release" /><RakeTask description="Rebuild RDoc HTML files" fullCmd="rerdoc" taksId="rerdoc" /><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="Displays the current version" fullCmd="version" taksId="version" /><RakeTask description="" fullCmd="console" taksId="console" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="gemspec_required" taksId="gemspec_required" /><RakeTask description="" fullCmd="rdoc/index.html" taksId="rdoc/index.html" /><RakeTask description="" fullCmd="version_required" taksId="version_required" /></RakeGroup></Settings>
|
data/.idea/deep_dive.iml
DELETED
@@ -1,124 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<module type="RUBY_MODULE" version="4">
|
3
|
-
<component name="FacetManager">
|
4
|
-
<facet type="gem" name="Gem">
|
5
|
-
<configuration>
|
6
|
-
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
7
|
-
<option name="GEM_APP_TEST_PATH" value="" />
|
8
|
-
<option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
|
9
|
-
</configuration>
|
10
|
-
</facet>
|
11
|
-
</component>
|
12
|
-
<component name="ModuleRunConfigurationManager">
|
13
|
-
<configuration default="false" name="deep_dive" type="RubyRunConfigurationType" factoryName="Ruby">
|
14
|
-
<module name="deep_dive" />
|
15
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
16
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
17
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
18
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
19
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
20
|
-
<envs />
|
21
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
22
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
23
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
24
|
-
<COVERAGE_PATTERN ENABLED="true">
|
25
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
26
|
-
</COVERAGE_PATTERN>
|
27
|
-
</EXTENSION>
|
28
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
29
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
30
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
31
|
-
<RunnerSettings RunnerId="RubyDebugRunner" />
|
32
|
-
<ConfigurationWrapper RunnerId="RubyDebugRunner" />
|
33
|
-
<method />
|
34
|
-
</configuration>
|
35
|
-
<configuration default="false" name="Run spec 'deep_dive_spec': deep_dive" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
36
|
-
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
37
|
-
<module name="deep_dive" />
|
38
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
39
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
40
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
41
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
42
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
43
|
-
<envs>
|
44
|
-
<env name="JRUBY_OPTS" value="-X+O" />
|
45
|
-
</envs>
|
46
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
47
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
48
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
49
|
-
<COVERAGE_PATTERN ENABLED="true">
|
50
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
51
|
-
</COVERAGE_PATTERN>
|
52
|
-
</EXTENSION>
|
53
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
54
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
55
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/lib/deep_dive/deep_dive_spec.rb" />
|
56
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
57
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
58
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
59
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
60
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
61
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
62
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
63
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
64
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
65
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
66
|
-
<RunnerSettings RunnerId="RubyDebugRunner" />
|
67
|
-
<ConfigurationWrapper RunnerId="RubyDebugRunner" />
|
68
|
-
<method />
|
69
|
-
</configuration>
|
70
|
-
</component>
|
71
|
-
<component name="NewModuleRootManager">
|
72
|
-
<content url="file://$MODULE_DIR$" />
|
73
|
-
<orderEntry type="jdk" jdkName="RVM: ruby-2.0.0-p353" jdkType="RUBY_SDK" />
|
74
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
75
|
-
<orderEntry type="library" scope="PROVIDED" name="addressable (v2.3.5, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
76
|
-
<orderEntry type="library" scope="PROVIDED" name="builder (v3.2.2, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
77
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.5, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
78
|
-
<orderEntry type="library" scope="PROVIDED" name="celluloid (v0.15.2, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
79
|
-
<orderEntry type="library" scope="PROVIDED" name="coderay (v1.1.0, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
80
|
-
<orderEntry type="library" scope="PROVIDED" name="debase (v0.0.9, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
81
|
-
<orderEntry type="library" scope="PROVIDED" name="debugger-ruby_core_source (v1.3.1, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
82
|
-
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.1.3, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
83
|
-
<orderEntry type="library" scope="PROVIDED" name="docile (v1.1.1, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
84
|
-
<orderEntry type="library" scope="PROVIDED" name="faraday (v0.8.8, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
85
|
-
<orderEntry type="library" scope="PROVIDED" name="ffi (v1.9.3, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
86
|
-
<orderEntry type="library" scope="PROVIDED" name="formatador (v0.2.4, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
87
|
-
<orderEntry type="library" scope="PROVIDED" name="git (v1.2.6, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
88
|
-
<orderEntry type="library" scope="PROVIDED" name="github_api (v0.10.1, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
89
|
-
<orderEntry type="library" scope="PROVIDED" name="guard (v2.2.5, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
90
|
-
<orderEntry type="library" scope="PROVIDED" name="guard-rspec (v1.2.1, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
91
|
-
<orderEntry type="library" scope="PROVIDED" name="hashie (v2.0.5, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
92
|
-
<orderEntry type="library" scope="PROVIDED" name="highline (v1.6.20, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
93
|
-
<orderEntry type="library" scope="PROVIDED" name="httpauth (v0.2.0, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
94
|
-
<orderEntry type="library" scope="PROVIDED" name="jeweler (v1.8.8, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
95
|
-
<orderEntry type="library" scope="PROVIDED" name="json (v1.8.1, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
96
|
-
<orderEntry type="library" scope="PROVIDED" name="jwt (v0.1.8, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
97
|
-
<orderEntry type="library" scope="PROVIDED" name="listen (v2.4.0, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
98
|
-
<orderEntry type="library" scope="PROVIDED" name="lumberjack (v1.0.4, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
99
|
-
<orderEntry type="library" scope="PROVIDED" name="method_source (v0.8.2, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
100
|
-
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.8.2, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
101
|
-
<orderEntry type="library" scope="PROVIDED" name="multi_xml (v0.5.5, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
102
|
-
<orderEntry type="library" scope="PROVIDED" name="multipart-post (v1.2.0, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
103
|
-
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.5.10, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
104
|
-
<orderEntry type="library" scope="PROVIDED" name="oauth2 (v0.9.2, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
105
|
-
<orderEntry type="library" scope="PROVIDED" name="pry (v0.9.12.4, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
106
|
-
<orderEntry type="library" scope="PROVIDED" name="rack (v1.5.2, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
107
|
-
<orderEntry type="library" scope="PROVIDED" name="rake (v10.1.1, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
108
|
-
<orderEntry type="library" scope="PROVIDED" name="rb-fsevent (v0.9.4, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
109
|
-
<orderEntry type="library" scope="PROVIDED" name="rb-inotify (v0.9.3, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
110
|
-
<orderEntry type="library" scope="PROVIDED" name="rdoc (v3.12.2, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
111
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec (v2.8.0, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
112
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.8.0, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
113
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.8.0, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
114
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.8.0, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
115
|
-
<orderEntry type="library" scope="PROVIDED" name="ruby-debug-ide (v0.4.22, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
116
|
-
<orderEntry type="library" scope="PROVIDED" name="semver (v1.0.1, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
117
|
-
<orderEntry type="library" scope="PROVIDED" name="simplecov (v0.8.2, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
118
|
-
<orderEntry type="library" scope="PROVIDED" name="simplecov-html (v0.8.0, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
119
|
-
<orderEntry type="library" scope="PROVIDED" name="slop (v3.4.7, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
120
|
-
<orderEntry type="library" scope="PROVIDED" name="thor (v0.18.1, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
121
|
-
<orderEntry type="library" scope="PROVIDED" name="timers (v1.1.0, RVM: ruby-2.0.0-p353) [gem]" level="application" />
|
122
|
-
</component>
|
123
|
-
</module>
|
124
|
-
|
data/.idea/encodings.xml
DELETED
data/.idea/misc.xml
DELETED
data/.idea/modules.xml
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ProjectModuleManager">
|
4
|
-
<modules>
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/deep_dive.iml" filepath="$PROJECT_DIR$/.idea/deep_dive.iml" />
|
6
|
-
</modules>
|
7
|
-
</component>
|
8
|
-
</project>
|
9
|
-
|
@@ -1,24 +0,0 @@
|
|
1
|
-
<component name="ProjectRunConfigurationManager">
|
2
|
-
<configuration default="false" name="deep_dive" type="RubyRunConfigurationType" factoryName="Ruby">
|
3
|
-
<module name="deep_dive" />
|
4
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
5
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
6
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
7
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
8
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
9
|
-
<envs />
|
10
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
11
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
12
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
13
|
-
<COVERAGE_PATTERN ENABLED="true">
|
14
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
15
|
-
</COVERAGE_PATTERN>
|
16
|
-
</EXTENSION>
|
17
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
18
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
19
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
20
|
-
<RunnerSettings RunnerId="RubyDebugRunner" />
|
21
|
-
<ConfigurationWrapper RunnerId="RubyDebugRunner" />
|
22
|
-
<method />
|
23
|
-
</configuration>
|
24
|
-
</component>
|