shortwave_antenna_calculator 0.0.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.
- checksums.yaml +15 -0
- data/.gitignore +17 -0
- data/.idea/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/encodings.xml +5 -0
- data/.idea/misc.xml +5 -0
- data/.idea/modules.xml +9 -0
- data/.idea/runConfigurations/session.xml +24 -0
- data/.idea/scopes/scope_settings.xml +5 -0
- data/.idea/shortwave_antenna_calculator.iml +141 -0
- data/.idea/vcs.xml +7 -0
- data/.idea/workspace.xml +614 -0
- data/Gemfile +5 -0
- data/LICENSE.txt +22 -0
- data/README.md +41 -0
- data/Rakefile +1 -0
- data/lib/session.rb +15 -0
- data/lib/shortwave_antenna_calculator.rb +28 -0
- data/lib/shortwave_antenna_calculator/version.rb +3 -0
- data/lib/shortwave_antenna_calculator_spec.rb +16 -0
- data/shortwave_antenna_calculator.gemspec +23 -0
- data/test/shortwave_antenna_calculator_spec.rb +16 -0
- metadata +94 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
OWI0ZGU5NGMzNzIzZDkxZGEwZjg0NDIyOWZkYTRhNTQ0OTYzNGYzMg==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
ZmNlZmQxOGJkZTdiODc1ODNlNGJlYzgzOTJkODQ1NGE1NzlmYWMzNA==
|
|
7
|
+
SHA512:
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
MDVmZTI1NTQ1NTBmOGY4YzdlMjNmMGZjMDM0YTVlMzE5NjdiYTkyN2NhNjcw
|
|
10
|
+
NDVmYmIxMGE0MjU4NGQ2NDg1OTQ1YWM2M2Q1NjViYWNjZDY2YmVhNTMxODlj
|
|
11
|
+
MTcwYmYxNGZlZmZhNmMyNzFmNTJmMzdmNzhlYTFjNzUwNDliZTc=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
YmNmMWRjZDFkNDUzOThlZDU4YjYxYTFkNzI5MGEwMDk4ZjM5M2FhMjJmYmNi
|
|
14
|
+
NjBlNTIxNDRhZTg1ODJmNmMwNzMzOTlhM2RjN2FlOGRiZDQyMzE2ZTA1NGY4
|
|
15
|
+
ZWQ5NmI2Mjg3YmFiMzNkNzhjNDY1NTEwZGI2Nzc4MTRiOTg3NDA=
|
data/.gitignore
ADDED
data/.idea/.name
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
shortwave_antenna_calculator
|
data/.idea/.rakeTasks
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<Settings><!--This file was automatically generated by Ruby plugin.
|
|
3
|
+
You are allowed to:
|
|
4
|
+
1. Remove rake task
|
|
5
|
+
2. Add existing rake tasks
|
|
6
|
+
To add existing rake tasks automatically delete this file and reload the project.
|
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build shortwave_antenna_calculator-0.0.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install shortwave_antenna_calculator-0.0.1.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.1 and build and push shortwave_antenna_calculator-0.0.1.gem to Rubygems" fullCmd="release" taksId="release" /></RakeGroup></Settings>
|
data/.idea/encodings.xml
ADDED
data/.idea/misc.xml
ADDED
data/.idea/modules.xml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectModuleManager">
|
|
4
|
+
<modules>
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/shortwave_antenna_calculator.iml" filepath="$PROJECT_DIR$/.idea/shortwave_antenna_calculator.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
|
9
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<component name="ProjectRunConfigurationManager">
|
|
2
|
+
<configuration default="false" name="session" type="RubyRunConfigurationType" factoryName="Ruby">
|
|
3
|
+
<module name="shortwave_antenna_calculator" />
|
|
4
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
5
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
|
|
6
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
7
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
8
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
9
|
+
<envs />
|
|
10
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
|
11
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
12
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
13
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
14
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
15
|
+
</COVERAGE_PATTERN>
|
|
16
|
+
</EXTENSION>
|
|
17
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
18
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/session.rb" />
|
|
19
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
20
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
|
21
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
22
|
+
<method />
|
|
23
|
+
</configuration>
|
|
24
|
+
</component>
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
|
3
|
+
<component name="FacetManager">
|
|
4
|
+
<facet type="gem" name="Gem">
|
|
5
|
+
<configuration>
|
|
6
|
+
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
|
7
|
+
<option name="GEM_APP_TEST_PATH" value="" />
|
|
8
|
+
<option name="GEM_APP_LIB_PATH" value="" />
|
|
9
|
+
</configuration>
|
|
10
|
+
</facet>
|
|
11
|
+
</component>
|
|
12
|
+
<component name="ModuleRunConfigurationManager">
|
|
13
|
+
<configuration default="false" name="session" type="RubyRunConfigurationType" factoryName="Ruby">
|
|
14
|
+
<module name="shortwave_antenna_calculator" />
|
|
15
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
16
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
|
|
17
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
18
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
19
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
20
|
+
<envs />
|
|
21
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="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
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/session.rb" />
|
|
30
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
31
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
|
32
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
33
|
+
<method />
|
|
34
|
+
</configuration>
|
|
35
|
+
<configuration default="false" name="shortwave_antenna_calculator" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
|
36
|
+
<module name="shortwave_antenna_calculator" />
|
|
37
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
38
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
|
|
39
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
40
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
41
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
42
|
+
<envs />
|
|
43
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
|
44
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
45
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
46
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
47
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
48
|
+
</COVERAGE_PATTERN>
|
|
49
|
+
</EXTENSION>
|
|
50
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
51
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/shortwave_antenna_calculator.rb" />
|
|
52
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
53
|
+
<RunnerSettings RunnerId="RubyDebugRunner" />
|
|
54
|
+
<ConfigurationWrapper RunnerId="RubyDebugRunner" />
|
|
55
|
+
<method />
|
|
56
|
+
</configuration>
|
|
57
|
+
<configuration default="false" name="Run spec 'shortwave_antenna_calculator_spec': shortwave_antenna_calculator" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
|
58
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
59
|
+
<module name="shortwave_antenna_calculator" />
|
|
60
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
61
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$/test" />
|
|
62
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
63
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
64
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
65
|
+
<envs>
|
|
66
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
|
67
|
+
</envs>
|
|
68
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
|
69
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
70
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
71
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
72
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
73
|
+
</COVERAGE_PATTERN>
|
|
74
|
+
</EXTENSION>
|
|
75
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
76
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
77
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/test/shortwave_antenna_calculator_spec.rb" />
|
|
78
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
79
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
80
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
|
81
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
82
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
83
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
84
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
85
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
86
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
87
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
88
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
|
89
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
90
|
+
<method />
|
|
91
|
+
</configuration>
|
|
92
|
+
<configuration default="false" name="Run spec 'shortwave_antenna_calculator_spec': shortwave_antenna_calculator (1)" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
|
93
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
94
|
+
<module name="shortwave_antenna_calculator" />
|
|
95
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
96
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
|
|
97
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
98
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
99
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
100
|
+
<envs>
|
|
101
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
|
102
|
+
</envs>
|
|
103
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
|
104
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
105
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
106
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
107
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
108
|
+
</COVERAGE_PATTERN>
|
|
109
|
+
</EXTENSION>
|
|
110
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
111
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
112
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/shortwave_antenna_calculator_spec.rb" />
|
|
113
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
114
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
115
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
|
116
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
117
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
118
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
119
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
120
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
121
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
122
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
123
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
|
124
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
125
|
+
<method />
|
|
126
|
+
</configuration>
|
|
127
|
+
</component>
|
|
128
|
+
<component name="NewModuleRootManager">
|
|
129
|
+
<content url="file://$MODULE_DIR$" />
|
|
130
|
+
<orderEntry type="inheritedJdk" />
|
|
131
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
132
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.5, RVM: ruby-1.9.3-p448) [gem]" level="application" />
|
|
133
|
+
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.2.4, RVM: ruby-1.9.3-p448) [gem]" level="application" />
|
|
134
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.1.0, RVM: ruby-1.9.3-p448) [gem]" level="application" />
|
|
135
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec (v2.14.1, RVM: ruby-1.9.3-p448) [gem]" level="application" />
|
|
136
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.14.7, RVM: ruby-1.9.3-p448) [gem]" level="application" />
|
|
137
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.14.3, RVM: ruby-1.9.3-p448) [gem]" level="application" />
|
|
138
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.14.3, RVM: ruby-1.9.3-p448) [gem]" level="application" />
|
|
139
|
+
</component>
|
|
140
|
+
</module>
|
|
141
|
+
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
|
@@ -0,0 +1,614 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="1f3e6c0d-d64f-4cf6-b672-72bbffe0aadc" name="Default" comment="">
|
|
5
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/runConfigurations/session.xml" />
|
|
6
|
+
</list>
|
|
7
|
+
<ignored path="shortwave_antenna_calculator.iws" />
|
|
8
|
+
<ignored path=".idea/workspace.xml" />
|
|
9
|
+
<option name="TRACKING_ENABLED" value="true" />
|
|
10
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
11
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
12
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
13
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
14
|
+
</component>
|
|
15
|
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
|
16
|
+
<component name="CoverageDataManager">
|
|
17
|
+
<SUITE FILE_PATH="coverage/shortwave_antenna_calculator@Run_spec__shortwave_antenna_calculator_spec___shortwave_antenna_calculator__1_.coverage" NAME="Run spec 'shortwave_antenna_calculator_spec': shortwave_antenna_calculator (1) Coverage Results" MODIFIED="1386651587496" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib" MODULE_NAME="shortwave_antenna_calculator" />
|
|
18
|
+
<SUITE FILE_PATH="coverage/shortwave_antenna_calculator@Run_spec__shortwave_antenna_calculator_spec___shortwave_antenna_calculator.coverage" NAME="Run spec 'shortwave_antenna_calculator_spec': shortwave_antenna_calculator Coverage Results" MODIFIED="1386642307967" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/test" MODULE_NAME="shortwave_antenna_calculator" />
|
|
19
|
+
<SUITE FILE_PATH="coverage/shortwave_antenna_calculator@shortwave_antenna_calculator.coverage" NAME="shortwave_antenna_calculator Coverage Results" MODIFIED="1386643665034" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib" MODULE_NAME="shortwave_antenna_calculator" />
|
|
20
|
+
<SUITE FILE_PATH="coverage/shortwave_antenna_calculator@session.coverage" NAME="session Coverage Results" MODIFIED="1386651677186" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib" MODULE_NAME="shortwave_antenna_calculator" />
|
|
21
|
+
</component>
|
|
22
|
+
<component name="CreatePatchCommitExecutor">
|
|
23
|
+
<option name="PATCH_PATH" value="" />
|
|
24
|
+
</component>
|
|
25
|
+
<component name="DaemonCodeAnalyzer">
|
|
26
|
+
<disable_hints />
|
|
27
|
+
</component>
|
|
28
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
|
29
|
+
<component name="FavoritesManager">
|
|
30
|
+
<favorites_list name="shortwave_antenna_calculator" />
|
|
31
|
+
</component>
|
|
32
|
+
<component name="FileEditorManager">
|
|
33
|
+
<leaf>
|
|
34
|
+
<file leaf-file-name="shortwave_antenna_calculator.rb" pinned="false" current="false" current-in-tab="false">
|
|
35
|
+
<entry file="file://$PROJECT_DIR$/lib/shortwave_antenna_calculator.rb">
|
|
36
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
37
|
+
<state line="19" column="5" selection-start="388" selection-end="388" vertical-scroll-proportion="0.0" vertical-offset="342" max-vertical-offset="594">
|
|
38
|
+
<folding />
|
|
39
|
+
</state>
|
|
40
|
+
</provider>
|
|
41
|
+
</entry>
|
|
42
|
+
</file>
|
|
43
|
+
<file leaf-file-name="shortwave_antenna_calculator_spec.rb" pinned="false" current="false" current-in-tab="false">
|
|
44
|
+
<entry file="file://$PROJECT_DIR$/lib/shortwave_antenna_calculator_spec.rb">
|
|
45
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
46
|
+
<state line="9" column="0" selection-start="236" selection-end="236" vertical-scroll-proportion="0.0" vertical-offset="162" max-vertical-offset="396">
|
|
47
|
+
<folding />
|
|
48
|
+
</state>
|
|
49
|
+
</provider>
|
|
50
|
+
</entry>
|
|
51
|
+
</file>
|
|
52
|
+
<file leaf-file-name="session.rb" pinned="false" current="false" current-in-tab="false">
|
|
53
|
+
<entry file="file://$PROJECT_DIR$/lib/session.rb">
|
|
54
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
55
|
+
<state line="14" column="32" selection-start="491" selection-end="491" vertical-scroll-proportion="0.0" vertical-offset="252" max-vertical-offset="360">
|
|
56
|
+
<folding />
|
|
57
|
+
</state>
|
|
58
|
+
</provider>
|
|
59
|
+
</entry>
|
|
60
|
+
</file>
|
|
61
|
+
<file leaf-file-name="Gemfile" pinned="false" current="true" current-in-tab="true">
|
|
62
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
63
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
64
|
+
<state line="4" column="11" selection-start="124" selection-end="124" vertical-scroll-proportion="0.09207161" vertical-offset="0" max-vertical-offset="782">
|
|
65
|
+
<folding />
|
|
66
|
+
</state>
|
|
67
|
+
</provider>
|
|
68
|
+
</entry>
|
|
69
|
+
</file>
|
|
70
|
+
<file leaf-file-name="Rakefile" pinned="false" current="false" current-in-tab="false">
|
|
71
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
|
72
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
73
|
+
<state line="1" column="0" selection-start="28" selection-end="28" vertical-scroll-proportion="0.0" vertical-offset="18" max-vertical-offset="126">
|
|
74
|
+
<folding />
|
|
75
|
+
</state>
|
|
76
|
+
</provider>
|
|
77
|
+
</entry>
|
|
78
|
+
</file>
|
|
79
|
+
</leaf>
|
|
80
|
+
</component>
|
|
81
|
+
<component name="FindManager">
|
|
82
|
+
<FindUsagesManager>
|
|
83
|
+
<setting name="OPEN_NEW_TAB" value="false" />
|
|
84
|
+
</FindUsagesManager>
|
|
85
|
+
</component>
|
|
86
|
+
<component name="Git.Settings">
|
|
87
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
88
|
+
</component>
|
|
89
|
+
<component name="GitLogSettings">
|
|
90
|
+
<option name="myDateState">
|
|
91
|
+
<MyDateState />
|
|
92
|
+
</option>
|
|
93
|
+
</component>
|
|
94
|
+
<component name="IdeDocumentHistory">
|
|
95
|
+
<option name="changedFiles">
|
|
96
|
+
<list>
|
|
97
|
+
<option value="$PROJECT_DIR$/lib/antenna_calculator.rb" />
|
|
98
|
+
<option value="$PROJECT_DIR$/lib/session.rb" />
|
|
99
|
+
<option value="$PROJECT_DIR$/README.md" />
|
|
100
|
+
<option value="$PROJECT_DIR$/shortwave_antenna_calculator.gemspec" />
|
|
101
|
+
<option value="$PROJECT_DIR$/Gemfile" />
|
|
102
|
+
<option value="$PROJECT_DIR$/test/shortwave_antenna_calculator_spec.rb" />
|
|
103
|
+
<option value="$PROJECT_DIR$/lib/shortwave_antenna_calculator.rb" />
|
|
104
|
+
<option value="$PROJECT_DIR$/lib/shortwave_antenna_calculator_spec.rb" />
|
|
105
|
+
</list>
|
|
106
|
+
</option>
|
|
107
|
+
</component>
|
|
108
|
+
<component name="ProjectFrameBounds">
|
|
109
|
+
<option name="x" value="116" />
|
|
110
|
+
<option name="y" value="87" />
|
|
111
|
+
<option name="width" value="1400" />
|
|
112
|
+
<option name="height" value="930" />
|
|
113
|
+
</component>
|
|
114
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
|
|
115
|
+
<OptionsSetting value="true" id="Add" />
|
|
116
|
+
<OptionsSetting value="true" id="Remove" />
|
|
117
|
+
<OptionsSetting value="true" id="Checkout" />
|
|
118
|
+
<OptionsSetting value="true" id="Update" />
|
|
119
|
+
<OptionsSetting value="true" id="Status" />
|
|
120
|
+
<OptionsSetting value="true" id="Edit" />
|
|
121
|
+
<ConfirmationsSetting value="0" id="Add" />
|
|
122
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
|
123
|
+
</component>
|
|
124
|
+
<component name="ProjectReloadState">
|
|
125
|
+
<option name="STATE" value="0" />
|
|
126
|
+
</component>
|
|
127
|
+
<component name="ProjectView">
|
|
128
|
+
<navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
|
|
129
|
+
<flattenPackages />
|
|
130
|
+
<showMembers />
|
|
131
|
+
<showModules />
|
|
132
|
+
<showLibraryContents />
|
|
133
|
+
<hideEmptyPackages />
|
|
134
|
+
<abbreviatePackageNames />
|
|
135
|
+
<autoscrollToSource />
|
|
136
|
+
<autoscrollFromSource />
|
|
137
|
+
<sortByType />
|
|
138
|
+
</navigator>
|
|
139
|
+
<panes>
|
|
140
|
+
<pane id="Scope" />
|
|
141
|
+
<pane id="ProjectPane">
|
|
142
|
+
<subPane>
|
|
143
|
+
<PATH>
|
|
144
|
+
<PATH_ELEMENT>
|
|
145
|
+
<option name="myItemId" value="shortwave_antenna_calculator" />
|
|
146
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
147
|
+
</PATH_ELEMENT>
|
|
148
|
+
</PATH>
|
|
149
|
+
<PATH>
|
|
150
|
+
<PATH_ELEMENT>
|
|
151
|
+
<option name="myItemId" value="shortwave_antenna_calculator" />
|
|
152
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
153
|
+
</PATH_ELEMENT>
|
|
154
|
+
<PATH_ELEMENT>
|
|
155
|
+
<option name="myItemId" value="shortwave_antenna_calculator" />
|
|
156
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
157
|
+
</PATH_ELEMENT>
|
|
158
|
+
</PATH>
|
|
159
|
+
</subPane>
|
|
160
|
+
</pane>
|
|
161
|
+
</panes>
|
|
162
|
+
</component>
|
|
163
|
+
<component name="PropertiesComponent">
|
|
164
|
+
<property name="options.lastSelected" value="org.jetbrains.plugins.ruby.settings.RubyModuleStructureConfigurable" />
|
|
165
|
+
<property name="options.splitter.main.proportions" value="0.3" />
|
|
166
|
+
<property name="options.splitter.details.proportions" value="0.2" />
|
|
167
|
+
<property name="options.searchVisible" value="true" />
|
|
168
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
169
|
+
<property name="recentsLimit" value="5" />
|
|
170
|
+
<property name="SearchEverywhereHistory" value="" />
|
|
171
|
+
<property name="FullScreen" value="false" />
|
|
172
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
173
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth0" value="93" />
|
|
174
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_flatOrder0" value="0" />
|
|
175
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth1" value="103" />
|
|
176
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_flatOrder1" value="1" />
|
|
177
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth2" value="108" />
|
|
178
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_flatOrder2" value="2" />
|
|
179
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth3" value="1018" />
|
|
180
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_flatOrder3" value="3" />
|
|
181
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth0" value="93" />
|
|
182
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_treeOrder0" value="0" />
|
|
183
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth1" value="103" />
|
|
184
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_treeOrder1" value="1" />
|
|
185
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth2" value="108" />
|
|
186
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_treeOrder2" value="2" />
|
|
187
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth3" value="1018" />
|
|
188
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_treeOrder3" value="3" />
|
|
189
|
+
</component>
|
|
190
|
+
<component name="RecentsManager">
|
|
191
|
+
<key name="CopyFile.RECENT_KEYS">
|
|
192
|
+
<recent name="$PROJECT_DIR$/test" />
|
|
193
|
+
<recent name="$PROJECT_DIR$/lib" />
|
|
194
|
+
</key>
|
|
195
|
+
</component>
|
|
196
|
+
<component name="RunManager" selected="Ruby.session">
|
|
197
|
+
<configuration default="false" name="shortwave_antenna_calculator" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
|
198
|
+
<module name="shortwave_antenna_calculator" />
|
|
199
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
200
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
|
|
201
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
202
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
203
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
204
|
+
<envs />
|
|
205
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
|
206
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
207
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
208
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
209
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
210
|
+
</COVERAGE_PATTERN>
|
|
211
|
+
</EXTENSION>
|
|
212
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
213
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/shortwave_antenna_calculator.rb" />
|
|
214
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
215
|
+
<RunnerSettings RunnerId="RubyDebugRunner" />
|
|
216
|
+
<ConfigurationWrapper RunnerId="RubyDebugRunner" />
|
|
217
|
+
<method />
|
|
218
|
+
</configuration>
|
|
219
|
+
<configuration default="false" name="Run spec 'shortwave_antenna_calculator_spec': shortwave_antenna_calculator" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
|
220
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
221
|
+
<module name="shortwave_antenna_calculator" />
|
|
222
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
223
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$/test" />
|
|
224
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
225
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
226
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
227
|
+
<envs>
|
|
228
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
|
229
|
+
</envs>
|
|
230
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
|
231
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
232
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
233
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
234
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
235
|
+
</COVERAGE_PATTERN>
|
|
236
|
+
</EXTENSION>
|
|
237
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
238
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
239
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/test/shortwave_antenna_calculator_spec.rb" />
|
|
240
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
241
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
242
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
|
243
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
244
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
245
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
246
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
247
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
248
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
249
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
250
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
|
251
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
252
|
+
<method />
|
|
253
|
+
</configuration>
|
|
254
|
+
<configuration default="false" name="Run spec 'shortwave_antenna_calculator_spec': shortwave_antenna_calculator (1)" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
|
255
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
256
|
+
<module name="shortwave_antenna_calculator" />
|
|
257
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
258
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
|
|
259
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
260
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
261
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
262
|
+
<envs>
|
|
263
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
|
264
|
+
</envs>
|
|
265
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
|
266
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
267
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
268
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
269
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
270
|
+
</COVERAGE_PATTERN>
|
|
271
|
+
</EXTENSION>
|
|
272
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
273
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
274
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/shortwave_antenna_calculator_spec.rb" />
|
|
275
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
276
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
277
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
|
278
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
279
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
280
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
281
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
282
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
283
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
284
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
285
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
|
286
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
287
|
+
<method />
|
|
288
|
+
</configuration>
|
|
289
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
|
290
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
291
|
+
<module name="" />
|
|
292
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
293
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
294
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
295
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
296
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
297
|
+
<envs />
|
|
298
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
299
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
300
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
301
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
302
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
303
|
+
</COVERAGE_PATTERN>
|
|
304
|
+
</EXTENSION>
|
|
305
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
306
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
307
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
308
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
309
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
310
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
|
311
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
312
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
313
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
314
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
315
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
316
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
317
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
318
|
+
<method />
|
|
319
|
+
</configuration>
|
|
320
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
|
321
|
+
<module name="" />
|
|
322
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
323
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
|
324
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
325
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
326
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
327
|
+
<envs />
|
|
328
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
329
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
330
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
331
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
332
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
333
|
+
</COVERAGE_PATTERN>
|
|
334
|
+
</EXTENSION>
|
|
335
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
336
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
|
337
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
338
|
+
<method />
|
|
339
|
+
</configuration>
|
|
340
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug" singleton="true">
|
|
341
|
+
<method />
|
|
342
|
+
</configuration>
|
|
343
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
|
344
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
|
345
|
+
<module name="" />
|
|
346
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
347
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
348
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
349
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
350
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
351
|
+
<envs />
|
|
352
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
353
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
354
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
355
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
356
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
357
|
+
</COVERAGE_PATTERN>
|
|
358
|
+
</EXTENSION>
|
|
359
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
360
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
361
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
362
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
|
363
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
|
364
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
365
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
366
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
367
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
|
368
|
+
<method />
|
|
369
|
+
</configuration>
|
|
370
|
+
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
|
371
|
+
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
|
372
|
+
<module name="" />
|
|
373
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
374
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
375
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
376
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
377
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
378
|
+
<envs>
|
|
379
|
+
<env name="ANSICON" value="" />
|
|
380
|
+
</envs>
|
|
381
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
382
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
383
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
384
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
385
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
386
|
+
</COVERAGE_PATTERN>
|
|
387
|
+
</EXTENSION>
|
|
388
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
389
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
|
390
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
391
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
392
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
393
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
|
394
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
|
395
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
|
396
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
397
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
398
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
|
399
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
400
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
401
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
|
402
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
|
403
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
|
404
|
+
<method />
|
|
405
|
+
</configuration>
|
|
406
|
+
<list size="4">
|
|
407
|
+
<item index="0" class="java.lang.String" itemvalue="Ruby.session" />
|
|
408
|
+
<item index="1" class="java.lang.String" itemvalue="Ruby.shortwave_antenna_calculator" />
|
|
409
|
+
<item index="2" class="java.lang.String" itemvalue="RSpec.Run spec 'shortwave_antenna_calculator_spec': shortwave_antenna_calculator" />
|
|
410
|
+
<item index="3" class="java.lang.String" itemvalue="RSpec.Run spec 'shortwave_antenna_calculator_spec': shortwave_antenna_calculator (1)" />
|
|
411
|
+
</list>
|
|
412
|
+
<recent_temporary>
|
|
413
|
+
<list size="3">
|
|
414
|
+
<item index="0" class="java.lang.String" itemvalue="RSpec.Run spec 'shortwave_antenna_calculator_spec': shortwave_antenna_calculator (1)" />
|
|
415
|
+
<item index="1" class="java.lang.String" itemvalue="RSpec.Run spec 'shortwave_antenna_calculator_spec': shortwave_antenna_calculator" />
|
|
416
|
+
<item index="2" class="java.lang.String" itemvalue="Ruby.shortwave_antenna_calculator" />
|
|
417
|
+
</list>
|
|
418
|
+
</recent_temporary>
|
|
419
|
+
</component>
|
|
420
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
|
421
|
+
<component name="SvnConfiguration" maxAnnotateRevisions="500" myUseAcceleration="nothing" myAutoUpdateAfterCommit="false" cleanupOnStartRun="false" SSL_PROTOCOLS="all">
|
|
422
|
+
<option name="USER" value="" />
|
|
423
|
+
<option name="PASSWORD" value="" />
|
|
424
|
+
<option name="mySSHConnectionTimeout" value="30000" />
|
|
425
|
+
<option name="mySSHReadTimeout" value="30000" />
|
|
426
|
+
<option name="LAST_MERGED_REVISION" />
|
|
427
|
+
<option name="MERGE_DRY_RUN" value="false" />
|
|
428
|
+
<option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
|
|
429
|
+
<option name="UPDATE_LOCK_ON_DEMAND" value="false" />
|
|
430
|
+
<option name="IGNORE_SPACES_IN_MERGE" value="false" />
|
|
431
|
+
<option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
|
|
432
|
+
<option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
|
|
433
|
+
<option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
|
|
434
|
+
<option name="FORCE_UPDATE" value="false" />
|
|
435
|
+
<option name="IGNORE_EXTERNALS" value="false" />
|
|
436
|
+
<myIsUseDefaultProxy>false</myIsUseDefaultProxy>
|
|
437
|
+
</component>
|
|
438
|
+
<component name="TaskManager">
|
|
439
|
+
<task active="true" id="Default" summary="Default task">
|
|
440
|
+
<changelist id="1f3e6c0d-d64f-4cf6-b672-72bbffe0aadc" name="Default" comment="" />
|
|
441
|
+
<created>1386568025989</created>
|
|
442
|
+
<updated>1386568025989</updated>
|
|
443
|
+
</task>
|
|
444
|
+
<task id="LOCAL-00001" summary="initial commit of gem project files ">
|
|
445
|
+
<created>1386655619475</created>
|
|
446
|
+
<updated>1386655619475</updated>
|
|
447
|
+
</task>
|
|
448
|
+
<option name="localTasksCounter" value="2" />
|
|
449
|
+
<servers />
|
|
450
|
+
</component>
|
|
451
|
+
<component name="ToolWindowManager">
|
|
452
|
+
<frame x="116" y="87" width="1400" height="930" extended-state="0" />
|
|
453
|
+
<editor active="false" />
|
|
454
|
+
<layout>
|
|
455
|
+
<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" />
|
|
456
|
+
<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="7" side_tool="false" content_ui="tabs" />
|
|
457
|
+
<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" />
|
|
458
|
+
<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" />
|
|
459
|
+
<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" />
|
|
460
|
+
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.2610947" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
461
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.39925835" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
462
|
+
<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" />
|
|
463
|
+
<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" />
|
|
464
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3300371" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
465
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32799014" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
466
|
+
<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" />
|
|
467
|
+
<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" />
|
|
468
|
+
<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" />
|
|
469
|
+
<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" />
|
|
470
|
+
<window_info id="Messages" 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" />
|
|
471
|
+
<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" />
|
|
472
|
+
<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" />
|
|
473
|
+
<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" />
|
|
474
|
+
</layout>
|
|
475
|
+
</component>
|
|
476
|
+
<component name="Vcs.Log.UiProperties">
|
|
477
|
+
<option name="RECENTLY_FILTERED_USERS">
|
|
478
|
+
<collection />
|
|
479
|
+
</option>
|
|
480
|
+
</component>
|
|
481
|
+
<component name="VcsContentAnnotationSettings">
|
|
482
|
+
<option name="myLimit" value="2678400000" />
|
|
483
|
+
</component>
|
|
484
|
+
<component name="VcsManagerConfiguration">
|
|
485
|
+
<option name="myTodoPanelSettings">
|
|
486
|
+
<TodoPanelSettings />
|
|
487
|
+
</option>
|
|
488
|
+
<MESSAGE value="initial commit of gem project files " />
|
|
489
|
+
<option name="LAST_COMMIT_MESSAGE" value="initial commit of gem project files " />
|
|
490
|
+
</component>
|
|
491
|
+
<component name="XDebuggerManager">
|
|
492
|
+
<breakpoint-manager />
|
|
493
|
+
</component>
|
|
494
|
+
<component name="editorHistoryManager">
|
|
495
|
+
<entry file="file://$PROJECT_DIR$/lib/shortwave_antenna_calculator.rb">
|
|
496
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
497
|
+
<state line="19" column="5" selection-start="388" selection-end="388" vertical-scroll-proportion="0.0" vertical-offset="342" max-vertical-offset="594">
|
|
498
|
+
<folding />
|
|
499
|
+
</state>
|
|
500
|
+
</provider>
|
|
501
|
+
</entry>
|
|
502
|
+
<entry file="file://$PROJECT_DIR$/lib/shortwave_antenna_calculator_spec.rb">
|
|
503
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
504
|
+
<state line="9" column="0" selection-start="236" selection-end="236" vertical-scroll-proportion="0.0" vertical-offset="162" max-vertical-offset="396">
|
|
505
|
+
<folding />
|
|
506
|
+
</state>
|
|
507
|
+
</provider>
|
|
508
|
+
</entry>
|
|
509
|
+
<entry file="file://$PROJECT_DIR$/lib/session.rb">
|
|
510
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
511
|
+
<state line="14" column="32" selection-start="491" selection-end="491" vertical-scroll-proportion="0.0" vertical-offset="252" max-vertical-offset="360">
|
|
512
|
+
<folding />
|
|
513
|
+
</state>
|
|
514
|
+
</provider>
|
|
515
|
+
</entry>
|
|
516
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
|
517
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
518
|
+
<state line="1" column="0" selection-start="28" selection-end="28" vertical-scroll-proportion="0.0" vertical-offset="18" max-vertical-offset="126">
|
|
519
|
+
<folding />
|
|
520
|
+
</state>
|
|
521
|
+
</provider>
|
|
522
|
+
</entry>
|
|
523
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
524
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
525
|
+
<state line="4" column="11" selection-start="124" selection-end="124" vertical-scroll-proportion="0.0" vertical-offset="72" max-vertical-offset="180">
|
|
526
|
+
<folding />
|
|
527
|
+
</state>
|
|
528
|
+
</provider>
|
|
529
|
+
</entry>
|
|
530
|
+
<entry file="file://$PROJECT_DIR$/lib/shortwave_antenna_calculator.rb">
|
|
531
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
532
|
+
<state line="25" column="3" selection-start="546" selection-end="546" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="558">
|
|
533
|
+
<folding />
|
|
534
|
+
</state>
|
|
535
|
+
</provider>
|
|
536
|
+
</entry>
|
|
537
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
538
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
|
539
|
+
<state />
|
|
540
|
+
</provider>
|
|
541
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
542
|
+
<state line="20" column="55" selection-start="431" selection-end="431" vertical-scroll-proportion="0.0" vertical-offset="5" max-vertical-offset="810" />
|
|
543
|
+
</provider>
|
|
544
|
+
</entry>
|
|
545
|
+
<entry file="file://$PROJECT_DIR$/lib/shortwave_antenna_calculator.rb">
|
|
546
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
547
|
+
<state line="25" column="3" selection-start="546" selection-end="546" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="558">
|
|
548
|
+
<folding />
|
|
549
|
+
</state>
|
|
550
|
+
</provider>
|
|
551
|
+
</entry>
|
|
552
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
553
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
554
|
+
<state line="20" column="55" selection-start="431" selection-end="431" vertical-scroll-proportion="0.0" vertical-offset="360" max-vertical-offset="810" />
|
|
555
|
+
</provider>
|
|
556
|
+
</entry>
|
|
557
|
+
<entry file="file://$PROJECT_DIR$/lib/shortwave_antenna_calculator/version.rb">
|
|
558
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
559
|
+
<state line="2" column="3" selection-start="57" selection-end="57" vertical-scroll-proportion="0.06990291" vertical-offset="0" max-vertical-offset="515" />
|
|
560
|
+
</provider>
|
|
561
|
+
</entry>
|
|
562
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
563
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
|
564
|
+
<state />
|
|
565
|
+
</provider>
|
|
566
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
567
|
+
<state line="7" column="44" selection-start="211" selection-end="211" vertical-scroll-proportion="0.16666667" vertical-offset="0" max-vertical-offset="846" />
|
|
568
|
+
</provider>
|
|
569
|
+
</entry>
|
|
570
|
+
<entry file="file://$PROJECT_DIR$/shortwave_antenna_calculator.gemspec">
|
|
571
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
572
|
+
<state line="5" column="32" selection-start="195" selection-end="195" vertical-scroll-proportion="0.18255578" vertical-offset="0" max-vertical-offset="522">
|
|
573
|
+
<folding />
|
|
574
|
+
</state>
|
|
575
|
+
</provider>
|
|
576
|
+
</entry>
|
|
577
|
+
<entry file="file://$PROJECT_DIR$/lib/shortwave_antenna_calculator.rb">
|
|
578
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
579
|
+
<state line="19" column="5" selection-start="388" selection-end="388" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="594">
|
|
580
|
+
<folding />
|
|
581
|
+
</state>
|
|
582
|
+
</provider>
|
|
583
|
+
</entry>
|
|
584
|
+
<entry file="file://$PROJECT_DIR$/lib/shortwave_antenna_calculator_spec.rb">
|
|
585
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
586
|
+
<state line="9" column="0" selection-start="236" selection-end="236" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="396">
|
|
587
|
+
<folding />
|
|
588
|
+
</state>
|
|
589
|
+
</provider>
|
|
590
|
+
</entry>
|
|
591
|
+
<entry file="file://$PROJECT_DIR$/lib/session.rb">
|
|
592
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
593
|
+
<state line="14" column="32" selection-start="491" selection-end="491" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="360">
|
|
594
|
+
<folding />
|
|
595
|
+
</state>
|
|
596
|
+
</provider>
|
|
597
|
+
</entry>
|
|
598
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
|
599
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
600
|
+
<state line="1" column="0" selection-start="28" selection-end="28" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="126">
|
|
601
|
+
<folding />
|
|
602
|
+
</state>
|
|
603
|
+
</provider>
|
|
604
|
+
</entry>
|
|
605
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
606
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
607
|
+
<state line="4" column="11" selection-start="124" selection-end="124" vertical-scroll-proportion="0.09207161" vertical-offset="0" max-vertical-offset="782">
|
|
608
|
+
<folding />
|
|
609
|
+
</state>
|
|
610
|
+
</provider>
|
|
611
|
+
</entry>
|
|
612
|
+
</component>
|
|
613
|
+
</project>
|
|
614
|
+
|
data/Gemfile
ADDED
data/LICENSE.txt
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Copyright (c) 2013 Doug MacDowell
|
|
2
|
+
|
|
3
|
+
MIT License
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
|
+
a copy of this software and associated documentation files (the
|
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
+
the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be
|
|
14
|
+
included in all copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# ShortwaveAntennaCalculator
|
|
2
|
+
|
|
3
|
+
This gem calculates the optimal length for a half-wave wire antenna for use in shortwave and
|
|
4
|
+
amateur radio operations.
|
|
5
|
+
|
|
6
|
+
## Installation
|
|
7
|
+
|
|
8
|
+
Add this line to your application's Gemfile:
|
|
9
|
+
|
|
10
|
+
gem 'shortwave_antenna_calculator'
|
|
11
|
+
|
|
12
|
+
And then execute:
|
|
13
|
+
|
|
14
|
+
$ bundle
|
|
15
|
+
|
|
16
|
+
Or install it yourself as:
|
|
17
|
+
|
|
18
|
+
$ gem install shortwave_antenna_calculator
|
|
19
|
+
|
|
20
|
+
## Usage
|
|
21
|
+
|
|
22
|
+
Very simple - when prompted, just enter the frequency in MHz, using decimal notation. The program will
|
|
23
|
+
only accept frequencies between 1.8 MHz and 30 MHZ, which covers the most of the high-frequency portion
|
|
24
|
+
of the radio spectrum. The result will be the antenna length, expressed in feet.
|
|
25
|
+
|
|
26
|
+
Examples:
|
|
27
|
+
(1) An amateur (ham) radio operator wants to construct a wire antenna for the 20-meter band, centered on
|
|
28
|
+
frequency 14,280,000 Hz. This frequency is equivalent to 14.280 MHz in decimal notation. Enter 14.280 when
|
|
29
|
+
prompted by the program.
|
|
30
|
+
|
|
31
|
+
(2) A shortwave listener (SWL) is interested in setting up a wire antenna that is optimized for listening
|
|
32
|
+
to a low-power shortwave station on the opposite side of the globe on 8652 kilohertz. Expressed in megahertz,
|
|
33
|
+
enter 8.652 when prompted.
|
|
34
|
+
|
|
35
|
+
## Contributing
|
|
36
|
+
|
|
37
|
+
1. Fork it
|
|
38
|
+
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
39
|
+
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
40
|
+
4. Push to the branch (`git push origin my-new-feature`)
|
|
41
|
+
5. Create new Pull Request
|
data/Rakefile
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require "bundler/gem_tasks"
|
data/lib/session.rb
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
require './shortwave_antenna_calculator.rb'
|
|
2
|
+
|
|
3
|
+
@session = AntennaCalculator.new
|
|
4
|
+
|
|
5
|
+
puts "Half-Wave Wire Antenna Length Calculator"
|
|
6
|
+
|
|
7
|
+
puts "\nThis program calculates the optimal length of a half-wave wire"
|
|
8
|
+
puts "antenna for any shortwave radio frequency between 1.8 and 30 MHz."
|
|
9
|
+
puts "\nFrequencies must be entered in decimal notation (For example: 12.672)"
|
|
10
|
+
puts "\nEnter a radio frequency in MHz:"
|
|
11
|
+
|
|
12
|
+
@session.freq = gets
|
|
13
|
+
@session.get_frequency
|
|
14
|
+
@session.range_check
|
|
15
|
+
@session.calculate_length(@freq)
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
class AntennaCalculator
|
|
2
|
+
attr_accessor :freq, :length
|
|
3
|
+
|
|
4
|
+
def initialize
|
|
5
|
+
@freq = freq
|
|
6
|
+
@length = length
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
def get_frequency
|
|
10
|
+
@freq = freq.to_f.round(3)
|
|
11
|
+
end
|
|
12
|
+
|
|
13
|
+
def range_check
|
|
14
|
+
if (1.8..30).cover?(@freq)
|
|
15
|
+
puts "Calculating antenna length for #{@freq} Mhz"
|
|
16
|
+
else
|
|
17
|
+
puts "The frequency must be between 1.8-30 Mhz. Please try again."
|
|
18
|
+
exit
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
|
|
22
|
+
def calculate_length(freq)
|
|
23
|
+
# @freq = @freq.to_f.round(3)
|
|
24
|
+
@length = Float(468/@freq).round(2)
|
|
25
|
+
puts "\nThe optimal antenna length for this frequency is #{@length} feet"
|
|
26
|
+
@length
|
|
27
|
+
end
|
|
28
|
+
end
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
require "#{File.dirname(__FILE__)}/shortwave_antenna_calculator"
|
|
2
|
+
|
|
3
|
+
describe "#get_frequency" do
|
|
4
|
+
before do
|
|
5
|
+
@calculator = AntennaCalculator.new
|
|
6
|
+
end
|
|
7
|
+
|
|
8
|
+
describe "#calculate_length" do
|
|
9
|
+
it "should calculate the antenna length" do
|
|
10
|
+
@freq = 7.294
|
|
11
|
+
@calculator.calculate_length(@freq).should eq 64.16
|
|
12
|
+
end
|
|
13
|
+
end
|
|
14
|
+
end
|
|
15
|
+
|
|
16
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
+
require 'shortwave_antenna_calculator/version'
|
|
5
|
+
|
|
6
|
+
Gem::Specification.new do |spec|
|
|
7
|
+
spec.name = "shortwave_antenna_calculator"
|
|
8
|
+
spec.version = ShortwaveAntennaCalculator::VERSION
|
|
9
|
+
spec.authors = ["Doug MacDowell"]
|
|
10
|
+
spec.email = ["dougmac9@uw.edu"]
|
|
11
|
+
spec.description = %q{Gem for finding shortwave antenna lengths}
|
|
12
|
+
spec.summary = %q{Calculates the antenna length for a given shortwave frequency}
|
|
13
|
+
spec.homepage = ""
|
|
14
|
+
spec.license = "MIT"
|
|
15
|
+
|
|
16
|
+
spec.files = `git ls-files`.split($/)
|
|
17
|
+
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
18
|
+
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
|
+
spec.require_paths = ["lib"]
|
|
20
|
+
|
|
21
|
+
spec.add_development_dependency "bundler", "~> 1.3"
|
|
22
|
+
spec.add_development_dependency "rake"
|
|
23
|
+
end
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
require "#{File.dirname(__FILE__)}/shortwave_antenna_calculator"
|
|
2
|
+
|
|
3
|
+
describe "#get_frequency" do
|
|
4
|
+
before do
|
|
5
|
+
@calculator = AntennaCalculator.new
|
|
6
|
+
end
|
|
7
|
+
|
|
8
|
+
describe "#calculate_length" do
|
|
9
|
+
it "should calculate the antenna length" do
|
|
10
|
+
@freq = 7.294
|
|
11
|
+
@calculator.calculate_length(@freq).should eq 64.16
|
|
12
|
+
end
|
|
13
|
+
end
|
|
14
|
+
end
|
|
15
|
+
|
|
16
|
+
|
metadata
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: shortwave_antenna_calculator
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Doug MacDowell
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2013-12-10 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: bundler
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ~>
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '1.3'
|
|
20
|
+
type: :development
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ~>
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '1.3'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: rake
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ! '>='
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
34
|
+
type: :development
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ! '>='
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
description: Gem for finding shortwave antenna lengths
|
|
42
|
+
email:
|
|
43
|
+
- dougmac9@uw.edu
|
|
44
|
+
executables: []
|
|
45
|
+
extensions: []
|
|
46
|
+
extra_rdoc_files: []
|
|
47
|
+
files:
|
|
48
|
+
- .gitignore
|
|
49
|
+
- .idea/.name
|
|
50
|
+
- .idea/.rakeTasks
|
|
51
|
+
- .idea/encodings.xml
|
|
52
|
+
- .idea/misc.xml
|
|
53
|
+
- .idea/modules.xml
|
|
54
|
+
- .idea/runConfigurations/session.xml
|
|
55
|
+
- .idea/scopes/scope_settings.xml
|
|
56
|
+
- .idea/shortwave_antenna_calculator.iml
|
|
57
|
+
- .idea/vcs.xml
|
|
58
|
+
- .idea/workspace.xml
|
|
59
|
+
- Gemfile
|
|
60
|
+
- LICENSE.txt
|
|
61
|
+
- README.md
|
|
62
|
+
- Rakefile
|
|
63
|
+
- lib/session.rb
|
|
64
|
+
- lib/shortwave_antenna_calculator.rb
|
|
65
|
+
- lib/shortwave_antenna_calculator/version.rb
|
|
66
|
+
- lib/shortwave_antenna_calculator_spec.rb
|
|
67
|
+
- shortwave_antenna_calculator.gemspec
|
|
68
|
+
- test/shortwave_antenna_calculator_spec.rb
|
|
69
|
+
homepage: ''
|
|
70
|
+
licenses:
|
|
71
|
+
- MIT
|
|
72
|
+
metadata: {}
|
|
73
|
+
post_install_message:
|
|
74
|
+
rdoc_options: []
|
|
75
|
+
require_paths:
|
|
76
|
+
- lib
|
|
77
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
78
|
+
requirements:
|
|
79
|
+
- - ! '>='
|
|
80
|
+
- !ruby/object:Gem::Version
|
|
81
|
+
version: '0'
|
|
82
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
|
+
requirements:
|
|
84
|
+
- - ! '>='
|
|
85
|
+
- !ruby/object:Gem::Version
|
|
86
|
+
version: '0'
|
|
87
|
+
requirements: []
|
|
88
|
+
rubyforge_project:
|
|
89
|
+
rubygems_version: 2.1.5
|
|
90
|
+
signing_key:
|
|
91
|
+
specification_version: 4
|
|
92
|
+
summary: Calculates the antenna length for a given shortwave frequency
|
|
93
|
+
test_files:
|
|
94
|
+
- test/shortwave_antenna_calculator_spec.rb
|