meta_methods 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.idea/workspace.xml CHANGED
@@ -1,9 +1,19 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <project version="4">
3
3
  <component name="ChangeListManager">
4
- <list default="true" id="cb96d5fa-a536-45ee-8377-2c11e1c06313" name="Default" comment="" />
4
+ <list default="true" id="cb96d5fa-a536-45ee-8377-2c11e1c06313" name="Default" comment="">
5
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.ruby-version" afterPath="$PROJECT_DIR$/.ruby-version" />
6
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/CHANGES" afterPath="$PROJECT_DIR$/CHANGES" />
7
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/meta_methods/core.rb" afterPath="$PROJECT_DIR$/lib/meta_methods/core.rb" />
8
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/meta_methods.iml" afterPath="$PROJECT_DIR$/.idea/meta_methods.iml" />
9
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/spec/meta_methods_spec.rb" afterPath="$PROJECT_DIR$/spec/meta_methods_spec.rb" />
10
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/meta_methods/version.rb" afterPath="$PROJECT_DIR$/lib/meta_methods/version.rb" />
11
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
12
+ </list>
5
13
  <ignored path="meta_methods.iws" />
6
14
  <ignored path=".idea/workspace.xml" />
15
+ <ignored path=".idea/dataSources.local.xml" />
16
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
7
17
  <option name="TRACKING_ENABLED" value="true" />
8
18
  <option name="SHOW_DIALOG" value="false" />
9
19
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -12,7 +22,12 @@
12
22
  </component>
13
23
  <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
14
24
  <component name="CoverageDataManager">
25
+ <SUITE FILE_PATH="coverage/meta_methods@MetaMethodsDemo_define_attributes_creates_new_attributes_on_object__meta_methods.coverage" NAME="MetaMethodsDemo#define_attributes creates new attributes on object: meta_methods Coverage Results" MODIFIED="1414982125973" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="meta_methods" />
15
26
  <SUITE FILE_PATH="coverage/meta_methods@MetaMethods__meta_methods.coverage" NAME="MetaMethods: meta_methods Coverage Results" MODIFIED="1395773184320" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="meta_methods" />
27
+ <SUITE FILE_PATH="coverage/meta_methods@MetaMethodsDemo_evaluate_dsl___meta_methods.coverage" NAME="MetaMethodsDemo#evaluate_dsl : meta_methods Coverage Results" MODIFIED="1414983433280" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="meta_methods" />
28
+ <SUITE FILE_PATH="coverage/meta_methods@MetaMethodsDemo_locals_to_hash_should_evaluate_content__meta_methods.coverage" NAME="MetaMethodsDemo#locals_to_hash should evaluate content: meta_methods Coverage Results" MODIFIED="1414982132054" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="meta_methods" />
29
+ <SUITE FILE_PATH="coverage/meta_methods@MetaMethodsDemo_define_attribute_creates_new_attribute_on_object__meta_methods.coverage" NAME="MetaMethodsDemo#define_attribute creates new attribute on object: meta_methods Coverage Results" MODIFIED="1414982109914" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="meta_methods" />
30
+ <SUITE FILE_PATH="coverage/meta_methods@Run_spec__meta_methods_spec___meta_methods.coverage" NAME="Run spec 'meta_methods_spec': meta_methods Coverage Results" MODIFIED="1414982065213" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="meta_methods" />
16
31
  </component>
17
32
  <component name="CreatePatchCommitExecutor">
18
33
  <option name="PATCH_PATH" value="" />
@@ -26,71 +41,41 @@
26
41
  </component>
27
42
  <component name="FileEditorManager">
28
43
  <leaf>
29
- <file leaf-file-name="meta_methods_spec.rb" pinned="false" current="false" current-in-tab="false">
44
+ <file leaf-file-name="meta_methods_spec.rb" pinned="false" current-in-tab="false">
30
45
  <entry file="file://$PROJECT_DIR$/spec/meta_methods_spec.rb">
31
46
  <provider selected="true" editor-type-id="text-editor">
32
- <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="720">
33
- <caret line="42" column="0" selection-start-line="42" selection-start-column="0" selection-end-line="42" selection-end-column="0" />
47
+ <state vertical-scroll-proportion="0.0" vertical-offset="460" max-vertical-offset="1095">
48
+ <caret line="43" column="25" selection-start-line="43" selection-start-column="25" selection-end-line="43" selection-end-column="25" />
34
49
  <folding />
35
50
  </state>
36
51
  </provider>
37
52
  </entry>
38
53
  </file>
39
- <file leaf-file-name="core.rb" pinned="false" current="false" current-in-tab="false">
54
+ <file leaf-file-name="core.rb" pinned="false" current-in-tab="false">
40
55
  <entry file="file://$PROJECT_DIR$/lib/meta_methods/core.rb">
41
56
  <provider selected="true" editor-type-id="text-editor">
42
- <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1590">
43
- <caret line="5" column="26" selection-start-line="5" selection-start-column="26" selection-end-line="5" selection-end-column="26" />
44
- <folding />
45
- </state>
46
- </provider>
47
- </entry>
48
- </file>
49
- <file leaf-file-name="meta_methods.gemspec" pinned="false" current="false" current-in-tab="false">
50
- <entry file="file://$PROJECT_DIR$/meta_methods.gemspec">
51
- <provider selected="true" editor-type-id="text-editor">
52
- <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="435">
53
- <caret line="23" column="0" selection-start-line="23" selection-start-column="0" selection-end-line="23" selection-end-column="0" />
54
- <folding />
55
- </state>
56
- </provider>
57
- </entry>
58
- </file>
59
- <file leaf-file-name="Rakefile" pinned="false" current="false" current-in-tab="false">
60
- <entry file="file://$PROJECT_DIR$/Rakefile">
61
- <provider selected="true" editor-type-id="text-editor">
62
- <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="735">
63
- <caret line="14" column="52" selection-start-line="14" selection-start-column="52" selection-end-line="14" selection-end-column="52" />
57
+ <state vertical-scroll-proportion="0.0" vertical-offset="165" max-vertical-offset="1185">
58
+ <caret line="7" column="0" selection-start-line="7" selection-start-column="0" selection-end-line="7" selection-end-column="0" />
64
59
  <folding />
65
60
  </state>
66
61
  </provider>
67
62
  </entry>
68
63
  </file>
69
- <file leaf-file-name="workspace.xml" pinned="false" current="false" current-in-tab="false">
70
- <entry file="file://$PROJECT_DIR$/.idea/workspace.xml">
64
+ <file leaf-file-name="version.rb" pinned="false" current-in-tab="false">
65
+ <entry file="file://$PROJECT_DIR$/lib/meta_methods/version.rb">
71
66
  <provider selected="true" editor-type-id="text-editor">
72
- <state vertical-scroll-proportion="0.0" vertical-offset="15" max-vertical-offset="11400">
73
- <caret line="5" column="55" selection-start-line="5" selection-start-column="55" selection-end-line="5" selection-end-column="55" />
67
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="135">
68
+ <caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
74
69
  <folding />
75
70
  </state>
76
71
  </provider>
77
72
  </entry>
78
73
  </file>
79
- <file leaf-file-name="CHANGES" pinned="false" current="true" current-in-tab="true">
74
+ <file leaf-file-name="CHANGES" pinned="false" current-in-tab="true">
80
75
  <entry file="file://$PROJECT_DIR$/CHANGES">
81
76
  <provider selected="true" editor-type-id="text-editor">
82
- <state vertical-scroll-proportion="0.2932331" vertical-offset="0" max-vertical-offset="665">
83
- <caret line="13" column="14" selection-start-line="13" selection-start-column="14" selection-end-line="13" selection-end-column="14" />
84
- <folding />
85
- </state>
86
- </provider>
87
- </entry>
88
- </file>
89
- <file leaf-file-name="meta_methods.gemspec.erb" pinned="false" current="false" current-in-tab="false">
90
- <entry file="file://$PROJECT_DIR$/meta_methods.gemspec.erb">
91
- <provider selected="true" editor-type-id="text-editor">
92
- <state vertical-scroll-proportion="-12.5" vertical-offset="0" max-vertical-offset="390">
93
- <caret line="20" column="0" selection-start-line="20" selection-start-column="0" selection-end-line="20" selection-end-column="0" />
77
+ <state vertical-scroll-proportion="0.42056075" vertical-offset="0" max-vertical-offset="535">
78
+ <caret line="15" column="16" selection-start-line="15" selection-start-column="16" selection-end-line="15" selection-end-column="16" />
94
79
  <folding />
95
80
  </state>
96
81
  </provider>
@@ -112,35 +97,14 @@
112
97
  <MyDateState />
113
98
  </option>
114
99
  </component>
115
- <component name="IdeDocumentHistory">
116
- <option name="changedFiles">
117
- <list>
118
- <option value="$PROJECT_DIR$/.gitignore" />
119
- <option value="$PROJECT_DIR$/.rvmrc" />
120
- <option value="$PROJECT_DIR$/README.md" />
121
- <option value="$PROJECT_DIR$/meta_methods-template.gemspec" />
122
- <option value="$PROJECT_DIR$/meta_methods.gemspec" />
123
- <option value="$PROJECT_DIR$/.ruby-gemset" />
124
- <option value="$PROJECT_DIR$/.ruby-version" />
125
- <option value="$PROJECT_DIR$/Gemfile" />
126
- <option value="$PROJECT_DIR$/Rakefile" />
127
- <option value="$PROJECT_DIR$/LICENSE" />
128
- <option value="$PROJECT_DIR$/meta_methods.gemspec.erb" />
129
- <option value="$PROJECT_DIR$/lib/meta_methods/meta_methods.rb" />
130
- <option value="$PROJECT_DIR$/lib/meta_methods.rb" />
131
- <option value="$PROJECT_DIR$/lib/meta_methods/version.rb" />
132
- <option value="$PROJECT_DIR$/CHANGES" />
133
- <option value="$PROJECT_DIR$/spec/meta_methods_spec.rb" />
134
- <option value="$PROJECT_DIR$/lib/meta_methods/core.rb" />
135
- <option value="$PROJECT_DIR$/.idea/workspace.xml" />
136
- </list>
137
- </option>
100
+ <component name="JsGulpfileManager">
101
+ <detection-done>true</detection-done>
138
102
  </component>
139
103
  <component name="ProjectFrameBounds">
140
- <option name="x" value="240" />
141
- <option name="y" value="142" />
142
- <option name="width" value="1588" />
143
- <option name="height" value="1058" />
104
+ <option name="x" value="39" />
105
+ <option name="y" value="23" />
106
+ <option name="width" value="1401" />
107
+ <option name="height" value="877" />
144
108
  </component>
145
109
  <component name="ProjectLevelVcsManager" settingsEditedManually="false">
146
110
  <OptionsSetting value="true" id="Add" />
@@ -168,6 +132,7 @@
168
132
  <sortByType />
169
133
  </navigator>
170
134
  <panes>
135
+ <pane id="Scope" />
171
136
  <pane id="ProjectPane">
172
137
  <subPane>
173
138
  <PATH>
@@ -234,7 +199,6 @@
234
199
  </PATH>
235
200
  </subPane>
236
201
  </pane>
237
- <pane id="Scope" />
238
202
  </panes>
239
203
  </component>
240
204
  <component name="PropertiesComponent">
@@ -245,12 +209,48 @@
245
209
  <property name="options.splitter.details.proportions" value="0.2" />
246
210
  <property name="options.searchVisible" value="true" />
247
211
  </component>
248
- <component name="RunManager" selected="RSpec.MetaMethods: meta_methods">
249
- <configuration default="false" name="MetaMethodsDemo should evaluate content" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
212
+ <component name="RunManager" selected="RSpec.MetaMethodsDemo#evaluate_dsl : meta_methods">
213
+ <configuration default="false" name="Run spec 'meta_methods_spec': meta_methods" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
214
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
215
+ <module name="meta_methods" />
216
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
217
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
218
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
219
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
220
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
221
+ <envs>
222
+ <env name="JRUBY_OPTS" value="-X+O" />
223
+ </envs>
224
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
225
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
226
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
227
+ <COVERAGE_PATTERN ENABLED="true">
228
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
229
+ </COVERAGE_PATTERN>
230
+ </EXTENSION>
231
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
232
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
233
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/meta_methods_spec.rb" />
234
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
235
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
236
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
237
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
238
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
239
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
240
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
241
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
242
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
243
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
244
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
245
+ <RunnerSettings RunnerId="RubyRunner" />
246
+ <ConfigurationWrapper RunnerId="RubyRunner" />
247
+ <method />
248
+ </configuration>
249
+ <configuration default="false" name="MetaMethodsDemo#define_attribute creates new attribute on object: meta_methods" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
250
250
  <predefined_log_file id="RUBY_RSPEC" enabled="true" />
251
251
  <module name="meta_methods" />
252
252
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
253
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$/spec" />
253
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
254
254
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
255
255
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
256
256
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
@@ -269,7 +269,7 @@
269
269
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/meta_methods_spec.rb" />
270
270
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
271
271
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
272
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="MetaMethodsDemo should evaluate content" />
272
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="MetaMethodsDemo#define_attribute creates new attribute on object" />
273
273
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
274
274
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
275
275
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
@@ -282,7 +282,7 @@
282
282
  <ConfigurationWrapper RunnerId="RubyRunner" />
283
283
  <method />
284
284
  </configuration>
285
- <configuration default="false" name="Run spec 'meta_methods_spec': meta_methods" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
285
+ <configuration default="false" name="MetaMethodsDemo#define_attributes creates new attributes on object: meta_methods" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
286
286
  <predefined_log_file id="RUBY_RSPEC" enabled="true" />
287
287
  <module name="meta_methods" />
288
288
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
@@ -293,7 +293,7 @@
293
293
  <envs>
294
294
  <env name="JRUBY_OPTS" value="-X+O" />
295
295
  </envs>
296
- <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
296
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
297
297
  <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
298
298
  <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
299
299
  <COVERAGE_PATTERN ENABLED="true">
@@ -305,7 +305,43 @@
305
305
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/meta_methods_spec.rb" />
306
306
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
307
307
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
308
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
308
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="MetaMethodsDemo#define_attributes creates new attributes on object" />
309
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
310
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
311
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
312
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
313
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
314
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
315
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
316
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
317
+ <RunnerSettings RunnerId="RubyRunner" />
318
+ <ConfigurationWrapper RunnerId="RubyRunner" />
319
+ <method />
320
+ </configuration>
321
+ <configuration default="false" name="MetaMethodsDemo#locals_to_hash should evaluate content: meta_methods" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
322
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
323
+ <module name="meta_methods" />
324
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
325
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
326
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
327
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
328
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
329
+ <envs>
330
+ <env name="JRUBY_OPTS" value="-X+O" />
331
+ </envs>
332
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
333
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
334
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
335
+ <COVERAGE_PATTERN ENABLED="true">
336
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
337
+ </COVERAGE_PATTERN>
338
+ </EXTENSION>
339
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
340
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
341
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/meta_methods_spec.rb" />
342
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
343
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
344
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="MetaMethodsDemo#locals_to_hash should evaluate content" />
309
345
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
310
346
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
311
347
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
@@ -318,7 +354,7 @@
318
354
  <ConfigurationWrapper RunnerId="RubyRunner" />
319
355
  <method />
320
356
  </configuration>
321
- <configuration default="false" name="MetaMethods: meta_methods" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
357
+ <configuration default="false" name="MetaMethodsDemo#evaluate_dsl : meta_methods" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
322
358
  <predefined_log_file id="RUBY_RSPEC" enabled="true" />
323
359
  <module name="meta_methods" />
324
360
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
@@ -341,7 +377,7 @@
341
377
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/meta_methods_spec.rb" />
342
378
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
343
379
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
344
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="MetaMethods" />
380
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="MetaMethodsDemo#evaluate_dsl " />
345
381
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
346
382
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
347
383
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
@@ -350,7 +386,9 @@
350
386
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
351
387
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
352
388
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
389
+ <RunnerSettings RunnerId="RubyDebugRunner" />
353
390
  <RunnerSettings RunnerId="RubyRunner" />
391
+ <ConfigurationWrapper RunnerId="RubyDebugRunner" />
354
392
  <ConfigurationWrapper RunnerId="RubyRunner" />
355
393
  <method />
356
394
  </configuration>
@@ -444,16 +482,23 @@
444
482
  <configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" working-dir="">
445
483
  <method />
446
484
  </configuration>
447
- <list size="3">
448
- <item index="0" class="java.lang.String" itemvalue="RSpec.MetaMethodsDemo should evaluate content" />
449
- <item index="1" class="java.lang.String" itemvalue="RSpec.Run spec 'meta_methods_spec': meta_methods" />
450
- <item index="2" class="java.lang.String" itemvalue="RSpec.MetaMethods: meta_methods" />
485
+ <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
486
+ <method />
487
+ </configuration>
488
+ <list size="5">
489
+ <item index="0" class="java.lang.String" itemvalue="RSpec.Run spec 'meta_methods_spec': meta_methods" />
490
+ <item index="1" class="java.lang.String" itemvalue="RSpec.MetaMethodsDemo#define_attribute creates new attribute on object: meta_methods" />
491
+ <item index="2" class="java.lang.String" itemvalue="RSpec.MetaMethodsDemo#define_attributes creates new attributes on object: meta_methods" />
492
+ <item index="3" class="java.lang.String" itemvalue="RSpec.MetaMethodsDemo#locals_to_hash should evaluate content: meta_methods" />
493
+ <item index="4" class="java.lang.String" itemvalue="RSpec.MetaMethodsDemo#evaluate_dsl : meta_methods" />
451
494
  </list>
452
495
  <recent_temporary>
453
- <list size="3">
454
- <item index="0" class="java.lang.String" itemvalue="RSpec.MetaMethods: meta_methods" />
455
- <item index="1" class="java.lang.String" itemvalue="RSpec.Run spec 'meta_methods_spec': meta_methods" />
456
- <item index="2" class="java.lang.String" itemvalue="RSpec.MetaMethodsDemo should evaluate content" />
496
+ <list size="5">
497
+ <item index="0" class="java.lang.String" itemvalue="RSpec.MetaMethodsDemo#evaluate_dsl : meta_methods" />
498
+ <item index="1" class="java.lang.String" itemvalue="RSpec.MetaMethodsDemo#locals_to_hash should evaluate content: meta_methods" />
499
+ <item index="2" class="java.lang.String" itemvalue="RSpec.MetaMethodsDemo#define_attributes creates new attributes on object: meta_methods" />
500
+ <item index="3" class="java.lang.String" itemvalue="RSpec.MetaMethodsDemo#define_attribute creates new attribute on object: meta_methods" />
501
+ <item index="4" class="java.lang.String" itemvalue="RSpec.Run spec 'meta_methods_spec': meta_methods" />
457
502
  </list>
458
503
  </recent_temporary>
459
504
  </component>
@@ -462,37 +507,35 @@
462
507
  <task active="true" id="Default" summary="Default task">
463
508
  <changelist id="cb96d5fa-a536-45ee-8377-2c11e1c06313" name="Default" comment="" />
464
509
  <created>1380730985117</created>
510
+ <option name="number" value="Default" />
465
511
  <updated>1380730985117</updated>
466
512
  </task>
467
- <task id="LOCAL-00001" summary="changes in internal implementation">
468
- <created>1395773352735</created>
469
- <updated>1395773352735</updated>
470
- </task>
471
- <option name="localTasksCounter" value="2" />
472
513
  <servers />
473
514
  </component>
474
515
  <component name="ToolWindowManager">
475
- <frame x="240" y="142" width="1588" height="1058" extended-state="0" />
516
+ <frame x="39" y="23" width="1401" height="877" extended-state="6" />
476
517
  <editor active="false" />
477
518
  <layout>
478
- <window_info id="Dilbert" 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" />
479
- <window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.28037384" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
480
- <window_info id="Terminal" 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" />
519
+ <window_info id="Changes" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.27912933" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
520
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3290653" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
481
521
  <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" />
482
- <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32917964" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
483
- <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" />
522
+ <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.38540334" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
484
523
  <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" />
485
524
  <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" />
486
525
  <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" />
487
- <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3298647" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
488
526
  <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" />
489
527
  <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="true" content_ui="tabs" />
490
- <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.2567917" sideWeight="0.71904266" order="0" side_tool="false" content_ui="combo" />
491
- <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32917964" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
528
+ <window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
529
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.26416484" sideWeight="0.71904266" order="0" side_tool="false" content_ui="combo" />
530
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3290653" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
531
+ <window_info id="Tail" 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" />
532
+ <window_info id="Dilbert" 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" />
492
533
  <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" />
493
534
  <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" />
535
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32917964" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
494
536
  <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" />
495
537
  <window_info id="jenkinsBrowser" 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" />
538
+ <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3298647" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
496
539
  <window_info id="CSS-X-Fire" 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" />
497
540
  <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
498
541
  <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" />
@@ -515,18 +558,167 @@
515
558
  <option name="myTodoPanelSettings">
516
559
  <TodoPanelSettings />
517
560
  </option>
518
- <MESSAGE value="changes in internal implementation" />
519
- <option name="LAST_COMMIT_MESSAGE" value="changes in internal implementation" />
520
561
  </component>
521
562
  <component name="XDebuggerManager">
522
- <breakpoint-manager />
563
+ <breakpoint-manager>
564
+ <breakpoints>
565
+ <line-breakpoint enabled="true" type="ruby-line">
566
+ <url>file://$PROJECT_DIR$/spec/meta_methods_spec.rb</url>
567
+ <line>60</line>
568
+ <option name="timeStamp" value="4" />
569
+ </line-breakpoint>
570
+ <line-breakpoint enabled="true" type="ruby-line">
571
+ <url>file://$PROJECT_DIR$/spec/meta_methods_spec.rb</url>
572
+ <line>64</line>
573
+ <option name="timeStamp" value="5" />
574
+ </line-breakpoint>
575
+ <line-breakpoint enabled="true" type="ruby-line">
576
+ <url>file://$PROJECT_DIR$/spec/meta_methods_spec.rb</url>
577
+ <line>56</line>
578
+ <option name="timeStamp" value="6" />
579
+ </line-breakpoint>
580
+ </breakpoints>
581
+ <option name="time" value="7" />
582
+ </breakpoint-manager>
583
+ <watches-manager />
523
584
  </component>
524
585
  <component name="editorHistoryManager">
586
+ <entry file="file://$PROJECT_DIR$/spec/meta_methods_spec.rb">
587
+ <provider selected="true" editor-type-id="text-editor">
588
+ <state vertical-scroll-proportion="0.0" vertical-offset="630" max-vertical-offset="720">
589
+ <caret line="42" column="0" selection-start-line="42" selection-start-column="0" selection-end-line="42" selection-end-column="0" />
590
+ <folding />
591
+ </state>
592
+ </provider>
593
+ </entry>
594
+ <entry file="file://$PROJECT_DIR$/lib/meta_methods/core.rb">
595
+ <provider selected="true" editor-type-id="text-editor">
596
+ <state vertical-scroll-proportion="0.0" vertical-offset="75" max-vertical-offset="1590">
597
+ <caret line="5" column="26" selection-start-line="5" selection-start-column="26" selection-end-line="5" selection-end-column="26" />
598
+ <folding />
599
+ </state>
600
+ </provider>
601
+ </entry>
602
+ <entry file="file://$PROJECT_DIR$/meta_methods.gemspec">
603
+ <provider selected="true" editor-type-id="text-editor">
604
+ <state vertical-scroll-proportion="0.0" vertical-offset="345" max-vertical-offset="435">
605
+ <caret line="23" column="0" selection-start-line="23" selection-start-column="0" selection-end-line="23" selection-end-column="0" />
606
+ <folding />
607
+ </state>
608
+ </provider>
609
+ </entry>
610
+ <entry file="file://$PROJECT_DIR$/Rakefile">
611
+ <provider selected="true" editor-type-id="text-editor">
612
+ <state vertical-scroll-proportion="0.0" vertical-offset="210" max-vertical-offset="735">
613
+ <caret line="14" column="52" selection-start-line="14" selection-start-column="52" selection-end-line="14" selection-end-column="52" />
614
+ <folding />
615
+ </state>
616
+ </provider>
617
+ </entry>
618
+ <entry file="file://$PROJECT_DIR$/.idea/workspace.xml">
619
+ <provider selected="true" editor-type-id="text-editor">
620
+ <state vertical-scroll-proportion="0.0" vertical-offset="75" max-vertical-offset="11925">
621
+ <caret line="5" column="11" selection-start-line="5" selection-start-column="11" selection-end-line="5" selection-end-column="11" />
622
+ <folding />
623
+ </state>
624
+ </provider>
625
+ </entry>
626
+ <entry file="file://$PROJECT_DIR$/CHANGES">
627
+ <provider selected="true" editor-type-id="text-editor">
628
+ <state vertical-scroll-proportion="0.0" vertical-offset="195" max-vertical-offset="285">
629
+ <caret line="13" column="14" selection-start-line="13" selection-start-column="14" selection-end-line="13" selection-end-column="14" />
630
+ <folding />
631
+ </state>
632
+ </provider>
633
+ </entry>
634
+ <entry file="file://$PROJECT_DIR$/.ruby-version">
635
+ <provider selected="true" editor-type-id="text-editor">
636
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="90">
637
+ <caret line="0" column="5" selection-start-line="0" selection-start-column="5" selection-end-line="0" selection-end-column="5" />
638
+ <folding />
639
+ </state>
640
+ </provider>
641
+ </entry>
642
+ <entry file="file://$PROJECT_DIR$/.ruby-gemset">
643
+ <provider selected="true" editor-type-id="text-editor">
644
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="100">
645
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
646
+ <folding />
647
+ </state>
648
+ </provider>
649
+ </entry>
650
+ <entry file="file://$PROJECT_DIR$/meta_methods.gemspec.erb">
651
+ <provider selected="true" editor-type-id="text-editor">
652
+ <state vertical-scroll-proportion="0.0" vertical-offset="300" max-vertical-offset="390">
653
+ <caret line="20" column="0" selection-start-line="20" selection-start-column="0" selection-end-line="20" selection-end-column="0" />
654
+ <folding>
655
+ <marker date="1414981629000" expanded="true" signature="-1:-1" placeholder="do ... end" />
656
+ </folding>
657
+ </state>
658
+ </provider>
659
+ </entry>
660
+ <entry file="file://$PROJECT_DIR$/spec/meta_methods_spec.rb">
661
+ <provider selected="true" editor-type-id="text-editor">
662
+ <state vertical-scroll-proportion="0.0" vertical-offset="630" max-vertical-offset="720">
663
+ <caret line="42" column="0" selection-start-line="42" selection-start-column="0" selection-end-line="42" selection-end-column="0" />
664
+ <folding />
665
+ </state>
666
+ </provider>
667
+ </entry>
668
+ <entry file="file://$PROJECT_DIR$/lib/meta_methods/core.rb">
669
+ <provider selected="true" editor-type-id="text-editor">
670
+ <state vertical-scroll-proportion="0.0" vertical-offset="75" max-vertical-offset="1590">
671
+ <caret line="5" column="26" selection-start-line="5" selection-start-column="26" selection-end-line="5" selection-end-column="26" />
672
+ <folding />
673
+ </state>
674
+ </provider>
675
+ </entry>
676
+ <entry file="file://$PROJECT_DIR$/meta_methods.gemspec">
677
+ <provider selected="true" editor-type-id="text-editor">
678
+ <state vertical-scroll-proportion="0.0" vertical-offset="345" max-vertical-offset="435">
679
+ <caret line="23" column="0" selection-start-line="23" selection-start-column="0" selection-end-line="23" selection-end-column="0" />
680
+ <folding />
681
+ </state>
682
+ </provider>
683
+ </entry>
684
+ <entry file="file://$PROJECT_DIR$/Rakefile">
685
+ <provider selected="true" editor-type-id="text-editor">
686
+ <state vertical-scroll-proportion="0.0" vertical-offset="210" max-vertical-offset="735">
687
+ <caret line="14" column="52" selection-start-line="14" selection-start-column="52" selection-end-line="14" selection-end-column="52" />
688
+ <folding />
689
+ </state>
690
+ </provider>
691
+ </entry>
692
+ <entry file="file://$PROJECT_DIR$/.idea/workspace.xml">
693
+ <provider selected="true" editor-type-id="text-editor">
694
+ <state vertical-scroll-proportion="0.0" vertical-offset="75" max-vertical-offset="11400">
695
+ <caret line="5" column="55" selection-start-line="5" selection-start-column="55" selection-end-line="5" selection-end-column="55" />
696
+ <folding />
697
+ </state>
698
+ </provider>
699
+ </entry>
700
+ <entry file="file://$PROJECT_DIR$/CHANGES">
701
+ <provider selected="true" editor-type-id="text-editor">
702
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="100">
703
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
704
+ <folding />
705
+ </state>
706
+ </provider>
707
+ </entry>
708
+ <entry file="file://$PROJECT_DIR$/meta_methods.gemspec.erb">
709
+ <provider selected="true" editor-type-id="text-editor">
710
+ <state vertical-scroll-proportion="0.0" vertical-offset="300" max-vertical-offset="390">
711
+ <caret line="20" column="0" selection-start-line="20" selection-start-column="0" selection-end-line="20" selection-end-column="0" />
712
+ <folding>
713
+ <marker date="1414981629000" expanded="true" signature="-1:-1" placeholder="do ... end" />
714
+ </folding>
715
+ </state>
716
+ </provider>
717
+ </entry>
525
718
  <entry file="file://$PROJECT_DIR$/README.md">
526
719
  <provider selected="true" editor-type-id="text-editor">
527
720
  <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="675">
528
721
  <caret line="0" column="65" selection-start-line="0" selection-start-column="65" selection-end-line="0" selection-end-column="65" />
529
- <folding />
530
722
  </state>
531
723
  </provider>
532
724
  </entry>
@@ -571,13 +763,9 @@
571
763
  </provider>
572
764
  </entry>
573
765
  <entry file="file://$PROJECT_DIR$/LICENSE">
574
- <provider editor-type-id="com.intellij.persistence.database.editor.CsvTableFileEditorProvider">
575
- <state />
576
- </provider>
577
766
  <provider selected="true" editor-type-id="text-editor">
578
767
  <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="405">
579
768
  <caret line="0" column="18" selection-start-line="0" selection-start-column="18" selection-end-line="0" selection-end-column="18" />
580
- <folding />
581
769
  </state>
582
770
  </provider>
583
771
  </entry>
@@ -585,7 +773,9 @@
585
773
  <provider selected="true" editor-type-id="text-editor">
586
774
  <state vertical-scroll-proportion="0.0" vertical-offset="300" max-vertical-offset="390">
587
775
  <caret line="20" column="0" selection-start-line="20" selection-start-column="0" selection-end-line="20" selection-end-column="0" />
588
- <folding />
776
+ <folding>
777
+ <marker date="1414981629000" expanded="true" signature="-1:-1" placeholder="do ... end" />
778
+ </folding>
589
779
  </state>
590
780
  </provider>
591
781
  </entry>
@@ -601,7 +791,6 @@
601
791
  <provider selected="true" editor-type-id="text-editor">
602
792
  <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="0">
603
793
  <caret line="1" column="18" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
604
- <folding />
605
794
  </state>
606
795
  </provider>
607
796
  </entry>
@@ -620,21 +809,6 @@
620
809
  </state>
621
810
  </provider>
622
811
  </entry>
623
- <entry file="file://$PROJECT_DIR$/.ruby-gemset">
624
- <provider selected="true" editor-type-id="text-editor">
625
- <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="0">
626
- <caret line="0" column="12" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
627
- </state>
628
- </provider>
629
- </entry>
630
- <entry file="file://$PROJECT_DIR$/.ruby-version">
631
- <provider selected="true" editor-type-id="text-editor">
632
- <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="0">
633
- <caret line="0" column="5" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
634
- <folding />
635
- </state>
636
- </provider>
637
- </entry>
638
812
  <entry file="file://$PROJECT_DIR$/README.md">
639
813
  <provider editor-type-id="MarkdownPreviewEditor">
640
814
  <state />
@@ -642,7 +816,6 @@
642
816
  <provider selected="true" editor-type-id="text-editor">
643
817
  <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="675">
644
818
  <caret line="0" column="65" selection-start-line="0" selection-start-column="65" selection-end-line="0" selection-end-column="65" />
645
- <folding />
646
819
  </state>
647
820
  </provider>
648
821
  </entry>
@@ -655,96 +828,107 @@
655
828
  </provider>
656
829
  </entry>
657
830
  <entry file="file://$PROJECT_DIR$/LICENSE">
658
- <provider editor-type-id="com.intellij.persistence.database.editor.CsvTableFileEditorProvider">
659
- <state />
660
- </provider>
661
831
  <provider selected="true" editor-type-id="text-editor">
662
832
  <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="405">
663
833
  <caret line="0" column="18" selection-start-line="0" selection-start-column="18" selection-end-line="0" selection-end-column="18" />
664
- <folding />
665
834
  </state>
666
835
  </provider>
667
836
  </entry>
668
- <entry file="file://$PROJECT_DIR$/lib/meta_methods/version.rb">
837
+ <entry file="file://$PROJECT_DIR$/lib/meta_methods.rb">
669
838
  <provider selected="true" editor-type-id="text-editor">
670
- <state vertical-scroll-proportion="0.024271844" vertical-offset="0" max-vertical-offset="618">
671
- <caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
672
- <folding />
839
+ <state vertical-scroll-proportion="0.07281554" vertical-offset="0" max-vertical-offset="618">
840
+ <caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
673
841
  </state>
674
842
  </provider>
675
843
  </entry>
676
- <entry file="file://$PROJECT_DIR$/lib/meta_methods.rb">
844
+ <entry file="file://$APPLICATION_HOME_DIR$/rubystubs193/object.rb">
677
845
  <provider selected="true" editor-type-id="text-editor">
678
- <state vertical-scroll-proportion="0.07281554" vertical-offset="0" max-vertical-offset="618">
679
- <caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
680
- <folding />
846
+ <state vertical-scroll-proportion="0.33333334" vertical-offset="3889" max-vertical-offset="11565">
847
+ <caret line="273" column="8" selection-start-line="273" selection-start-column="8" selection-end-line="273" selection-end-column="8" />
681
848
  </state>
682
849
  </provider>
683
850
  </entry>
684
- <entry file="file://$PROJECT_DIR$/spec/meta_methods_spec.rb">
851
+ <entry file="file://$PROJECT_DIR$/meta_methods.gemspec.erb">
685
852
  <provider selected="true" editor-type-id="text-editor">
686
- <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="720">
687
- <caret line="42" column="0" selection-start-line="42" selection-start-column="0" selection-end-line="42" selection-end-column="0" />
853
+ <state vertical-scroll-proportion="0.0" vertical-offset="300" max-vertical-offset="390">
854
+ <caret line="20" column="0" selection-start-line="20" selection-start-column="0" selection-end-line="20" selection-end-column="0" />
855
+ <folding>
856
+ <marker date="1414981629000" expanded="true" signature="-1:-1" placeholder="do ... end" />
857
+ </folding>
858
+ </state>
859
+ </provider>
860
+ </entry>
861
+ <entry file="file://$PROJECT_DIR$/.ruby-gemset">
862
+ <provider selected="true" editor-type-id="text-editor">
863
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="535">
864
+ <caret line="0" column="12" selection-start-line="0" selection-start-column="12" selection-end-line="0" selection-end-column="12" />
688
865
  <folding />
689
866
  </state>
690
867
  </provider>
691
868
  </entry>
692
- <entry file="file://$APPLICATION_HOME_DIR$/rubystubs193/object.rb">
869
+ <entry file="file://$PROJECT_DIR$/.ruby-version">
693
870
  <provider selected="true" editor-type-id="text-editor">
694
- <state vertical-scroll-proportion="0.33333334" vertical-offset="3889" max-vertical-offset="11565">
695
- <caret line="273" column="8" selection-start-line="273" selection-start-column="8" selection-end-line="273" selection-end-column="8" />
871
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="90">
872
+ <caret line="0" column="5" selection-start-line="0" selection-start-column="5" selection-end-line="0" selection-end-column="5" />
696
873
  <folding />
697
874
  </state>
698
875
  </provider>
699
876
  </entry>
700
- <entry file="file://$PROJECT_DIR$/lib/meta_methods/core.rb">
877
+ <entry file="file://$PROJECT_DIR$/.idea/workspace.xml">
701
878
  <provider selected="true" editor-type-id="text-editor">
702
- <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1590">
703
- <caret line="5" column="26" selection-start-line="5" selection-start-column="26" selection-end-line="5" selection-end-column="26" />
879
+ <state vertical-scroll-proportion="0.0" vertical-offset="135" max-vertical-offset="13650">
880
+ <caret line="9" column="11" selection-start-line="9" selection-start-column="11" selection-end-line="9" selection-end-column="11" />
704
881
  <folding />
705
882
  </state>
706
883
  </provider>
707
884
  </entry>
708
885
  <entry file="file://$PROJECT_DIR$/Rakefile">
709
886
  <provider selected="true" editor-type-id="text-editor">
710
- <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="735">
887
+ <state vertical-scroll-proportion="0.4233871" vertical-offset="0" max-vertical-offset="735">
711
888
  <caret line="14" column="52" selection-start-line="14" selection-start-column="52" selection-end-line="14" selection-end-column="52" />
712
889
  <folding />
713
890
  </state>
714
891
  </provider>
715
892
  </entry>
716
- <entry file="file://$PROJECT_DIR$/.idea/workspace.xml">
893
+ <entry file="file://$PROJECT_DIR$/meta_methods.gemspec">
717
894
  <provider selected="true" editor-type-id="text-editor">
718
- <state vertical-scroll-proportion="0.0" vertical-offset="15" max-vertical-offset="11250">
719
- <caret line="5" column="55" selection-start-line="5" selection-start-column="55" selection-end-line="5" selection-end-column="55" />
895
+ <state vertical-scroll-proportion="0.6955645" vertical-offset="0" max-vertical-offset="496">
896
+ <caret line="23" column="0" selection-start-line="23" selection-start-column="0" selection-end-line="23" selection-end-column="0" />
720
897
  <folding />
721
898
  </state>
722
899
  </provider>
723
900
  </entry>
724
- <entry file="file://$PROJECT_DIR$/meta_methods.gemspec">
901
+ <entry file="file://$PROJECT_DIR$/spec/meta_methods_spec.rb">
725
902
  <provider selected="true" editor-type-id="text-editor">
726
- <state vertical-scroll-proportion="0.0" vertical-offset="345" max-vertical-offset="435">
727
- <caret line="23" column="0" selection-start-line="23" selection-start-column="0" selection-end-line="23" selection-end-column="0" />
903
+ <state vertical-scroll-proportion="0.0" vertical-offset="460" max-vertical-offset="1095">
904
+ <caret line="43" column="25" selection-start-line="43" selection-start-column="25" selection-end-line="43" selection-end-column="25" />
728
905
  <folding />
729
906
  </state>
730
907
  </provider>
731
908
  </entry>
732
- <entry file="file://$PROJECT_DIR$/meta_methods.gemspec.erb">
909
+ <entry file="file://$PROJECT_DIR$/lib/meta_methods/version.rb">
733
910
  <provider selected="true" editor-type-id="text-editor">
734
- <state vertical-scroll-proportion="-12.5" vertical-offset="0" max-vertical-offset="390">
735
- <caret line="20" column="0" selection-start-line="20" selection-start-column="0" selection-end-line="20" selection-end-column="0" />
911
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="135">
912
+ <caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
913
+ <folding />
914
+ </state>
915
+ </provider>
916
+ </entry>
917
+ <entry file="file://$PROJECT_DIR$/lib/meta_methods/core.rb">
918
+ <provider selected="true" editor-type-id="text-editor">
919
+ <state vertical-scroll-proportion="0.0" vertical-offset="165" max-vertical-offset="1185">
920
+ <caret line="7" column="0" selection-start-line="7" selection-start-column="0" selection-end-line="7" selection-end-column="0" />
736
921
  <folding />
737
922
  </state>
738
923
  </provider>
739
924
  </entry>
740
925
  <entry file="file://$PROJECT_DIR$/CHANGES">
741
926
  <provider selected="true" editor-type-id="text-editor">
742
- <state vertical-scroll-proportion="0.2932331" vertical-offset="0" max-vertical-offset="665">
743
- <caret line="13" column="14" selection-start-line="13" selection-start-column="14" selection-end-line="13" selection-end-column="14" />
927
+ <state vertical-scroll-proportion="0.42056075" vertical-offset="0" max-vertical-offset="535">
928
+ <caret line="15" column="16" selection-start-line="15" selection-start-column="16" selection-end-line="15" selection-end-column="16" />
744
929
  <folding />
745
930
  </state>
746
931
  </provider>
747
932
  </entry>
748
933
  </component>
749
- </project>
750
-
934
+ </project>