ProtectedConstructor 1.0.5 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5a1adc2bc4c1c992ef2cbe8c1f30d01f14c6f138
4
+ data.tar.gz: ba00219daee59b1201f047857ee24579af29c3be
5
+ SHA512:
6
+ metadata.gz: ce24631357e789057cfda725f195727b930abe9990b89c3882c9990993ce7370e2921e23616da702ad4bfc36f94d071857ae4ebc92e08e53b00b7061523f3efa
7
+ data.tar.gz: 0abcbf4a583bc0aec98f07886c14d2be0bf85285cd3ae9c5bdc6fe29f202789054127dcb4c5f8008f794663caeae16f492d132c03dc89cf8697e19bc2e8ff013
@@ -4,4 +4,4 @@ You are allowed to:
4
4
  1. Remove rake task
5
5
  2. Add existing rake tasks
6
6
  To add existing rake tasks automatically delete this file and reload the project.
7
- --><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build ProtectedConstructor-1.0.2.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install ProtectedConstructor-1.0.2.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v1.0.2 and build and push ProtectedConstructor-1.0.2.gem to Rubygems" fullCmd="release" taksId="release" /><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="" fullCmd="default" taksId="default" /></RakeGroup></Settings>
7
+ --><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build ProtectedConstructor-2.0.0.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install ProtectedConstructor-2.0.0.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v2.0.0 and build and push ProtectedConstructor-2.0.0.gem to Rubygems" fullCmd="release" taksId="release" /><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="" fullCmd="default" taksId="default" /></RakeGroup></Settings>
@@ -9,12 +9,89 @@
9
9
  </configuration>
10
10
  </facet>
11
11
  </component>
12
+ <component name="ModuleRunConfigurationManager">
13
+ <configuration default="false" name="Start Yard Server" type="CommandRunConfigurationType" factoryName="Gem Command" singleton="true">
14
+ <module name="ProtectedConstructor" />
15
+ <COMMAND_RUN_CONFIGURATION NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
16
+ <COMMAND_RUN_CONFIGURATION NAME="WORK DIR" VALUE="$MODULE_DIR$" />
17
+ <COMMAND_RUN_CONFIGURATION NAME="SHOULD_USE_SDK" VALUE="false" />
18
+ <COMMAND_RUN_CONFIGURATION NAME="ALTERN_SDK_NAME" VALUE="" />
19
+ <COMMAND_RUN_CONFIGURATION NAME="myPassParentEnvs" VALUE="true" />
20
+ <envs />
21
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
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
+ <COMMAND_CONFIG_SETTINGS_ID NAME="GEM_NAME" VALUE="yard" />
30
+ <COMMAND_CONFIG_SETTINGS_ID NAME="EXECUTABLE_NAME" VALUE="yard" />
31
+ <COMMAND_CONFIG_SETTINGS_ID NAME="EXECUTABLE_ARGS" VALUE="server --reload" />
32
+ <COMMAND_CONFIG_SETTINGS_ID NAME="WORKING_DIR" VALUE="server --reload" />
33
+ <RunnerSettings RunnerId="RubyRunner" />
34
+ <ConfigurationWrapper RunnerId="RubyRunner" />
35
+ <method />
36
+ </configuration>
37
+ <configuration default="false" name="All specs in: spec" type="RSpecRunConfigurationType" factoryName="RSpec" singleton="true">
38
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
39
+ <module name="ProtectedConstructor" />
40
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
41
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
42
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
43
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
44
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
45
+ <envs>
46
+ <env name="JRUBY_OPTS" value="-X+O" />
47
+ </envs>
48
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
49
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
50
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
51
+ <COVERAGE_PATTERN ENABLED="true">
52
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
53
+ </COVERAGE_PATTERN>
54
+ </EXTENSION>
55
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
56
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="$MODULE_DIR$/spec" />
57
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
58
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
59
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
60
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
61
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="ALL_IN_FOLDER" />
62
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
63
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
64
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
65
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
66
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
67
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
68
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
69
+ <RunnerSettings RunnerId="RubyRunner" />
70
+ <ConfigurationWrapper RunnerId="RubyRunner" />
71
+ <method />
72
+ </configuration>
73
+ </component>
12
74
  <component name="NewModuleRootManager">
13
75
  <content url="file://$MODULE_DIR$" />
14
- <orderEntry type="inheritedJdk" />
76
+ <orderEntry type="jdk" jdkName="ruby-2.0.0-p451" jdkType="RUBY_SDK" />
15
77
  <orderEntry type="sourceFolder" forTests="false" />
16
- <orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.5, rbenv: 1.9.3-p0) [gem]" level="application" />
17
- <orderEntry type="library" scope="PROVIDED" name="rake (v0.9.2.2, rbenv: 1.9.3-p0) [gem]" level="application" />
78
+ <orderEntry type="module-library">
79
+ <library name="ProtectedConstructor (v[path], /Users/gangelo/RubymineProjects/ProtectedConstructor) [path][gem]">
80
+ <CLASSES>
81
+ <root url="file://$MODULE_DIR$/lib" />
82
+ <root url="file://$MODULE_DIR$/.idea" />
83
+ <root url="file://$MODULE_DIR$/vendor" />
84
+ <root url="file://$MODULE_DIR$/.yardoc" />
85
+ </CLASSES>
86
+ <SOURCES>
87
+ <root url="file://$MODULE_DIR$/lib" />
88
+ <root url="file://$MODULE_DIR$/.idea" />
89
+ <root url="file://$MODULE_DIR$/vendor" />
90
+ <root url="file://$MODULE_DIR$/.yardoc" />
91
+ </SOURCES>
92
+ </library>
93
+ </orderEntry>
94
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.6.3, ruby-2.0.0-p451) [gem]" level="application" />
18
95
  </component>
19
96
  </module>
20
97
 
@@ -0,0 +1,38 @@
1
+ <component name="ProjectRunConfigurationManager">
2
+ <configuration default="false" name="All specs in: spec" type="RSpecRunConfigurationType" factoryName="RSpec" singleton="true">
3
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
4
+ <module name="ProtectedConstructor" />
5
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
6
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
7
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
8
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
9
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
10
+ <envs>
11
+ <env name="JRUBY_OPTS" value="-X+O" />
12
+ </envs>
13
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
14
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
15
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
16
+ <COVERAGE_PATTERN ENABLED="true">
17
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
18
+ </COVERAGE_PATTERN>
19
+ </EXTENSION>
20
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
21
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="$MODULE_DIR$/spec" />
22
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
23
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
24
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
25
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
26
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="ALL_IN_FOLDER" />
27
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
28
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
29
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
30
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
31
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
32
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
33
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
34
+ <RunnerSettings RunnerId="RubyRunner" />
35
+ <ConfigurationWrapper RunnerId="RubyRunner" />
36
+ <method />
37
+ </configuration>
38
+ </component>
@@ -2,13 +2,13 @@
2
2
  <configuration default="false" name="Start Yard Server" type="CommandRunConfigurationType" factoryName="Gem Command" singleton="true">
3
3
  <module name="ProtectedConstructor" />
4
4
  <COMMAND_RUN_CONFIGURATION NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
5
- <COMMAND_RUN_CONFIGURATION NAME="WORK DIR" VALUE="$PROJECT_DIR$" />
5
+ <COMMAND_RUN_CONFIGURATION NAME="WORK DIR" VALUE="$MODULE_DIR$" />
6
6
  <COMMAND_RUN_CONFIGURATION NAME="SHOULD_USE_SDK" VALUE="false" />
7
7
  <COMMAND_RUN_CONFIGURATION NAME="ALTERN_SDK_NAME" VALUE="" />
8
8
  <COMMAND_RUN_CONFIGURATION NAME="myPassParentEnvs" VALUE="true" />
9
9
  <envs />
10
10
  <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
11
- <EXTENSION ID="JRubyRunConfigurationExtension" />
11
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
12
12
  <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
13
13
  <COVERAGE_PATTERN ENABLED="true">
14
14
  <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
@@ -2,20 +2,18 @@
2
2
  <project version="4">
3
3
  <component name="ChangeListManager">
4
4
  <list default="true" id="d8942c7f-4ad1-4925-b73d-25c4ef52dd1d" name="Default" comment="">
5
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/ProtectedConstructor.rb" afterPath="$PROJECT_DIR$/lib/ProtectedConstructor.rb" />
6
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/README.md" afterPath="$PROJECT_DIR$/README.md" />
7
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/ProtectedConstructor/version.rb" afterPath="$PROJECT_DIR$/lib/ProtectedConstructor/version.rb" />
5
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/runConfigurations/All_specs_in__spec.xml" />
6
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/.rakeTasks" afterPath="$PROJECT_DIR$/.idea/.rakeTasks" />
7
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.rbenv-version" afterPath="$PROJECT_DIR$/.rbenv-version" />
8
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Gemfile" afterPath="$PROJECT_DIR$/Gemfile" />
9
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/ProtectedConstructor.gemspec" afterPath="$PROJECT_DIR$/ProtectedConstructor.gemspec" />
10
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/ProtectedConstructor.iml" afterPath="$PROJECT_DIR$/.idea/ProtectedConstructor.iml" />
11
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/runConfigurations/Start_Yard_Server.xml" afterPath="$PROJECT_DIR$/.idea/runConfigurations/Start_Yard_Server.xml" />
12
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/spec/spec_helper.rb" afterPath="$PROJECT_DIR$/spec/spec_helper.rb" />
13
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
8
14
  </list>
9
15
  <ignored path="ProtectedConstructor.iws" />
10
16
  <ignored path=".idea/workspace.xml" />
11
- <file path="/Dummy.txt" changelist="d8942c7f-4ad1-4925-b73d-25c4ef52dd1d" time="1373302834255" ignored="false" />
12
- <file path="/README.md" changelist="d8942c7f-4ad1-4925-b73d-25c4ef52dd1d" time="1373304368773" ignored="false" />
13
- <file path="/LICENSE.txt" changelist="d8942c7f-4ad1-4925-b73d-25c4ef52dd1d" time="1373293800369" ignored="false" />
14
- <file path="/spec_helper.rb" changelist="d8942c7f-4ad1-4925-b73d-25c4ef52dd1d" time="1373297633742" ignored="false" />
15
- <file path="/protected_constructor_spec.rb" changelist="d8942c7f-4ad1-4925-b73d-25c4ef52dd1d" time="1373298674255" ignored="false" />
16
- <file path="/klass_factory.rb" changelist="d8942c7f-4ad1-4925-b73d-25c4ef52dd1d" time="1373297952044" ignored="false" />
17
- <file path="/ProtectedConstructor.gemspec" changelist="d8942c7f-4ad1-4925-b73d-25c4ef52dd1d" time="1373300073743" ignored="false" />
18
- <file path="/ProtectedConstructor.rb" changelist="d8942c7f-4ad1-4925-b73d-25c4ef52dd1d" time="1373301885305" ignored="false" />
19
17
  <option name="TRACKING_ENABLED" value="true" />
20
18
  <option name="SHOW_DIALOG" value="false" />
21
19
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -23,6 +21,9 @@
23
21
  <option name="LAST_RESOLUTION" value="IGNORE" />
24
22
  </component>
25
23
  <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
24
+ <component name="CoverageDataManager">
25
+ <SUITE FILE_PATH="coverage/ProtectedConstructor@All_specs_in__spec.coverage" NAME="All specs in: spec Coverage Results" MODIFIED="1403002954531" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="ProtectedConstructor" />
26
+ </component>
26
27
  <component name="CreatePatchCommitExecutor">
27
28
  <option name="PATCH_PATH" value="" />
28
29
  </component>
@@ -35,64 +36,31 @@
35
36
  </component>
36
37
  <component name="FileEditorManager">
37
38
  <leaf>
38
- <file leaf-file-name="README.md" pinned="false" current="false" current-in-tab="false">
39
- <entry file="file://$PROJECT_DIR$/README.md">
40
- <provider selected="true" editor-type-id="text-editor">
41
- <state line="59" column="21" selection-start="1376" selection-end="1376" vertical-scroll-proportion="0.0">
42
- <folding />
43
- </state>
44
- </provider>
45
- </entry>
46
- </file>
47
- <file leaf-file-name="version.rb" pinned="false" current="false" current-in-tab="false">
48
- <entry file="file://$PROJECT_DIR$/lib/ProtectedConstructor/version.rb">
49
- <provider selected="true" editor-type-id="text-editor">
50
- <state line="1" column="18" selection-start="46" selection-end="46" vertical-scroll-proportion="0.0">
51
- <folding />
52
- </state>
53
- </provider>
54
- </entry>
55
- </file>
56
39
  <file leaf-file-name="Gemfile" pinned="false" current="false" current-in-tab="false">
57
40
  <entry file="file://$PROJECT_DIR$/Gemfile">
58
41
  <provider selected="true" editor-type-id="text-editor">
59
- <state line="7" column="13" selection-start="157" selection-end="157" vertical-scroll-proportion="0.0">
60
- <folding />
61
- </state>
62
- </provider>
63
- </entry>
64
- </file>
65
- <file leaf-file-name="ProtectedConstructor.gemspec" pinned="false" current="false" current-in-tab="false">
66
- <entry file="file://$PROJECT_DIR$/ProtectedConstructor.gemspec">
67
- <provider selected="true" editor-type-id="text-editor">
68
- <state line="11" column="132" selection-start="566" selection-end="566" vertical-scroll-proportion="0.0">
69
- <folding />
70
- </state>
71
- </provider>
72
- </entry>
73
- </file>
74
- <file leaf-file-name="Rakefile" pinned="false" current="false" current-in-tab="false">
75
- <entry file="file://$PROJECT_DIR$/Rakefile">
76
- <provider selected="true" editor-type-id="text-editor">
77
- <state line="13" column="0" selection-start="271" selection-end="271" vertical-scroll-proportion="0.0">
42
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="225">
43
+ <caret line="8" column="0" selection-start-line="8" selection-start-column="0" selection-end-line="8" selection-end-column="0" />
78
44
  <folding />
79
45
  </state>
80
46
  </provider>
81
47
  </entry>
82
48
  </file>
83
- <file leaf-file-name="ProtectedConstructor.rb" pinned="false" current="true" current-in-tab="true">
84
- <entry file="file://$PROJECT_DIR$/lib/ProtectedConstructor.rb">
49
+ <file leaf-file-name="spec_helper.rb" pinned="false" current="true" current-in-tab="true">
50
+ <entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
85
51
  <provider selected="true" editor-type-id="text-editor">
86
- <state line="21" column="21" selection-start="340" selection-end="340" vertical-scroll-proportion="0.22012578">
52
+ <state vertical-scroll-proportion="0.4070981" vertical-offset="0" max-vertical-offset="479">
53
+ <caret line="13" column="3" selection-start-line="13" selection-start-column="3" selection-end-line="13" selection-end-column="3" />
87
54
  <folding />
88
55
  </state>
89
56
  </provider>
90
57
  </entry>
91
58
  </file>
92
- <file leaf-file-name="protected_constructor_spec.rb" pinned="false" current="false" current-in-tab="false">
93
- <entry file="file://$PROJECT_DIR$/spec/ProtectedConstructor/protected_constructor_spec.rb">
59
+ <file leaf-file-name="ProtectedConstructor.gemspec" pinned="false" current="false" current-in-tab="false">
60
+ <entry file="file://$PROJECT_DIR$/ProtectedConstructor.gemspec">
94
61
  <provider selected="true" editor-type-id="text-editor">
95
- <state line="15" column="37" selection-start="541" selection-end="565" vertical-scroll-proportion="0.0">
62
+ <state vertical-scroll-proportion="0.0" vertical-offset="14" max-vertical-offset="555">
63
+ <caret line="21" column="2" selection-start-line="21" selection-start-column="2" selection-end-line="21" selection-end-column="2" />
96
64
  <folding />
97
65
  </state>
98
66
  </provider>
@@ -120,15 +88,15 @@
120
88
  <option value="$PROJECT_DIR$/LICENSE.txt" />
121
89
  <option value="$PROJECT_DIR$/spec/checker/protected_constructor_spec.rb" />
122
90
  <option value="$PROJECT_DIR$/spec/klass.rb" />
123
- <option value="$PROJECT_DIR$/spec/spec_helper.rb" />
124
91
  <option value="$PROJECT_DIR$/spec/klass_factory.rb" />
125
92
  <option value="$PROJECT_DIR$/spec/ProtectedConstructor/protected_constructor_spec.rb" />
126
- <option value="$PROJECT_DIR$/ProtectedConstructor.gemspec" />
127
93
  <option value="$PROJECT_DIR$/Rakefile" />
128
- <option value="$PROJECT_DIR$/Gemfile" />
129
- <option value="$PROJECT_DIR$/README.md" />
130
94
  <option value="$PROJECT_DIR$/lib/ProtectedConstructor/version.rb" />
131
95
  <option value="$PROJECT_DIR$/lib/ProtectedConstructor.rb" />
96
+ <option value="$PROJECT_DIR$/README.md" />
97
+ <option value="$PROJECT_DIR$/Gemfile" />
98
+ <option value="$PROJECT_DIR$/ProtectedConstructor.gemspec" />
99
+ <option value="$PROJECT_DIR$/spec/spec_helper.rb" />
132
100
  </list>
133
101
  </option>
134
102
  </component>
@@ -151,7 +119,7 @@
151
119
  <option name="STATE" value="0" />
152
120
  </component>
153
121
  <component name="ProjectView">
154
- <navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
122
+ <navigator currentView="ProjectPane" proportions="" version="1">
155
123
  <flattenPackages />
156
124
  <showMembers />
157
125
  <showModules />
@@ -185,6 +153,38 @@
185
153
  <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
186
154
  </PATH_ELEMENT>
187
155
  </PATH>
156
+ <PATH>
157
+ <PATH_ELEMENT>
158
+ <option name="myItemId" value="ProtectedConstructor" />
159
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
160
+ </PATH_ELEMENT>
161
+ <PATH_ELEMENT>
162
+ <option name="myItemId" value="ProtectedConstructor" />
163
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
164
+ </PATH_ELEMENT>
165
+ <PATH_ELEMENT>
166
+ <option name="myItemId" value="spec" />
167
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
168
+ </PATH_ELEMENT>
169
+ </PATH>
170
+ <PATH>
171
+ <PATH_ELEMENT>
172
+ <option name="myItemId" value="ProtectedConstructor" />
173
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
174
+ </PATH_ELEMENT>
175
+ <PATH_ELEMENT>
176
+ <option name="myItemId" value="ProtectedConstructor" />
177
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
178
+ </PATH_ELEMENT>
179
+ <PATH_ELEMENT>
180
+ <option name="myItemId" value="spec" />
181
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
182
+ </PATH_ELEMENT>
183
+ <PATH_ELEMENT>
184
+ <option name="myItemId" value="ProtectedConstructor" />
185
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
186
+ </PATH_ELEMENT>
187
+ </PATH>
188
188
  <PATH>
189
189
  <PATH_ELEMENT>
190
190
  <option name="myItemId" value="ProtectedConstructor" />
@@ -225,12 +225,13 @@
225
225
  <component name="PropertiesComponent">
226
226
  <property name="options.splitter.main.proportions" value="0.3" />
227
227
  <property name="WebServerToolWindowFactoryState" value="false" />
228
- <property name="options.lastSelected" value="project.propVCSSupport.Mappings" />
229
228
  <property name="recentsLimit" value="5" />
230
- <property name="last_opened_file_path" value="$PROJECT_DIR$" />
229
+ <property name="options.lastSelected" value="org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable" />
231
230
  <property name="restartRequiresConfirmation" value="true" />
232
- <property name="options.splitter.details.proportions" value="0.2" />
231
+ <property name="last_opened_file_path" value="$PROJECT_DIR$" />
232
+ <property name="FullScreen" value="false" />
233
233
  <property name="options.searchVisible" value="true" />
234
+ <property name="options.splitter.details.proportions" value="0.2" />
234
235
  </component>
235
236
  <component name="RecentsManager">
236
237
  <key name="CopyFile.RECENT_KEYS">
@@ -240,7 +241,7 @@
240
241
  <recent name="$PROJECT_DIR$" />
241
242
  </key>
242
243
  </component>
243
- <component name="RunManager" selected="Gem Command.Start Yard Server">
244
+ <component name="RunManager" selected="RSpec.All specs in: spec">
244
245
  <configuration default="true" type="CommandRunConfigurationType" factoryName="Gem Command">
245
246
  <module name="" />
246
247
  <COMMAND_RUN_CONFIGURATION NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
@@ -250,7 +251,7 @@
250
251
  <COMMAND_RUN_CONFIGURATION NAME="myPassParentEnvs" VALUE="true" />
251
252
  <envs />
252
253
  <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
253
- <EXTENSION ID="JRubyRunConfigurationExtension" />
254
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
254
255
  <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
255
256
  <COVERAGE_PATTERN ENABLED="true">
256
257
  <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
@@ -273,7 +274,7 @@
273
274
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
274
275
  <envs />
275
276
  <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
276
- <EXTENSION ID="JRubyRunConfigurationExtension" />
277
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
277
278
  <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
278
279
  <COVERAGE_PATTERN ENABLED="true">
279
280
  <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
@@ -290,6 +291,8 @@
290
291
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
291
292
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
292
293
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
294
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
295
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
293
296
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
294
297
  <method />
295
298
  </configuration>
@@ -302,7 +305,7 @@
302
305
  <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
303
306
  <envs />
304
307
  <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
305
- <EXTENSION ID="JRubyRunConfigurationExtension" />
308
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
306
309
  <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
307
310
  <COVERAGE_PATTERN ENABLED="true">
308
311
  <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
@@ -313,6 +316,9 @@
313
316
  <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
314
317
  <method />
315
318
  </configuration>
319
+ <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
320
+ <method />
321
+ </configuration>
316
322
  <configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
317
323
  <predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
318
324
  <module name="" />
@@ -323,7 +329,7 @@
323
329
  <RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
324
330
  <envs />
325
331
  <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
326
- <EXTENSION ID="JRubyRunConfigurationExtension" />
332
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
327
333
  <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
328
334
  <COVERAGE_PATTERN ENABLED="true">
329
335
  <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
@@ -336,43 +342,11 @@
336
342
  <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
337
343
  <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
338
344
  <RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
345
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
346
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
339
347
  <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
340
348
  <method />
341
349
  </configuration>
342
- <configuration default="false" name="All specs in: spec" type="RSpecRunConfigurationType" factoryName="RSpec" singleton="true">
343
- <predefined_log_file id="RUBY_RSPEC" enabled="true" />
344
- <module name="ProtectedConstructor" />
345
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
346
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$PROJECT_DIR$" />
347
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
348
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
349
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
350
- <envs>
351
- <env name="JRUBY_OPTS" value="-X+O" />
352
- </envs>
353
- <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
354
- <EXTENSION ID="JRubyRunConfigurationExtension" />
355
- <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
356
- <COVERAGE_PATTERN ENABLED="true">
357
- <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
358
- </COVERAGE_PATTERN>
359
- </EXTENSION>
360
- <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
361
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="$PROJECT_DIR$/spec" />
362
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
363
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
364
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
365
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
366
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="ALL_IN_FOLDER" />
367
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
368
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
369
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
370
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
371
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
372
- <RunnerSettings RunnerId="RubyRunner" />
373
- <ConfigurationWrapper RunnerId="RubyRunner" />
374
- <method />
375
- </configuration>
376
350
  <list size="2">
377
351
  <item index="0" class="java.lang.String" itemvalue="Gem Command.Start Yard Server" />
378
352
  <item index="1" class="java.lang.String" itemvalue="RSpec.All specs in: spec" />
@@ -405,198 +379,242 @@
405
379
  <servers />
406
380
  </component>
407
381
  <component name="ToolWindowManager">
408
- <frame x="0" y="22" width="1440" height="874" extended-state="0" />
409
- <editor active="true" />
382
+ <frame x="0" y="22" width="1440" height="874" extended-state="6" />
383
+ <editor active="false" />
410
384
  <layout>
411
385
  <window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
386
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32804233" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
412
387
  <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
413
388
  <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
414
389
  <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
415
- <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25322813" sideWeight="0.6697613" order="0" side_tool="false" content_ui="combo" />
390
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.27110156" sideWeight="0.6697613" order="0" side_tool="false" content_ui="combo" />
416
391
  <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
417
392
  <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
418
393
  <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
419
- <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.33023873" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
394
+ <window_info id="Run" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32936507" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
420
395
  <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
421
396
  <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
422
397
  <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
423
- <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
424
398
  <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
399
+ <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
425
400
  <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
426
- <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
427
401
  <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
402
+ <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
428
403
  </layout>
429
404
  </component>
405
+ <component name="Vcs.Log.UiProperties">
406
+ <option name="RECENTLY_FILTERED_USER_GROUPS">
407
+ <collection />
408
+ </option>
409
+ <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
410
+ <collection />
411
+ </option>
412
+ </component>
430
413
  <component name="VcsContentAnnotationSettings">
431
414
  <option name="myLimit" value="2678400000" />
432
415
  </component>
433
416
  <component name="VcsManagerConfiguration">
434
- <option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
435
- <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
436
- <option name="CHECK_NEW_TODO" value="true" />
437
417
  <option name="myTodoPanelSettings">
438
- <value>
439
- <are-packages-shown value="false" />
440
- <are-modules-shown value="false" />
441
- <flatten-packages value="false" />
442
- <is-autoscroll-to-source value="false" />
443
- </value>
418
+ <TodoPanelSettings />
444
419
  </option>
445
- <option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />
446
- <option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />
447
- <option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
448
- <option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
449
- <option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
450
- <option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
451
- <option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />
452
- <option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
453
- <option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
454
- <option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
455
- <option name="DEFAULT_PATCH_EXTENSION" value="patch" />
456
- <option name="SHORT_DIFF_HORIZONTALLY" value="true" />
457
- <option name="SHORT_DIFF_EXTRA_LINES" value="2" />
458
- <option name="SOFT_WRAPS_IN_SHORT_DIFF" value="true" />
459
- <option name="INCLUDE_TEXT_INTO_PATCH" value="false" />
460
- <option name="INCLUDE_TEXT_INTO_SHELF" value="false" />
461
- <option name="SHOW_FILE_HISTORY_DETAILS" value="true" />
462
- <option name="SHOW_VCS_ERROR_NOTIFICATIONS" value="true" />
463
- <option name="SHOW_DIRTY_RECURSIVELY" value="false" />
464
- <option name="LIMIT_HISTORY" value="true" />
465
- <option name="MAXIMUM_HISTORY_ROWS" value="1000" />
466
- <option name="UPDATE_FILTER_SCOPE_NAME" />
467
- <option name="USE_COMMIT_MESSAGE_MARGIN" value="false" />
468
- <option name="COMMIT_MESSAGE_MARGIN_SIZE" value="72" />
469
- <option name="WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN" value="false" />
470
- <option name="FORCE_NON_EMPTY_COMMENT" value="false" />
471
- <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="false" />
472
- <option name="LAST_COMMIT_MESSAGE" />
473
- <option name="MAKE_NEW_CHANGELIST_ACTIVE" value="false" />
474
- <option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
475
- <option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
476
- <option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
477
- <option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
478
- <option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
479
- <option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
480
- <option name="ACTIVE_VCS_NAME" />
481
- <option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
482
- <option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
483
- <option name="UPDATE_FILTER_BY_SCOPE" value="false" />
484
- <option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
485
- <option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
486
420
  </component>
487
421
  <component name="XDebuggerManager">
488
422
  <breakpoint-manager />
489
423
  </component>
490
424
  <component name="editorHistoryManager">
491
- <entry file="file://$PROJECT_DIR$/Rakefile">
425
+ <entry file="file://$PROJECT_DIR$/Gemfile">
492
426
  <provider selected="true" editor-type-id="text-editor">
493
- <state line="13" column="0" selection-start="271" selection-end="271" vertical-scroll-proportion="0.0">
427
+ <state vertical-scroll-proportion="0.0" vertical-offset="120" max-vertical-offset="225">
428
+ <caret line="8" column="0" selection-start-line="8" selection-start-column="0" selection-end-line="8" selection-end-column="0" />
494
429
  <folding />
495
430
  </state>
496
431
  </provider>
497
432
  </entry>
498
- <entry file="file://$PROJECT_DIR$/lib/ProtectedConstructor.rb">
433
+ <entry file="file://$PROJECT_DIR$/ProtectedConstructor.gemspec">
499
434
  <provider selected="true" editor-type-id="text-editor">
500
- <state line="33" column="36" selection-start="40" selection-end="647" vertical-scroll-proportion="0.0">
435
+ <state vertical-scroll-proportion="0.0" vertical-offset="14" max-vertical-offset="555">
436
+ <caret line="21" column="2" selection-start-line="21" selection-start-column="2" selection-end-line="21" selection-end-column="2" />
501
437
  <folding />
502
438
  </state>
503
439
  </provider>
504
440
  </entry>
505
- <entry file="file://$PROJECT_DIR$/spec/ProtectedConstructor/protected_constructor_spec.rb">
441
+ <entry file="file://$PROJECT_DIR$/lib/ProtectedConstructor/version.rb">
506
442
  <provider selected="true" editor-type-id="text-editor">
507
- <state line="15" column="37" selection-start="541" selection-end="565" vertical-scroll-proportion="0.0">
443
+ <state vertical-scroll-proportion="0.0" vertical-offset="15" max-vertical-offset="135">
444
+ <caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
508
445
  <folding />
509
446
  </state>
510
447
  </provider>
511
448
  </entry>
512
- <entry file="file://$PROJECT_DIR$/.gitignore">
449
+ <entry file="file://$PROJECT_DIR$/Gemfile">
513
450
  <provider selected="true" editor-type-id="text-editor">
514
- <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
451
+ <state vertical-scroll-proportion="0.0" vertical-offset="105" max-vertical-offset="225">
452
+ <caret line="7" column="13" selection-start-line="7" selection-start-column="13" selection-end-line="7" selection-end-column="13" />
453
+ <folding />
454
+ </state>
515
455
  </provider>
516
456
  </entry>
517
- <entry file="file://$PROJECT_DIR$/LICENSE.txt">
518
- <provider editor-type-id="com.intellij.persistence.database.editor.CsvTableFileEditorProvider">
519
- <state />
457
+ <entry file="file://$PROJECT_DIR$/ProtectedConstructor.gemspec">
458
+ <provider selected="true" editor-type-id="text-editor">
459
+ <state vertical-scroll-proportion="0.0" vertical-offset="165" max-vertical-offset="435">
460
+ <caret line="11" column="132" selection-start-line="11" selection-start-column="132" selection-end-line="11" selection-end-column="132" />
461
+ <folding />
462
+ </state>
520
463
  </provider>
464
+ </entry>
465
+ <entry file="file://$PROJECT_DIR$/Rakefile">
521
466
  <provider selected="true" editor-type-id="text-editor">
522
- <state line="5" column="24" selection-start="147" selection-end="147" vertical-scroll-proportion="-2.7777777">
467
+ <state vertical-scroll-proportion="0.0" vertical-offset="195" max-vertical-offset="285">
468
+ <caret line="13" column="0" selection-start-line="13" selection-start-column="0" selection-end-line="13" selection-end-column="0" />
523
469
  <folding />
524
470
  </state>
525
471
  </provider>
526
472
  </entry>
527
- <entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
473
+ <entry file="file://$PROJECT_DIR$/lib/ProtectedConstructor.rb">
528
474
  <provider selected="true" editor-type-id="text-editor">
529
- <state line="2" column="18" selection-start="58" selection-end="58" vertical-scroll-proportion="0.0">
475
+ <state vertical-scroll-proportion="0.0" vertical-offset="225" max-vertical-offset="825">
476
+ <caret line="15" column="32" selection-start-line="15" selection-start-column="18" selection-end-line="15" selection-end-column="18" />
530
477
  <folding />
531
478
  </state>
532
479
  </provider>
533
480
  </entry>
534
- <entry file="file://$PROJECT_DIR$/spec/klass.rb">
481
+ <entry file="file://$PROJECT_DIR$/spec/ProtectedConstructor/protected_constructor_spec.rb">
535
482
  <provider selected="true" editor-type-id="text-editor">
536
- <state line="13" column="12" selection-start="0" selection-end="170" vertical-scroll-proportion="0.0">
483
+ <state vertical-scroll-proportion="0.0" vertical-offset="225" max-vertical-offset="405">
484
+ <caret line="15" column="37" selection-start-line="15" selection-start-column="36" selection-end-line="15" selection-end-column="36" />
537
485
  <folding />
538
486
  </state>
539
487
  </provider>
540
488
  </entry>
541
- <entry file="file://$PROJECT_DIR$/spec/klass_factory.rb">
489
+ <entry file="file://$PROJECT_DIR$/Rakefile">
542
490
  <provider selected="true" editor-type-id="text-editor">
543
- <state line="9" column="10" selection-start="17" selection-end="127" vertical-scroll-proportion="0.28301886">
491
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="0">
492
+ <caret line="13" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
493
+ <folding />
494
+ </state>
495
+ </provider>
496
+ </entry>
497
+ <entry file="file://$PROJECT_DIR$/lib/ProtectedConstructor.rb">
498
+ <provider selected="true" editor-type-id="text-editor">
499
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="0">
500
+ <caret line="33" column="36" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
544
501
  <folding />
545
502
  </state>
546
503
  </provider>
547
504
  </entry>
548
505
  <entry file="file://$PROJECT_DIR$/spec/ProtectedConstructor/protected_constructor_spec.rb">
549
506
  <provider selected="true" editor-type-id="text-editor">
550
- <state line="15" column="37" selection-start="541" selection-end="565" vertical-scroll-proportion="0.0">
507
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="0">
508
+ <caret line="15" column="37" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
551
509
  <folding />
552
510
  </state>
553
511
  </provider>
554
512
  </entry>
513
+ <entry file="file://$PROJECT_DIR$/.gitignore">
514
+ <provider selected="true" editor-type-id="text-editor">
515
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="0">
516
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
517
+ </state>
518
+ </provider>
519
+ </entry>
520
+ <entry file="file://$PROJECT_DIR$/LICENSE.txt">
521
+ <provider selected="true" editor-type-id="text-editor">
522
+ <state vertical-scroll-proportion="-2.7777777" vertical-offset="0" max-vertical-offset="0">
523
+ <caret line="5" column="24" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
524
+ </state>
525
+ </provider>
526
+ <provider editor-type-id="com.intellij.persistence.database.editor.CsvTableFileEditorProvider">
527
+ <state />
528
+ </provider>
529
+ </entry>
530
+ <entry file="file://$PROJECT_DIR$/spec/klass.rb">
531
+ <provider selected="true" editor-type-id="text-editor">
532
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="0">
533
+ <caret line="13" column="12" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
534
+ </state>
535
+ </provider>
536
+ </entry>
537
+ <entry file="file://$PROJECT_DIR$/spec/klass_factory.rb">
538
+ <provider selected="true" editor-type-id="text-editor">
539
+ <state vertical-scroll-proportion="0.28301886" vertical-offset="0" max-vertical-offset="0">
540
+ <caret line="9" column="10" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
541
+ </state>
542
+ </provider>
543
+ </entry>
555
544
  <entry file="file://$PROJECT_DIR$/Gemfile.lock">
556
545
  <provider selected="true" editor-type-id="text-editor">
557
- <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
546
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="0">
547
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
548
+ </state>
549
+ </provider>
550
+ </entry>
551
+ <entry file="file://$PROJECT_DIR$/README.md">
552
+ <provider selected="true" editor-type-id="text-editor">
553
+ <state vertical-scroll-proportion="0.82819384" vertical-offset="0" max-vertical-offset="0">
554
+ <caret line="41" column="22" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
555
+ </state>
556
+ </provider>
557
+ </entry>
558
+ <entry file="file://$PROJECT_DIR$/lib/ProtectedConstructor/version.rb">
559
+ <provider selected="true" editor-type-id="text-editor">
560
+ <state vertical-scroll-proportion="0.0" vertical-offset="15" max-vertical-offset="135">
561
+ <caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
558
562
  <folding />
559
563
  </state>
560
564
  </provider>
561
565
  </entry>
562
566
  <entry file="file://$PROJECT_DIR$/Rakefile">
563
567
  <provider selected="true" editor-type-id="text-editor">
564
- <state line="13" column="0" selection-start="271" selection-end="271" vertical-scroll-proportion="0.0">
568
+ <state vertical-scroll-proportion="0.0" vertical-offset="195" max-vertical-offset="285">
569
+ <caret line="13" column="0" selection-start-line="13" selection-start-column="0" selection-end-line="13" selection-end-column="0" />
565
570
  <folding />
566
571
  </state>
567
572
  </provider>
568
573
  </entry>
569
- <entry file="file://$PROJECT_DIR$/Gemfile">
574
+ <entry file="file://$PROJECT_DIR$/lib/ProtectedConstructor.rb">
570
575
  <provider selected="true" editor-type-id="text-editor">
571
- <state line="7" column="13" selection-start="157" selection-end="157" vertical-scroll-proportion="0.0">
576
+ <state vertical-scroll-proportion="0.0" vertical-offset="225" max-vertical-offset="825">
577
+ <caret line="15" column="18" selection-start-line="15" selection-start-column="18" selection-end-line="15" selection-end-column="18" />
572
578
  <folding />
573
579
  </state>
574
580
  </provider>
575
581
  </entry>
576
- <entry file="file://$PROJECT_DIR$/ProtectedConstructor.gemspec">
582
+ <entry file="file://$PROJECT_DIR$/spec/ProtectedConstructor/protected_constructor_spec.rb">
577
583
  <provider selected="true" editor-type-id="text-editor">
578
- <state line="11" column="132" selection-start="566" selection-end="566" vertical-scroll-proportion="0.0">
584
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="405">
585
+ <caret line="15" column="36" selection-start-line="15" selection-start-column="36" selection-end-line="15" selection-end-column="36" />
579
586
  <folding />
580
587
  </state>
581
588
  </provider>
582
589
  </entry>
583
- <entry file="file://$PROJECT_DIR$/README.md">
590
+ <entry file="file://$PROJECT_DIR$/.rbenv-version">
584
591
  <provider selected="true" editor-type-id="text-editor">
585
- <state line="59" column="21" selection-start="1376" selection-end="1376" vertical-scroll-proportion="0.0">
592
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="456">
593
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
586
594
  <folding />
587
595
  </state>
588
596
  </provider>
589
597
  </entry>
590
- <entry file="file://$PROJECT_DIR$/lib/ProtectedConstructor/version.rb">
598
+ <entry file="file://$PROJECT_DIR$/ProtectedConstructor.gemspec">
591
599
  <provider selected="true" editor-type-id="text-editor">
592
- <state line="1" column="18" selection-start="46" selection-end="46" vertical-scroll-proportion="0.0">
600
+ <state vertical-scroll-proportion="0.0" vertical-offset="14" max-vertical-offset="555">
601
+ <caret line="21" column="2" selection-start-line="21" selection-start-column="2" selection-end-line="21" selection-end-column="2" />
593
602
  <folding />
594
603
  </state>
595
604
  </provider>
596
605
  </entry>
597
- <entry file="file://$PROJECT_DIR$/lib/ProtectedConstructor.rb">
606
+ <entry file="file://$PROJECT_DIR$/Gemfile">
607
+ <provider selected="true" editor-type-id="text-editor">
608
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="225">
609
+ <caret line="8" column="0" selection-start-line="8" selection-start-column="0" selection-end-line="8" selection-end-column="0" />
610
+ <folding />
611
+ </state>
612
+ </provider>
613
+ </entry>
614
+ <entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
598
615
  <provider selected="true" editor-type-id="text-editor">
599
- <state line="21" column="21" selection-start="340" selection-end="340" vertical-scroll-proportion="0.22012578">
616
+ <state vertical-scroll-proportion="0.4070981" vertical-offset="0" max-vertical-offset="479">
617
+ <caret line="13" column="3" selection-start-line="13" selection-start-column="3" selection-end-line="13" selection-end-column="3" />
600
618
  <folding />
601
619
  </state>
602
620
  </provider>
@@ -1 +1 @@
1
- 1.9.3-p0
1
+ system
data/Gemfile CHANGED
@@ -2,8 +2,3 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in ProtectedConstructor.gemspec
4
4
  gemspec
5
-
6
- ruby '1.9.3'
7
- gem "rspec", "~> 2.13.0"
8
- gem "yard", "0.8.6.1"
9
- gem "redcarpet", "~> 2.3.0"
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["public.gma@gmail.com"]
11
11
  spec.description = %q{ProtectedConstructor Gem}
12
12
  spec.summary = %q{Provides a module that may be included in a Ruby class, that protects the constructor; good for enforcing instantiation of classes using, for instance, a class factory.}
13
- spec.homepage = ""
13
+ spec.homepage = "http://www.geneangelo.com"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -18,6 +18,14 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
+ #spec.add_development_dependency "bundler", "~> 1.3"
22
+ #spec.add_development_dependency "rake"
23
+
24
+
25
+ spec.required_ruby_version = '~> 2.0.0'
21
26
  spec.add_development_dependency "bundler", "~> 1.3"
22
- spec.add_development_dependency "rake"
27
+ spec.add_development_dependency "rake", "~>0"
28
+ spec.add_development_dependency "rspec", "~> 3.0", ">= 3.0.0"
29
+ spec.add_development_dependency "yard", "0.8.6.2"
30
+ spec.add_development_dependency "redcarpet", '~> 2.3', '>= 2.3.0'
23
31
  end
data/README.md CHANGED
@@ -39,7 +39,7 @@ Or install it yourself as:
39
39
  end
40
40
 
41
41
  # Constructor is protected.
42
- klass = Klass.new NoMethodError
42
+ klass = Klass.new # NoMethodError
43
43
 
44
44
  # Example using factory...
45
45
  klass = KlassFactory::create # works
@@ -1,3 +1,3 @@
1
1
  module ProtectedConstructor
2
- VERSION = "1.0.5"
2
+ VERSION = "2.0.0"
3
3
  end
@@ -1,3 +1,14 @@
1
1
  require 'klass'
2
2
  require 'klass_factory'
3
- require_relative '../lib/ProtectedConstructor'
3
+ require_relative '../lib/ProtectedConstructor'
4
+
5
+ # Use :should in stead of :expect
6
+ RSpec.configure do |config|
7
+ config.expect_with :rspec do |c|
8
+ c.syntax = :should
9
+ end
10
+ config.mock_with :rspec do |c|
11
+ c.syntax = :should
12
+ end
13
+ #config.raise_errors_for_deprecations!
14
+ end
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ProtectedConstructor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
5
- prerelease:
4
+ version: 2.0.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Gene M. Angelo, Jr.
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-07-08 00:00:00.000000000 Z
11
+ date: 2014-06-17 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: bundler
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ~>
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :development
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ~>
28
25
  - !ruby/object:Gem::Version
@@ -30,19 +27,71 @@ dependencies:
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rake
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - ~>
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - ~>
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ~>
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ - - '>='
49
+ - !ruby/object:Gem::Version
50
+ version: 3.0.0
51
+ type: :development
52
+ prerelease: false
53
+ version_requirements: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ~>
56
+ - !ruby/object:Gem::Version
57
+ version: '3.0'
58
+ - - '>='
59
+ - !ruby/object:Gem::Version
60
+ version: 3.0.0
61
+ - !ruby/object:Gem::Dependency
62
+ name: yard
63
+ requirement: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - '='
66
+ - !ruby/object:Gem::Version
67
+ version: 0.8.6.2
68
+ type: :development
69
+ prerelease: false
70
+ version_requirements: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - '='
73
+ - !ruby/object:Gem::Version
74
+ version: 0.8.6.2
75
+ - !ruby/object:Gem::Dependency
76
+ name: redcarpet
77
+ requirement: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - ~>
80
+ - !ruby/object:Gem::Version
81
+ version: '2.3'
82
+ - - '>='
83
+ - !ruby/object:Gem::Version
84
+ version: 2.3.0
85
+ type: :development
86
+ prerelease: false
87
+ version_requirements: !ruby/object:Gem::Requirement
88
+ requirements:
89
+ - - ~>
90
+ - !ruby/object:Gem::Version
91
+ version: '2.3'
92
+ - - '>='
93
+ - !ruby/object:Gem::Version
94
+ version: 2.3.0
46
95
  description: ProtectedConstructor Gem
47
96
  email:
48
97
  - public.gma@gmail.com
@@ -57,6 +106,7 @@ files:
57
106
  - .idea/encodings.xml
58
107
  - .idea/misc.xml
59
108
  - .idea/modules.xml
109
+ - .idea/runConfigurations/All_specs_in__spec.xml
60
110
  - .idea/runConfigurations/Start_Yard_Server.xml
61
111
  - .idea/scopes/scope_settings.xml
62
112
  - .idea/vcs.xml
@@ -69,35 +119,33 @@ files:
69
119
  - Rakefile
70
120
  - lib/ProtectedConstructor.rb
71
121
  - lib/ProtectedConstructor/version.rb
72
- - projectFilesBackup/.idea/ProtectedConstructor.iml
73
122
  - spec/ProtectedConstructor/protected_constructor_spec.rb
74
123
  - spec/klass.rb
75
124
  - spec/klass_factory.rb
76
125
  - spec/spec_helper.rb
77
- homepage: ''
126
+ homepage: http://www.geneangelo.com
78
127
  licenses:
79
128
  - MIT
129
+ metadata: {}
80
130
  post_install_message:
81
131
  rdoc_options: []
82
132
  require_paths:
83
133
  - lib
84
134
  required_ruby_version: !ruby/object:Gem::Requirement
85
- none: false
86
135
  requirements:
87
- - - ! '>='
136
+ - - ~>
88
137
  - !ruby/object:Gem::Version
89
- version: '0'
138
+ version: 2.0.0
90
139
  required_rubygems_version: !ruby/object:Gem::Requirement
91
- none: false
92
140
  requirements:
93
- - - ! '>='
141
+ - - '>='
94
142
  - !ruby/object:Gem::Version
95
143
  version: '0'
96
144
  requirements: []
97
145
  rubyforge_project:
98
- rubygems_version: 1.8.23
146
+ rubygems_version: 2.3.0
99
147
  signing_key:
100
- specification_version: 3
148
+ specification_version: 4
101
149
  summary: Provides a module that may be included in a Ruby class, that protects the
102
150
  constructor; good for enforcing instantiation of classes using, for instance, a
103
151
  class factory.
@@ -106,4 +154,3 @@ test_files:
106
154
  - spec/klass.rb
107
155
  - spec/klass_factory.rb
108
156
  - spec/spec_helper.rb
109
- has_rdoc:
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="RUBY_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$" />
5
- <orderEntry type="inheritedJdk" />
6
- <orderEntry type="sourceFolder" forTests="false" />
7
- <orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.5, rbenv: 1.9.3-p0) [gem]" level="application" />
8
- <orderEntry type="library" scope="PROVIDED" name="rake (v0.9.2.2, rbenv: 1.9.3-p0) [gem]" level="application" />
9
- </component>
10
- </module>
11
-