ssp-creator 0.4.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c15e9fd70099ca3c3808dbc34925ada8b10ac9c3
4
+ data.tar.gz: f3067ccd006975175079b3f2e5a7602a52334486
5
+ SHA512:
6
+ metadata.gz: 401c7aa95256255364d79f73ca09a3a451b6759977b419e9907142c2958ae125a44e546e6aaaa3d63fc9e8a5cf60a4cd9736ebc2c5fd5171b362371b776fdca0
7
+ data.tar.gz: 470bcb053d00d8681c5199f8513ee0460039ea8dae7ae47153305f9bdf032cbf5284cbfd3921d7ebcf0baf81c30c577e8d5839b0a5a69f83c8b7d79581dc0eb7
data/.gitignore ADDED
@@ -0,0 +1,10 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ /.idea/
data/.idea/.name ADDED
@@ -0,0 +1 @@
1
+ ssp-creator
data/.idea/misc.xml ADDED
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
4
+ <OptionsSetting value="true" id="Add" />
5
+ <OptionsSetting value="true" id="Remove" />
6
+ <OptionsSetting value="true" id="Checkout" />
7
+ <OptionsSetting value="true" id="Update" />
8
+ <OptionsSetting value="true" id="Status" />
9
+ <OptionsSetting value="true" id="Edit" />
10
+ <ConfirmationsSetting value="0" id="Add" />
11
+ <ConfirmationsSetting value="0" id="Remove" />
12
+ </component>
13
+ <component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-2.1.6" project-jdk-type="RUBY_SDK" />
14
+ </project>
data/.idea/modules.xml ADDED
@@ -0,0 +1,8 @@
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/ssp-creator.iml" filepath="$PROJECT_DIR$/.idea/ssp-creator.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,94 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="FacetManager">
4
+ <facet type="gem" name="Ruby Gem">
5
+ <configuration>
6
+ <option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
7
+ <option name="GEM_APP_TEST_PATH" value="$MODULE_DIR$/test" />
8
+ <option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
9
+ </configuration>
10
+ </facet>
11
+ </component>
12
+ <component name="ModuleRunConfigurationManager">
13
+ <configuration default="false" name="build: ssp-creator" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
14
+ <module name="ssp-creator" />
15
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
16
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
17
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
18
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
19
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
20
+ <envs />
21
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
22
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
23
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
24
+ <COVERAGE_PATTERN ENABLED="true">
25
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
26
+ </COVERAGE_PATTERN>
27
+ </EXTENSION>
28
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
29
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="build" />
30
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
31
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
32
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
33
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
34
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
35
+ <method />
36
+ </configuration>
37
+ <configuration default="false" name="creator" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
38
+ <module name="ssp-creator" />
39
+ <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
40
+ <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib/ssp" />
41
+ <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
42
+ <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
43
+ <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
44
+ <envs />
45
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
46
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
47
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
48
+ <COVERAGE_PATTERN ENABLED="true">
49
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
50
+ </COVERAGE_PATTERN>
51
+ </EXTENSION>
52
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
53
+ <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/ssp/creator.rb" />
54
+ <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
55
+ <method />
56
+ </configuration>
57
+ <configuration default="false" name="ssp-creator" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
58
+ <module name="ssp-creator" />
59
+ <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
60
+ <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
61
+ <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
62
+ <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
63
+ <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
64
+ <envs />
65
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
66
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
67
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
68
+ <COVERAGE_PATTERN ENABLED="true">
69
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
70
+ </COVERAGE_PATTERN>
71
+ </EXTENSION>
72
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
73
+ <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/ssp-creator.gemspec" />
74
+ <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
75
+ <method />
76
+ </configuration>
77
+ </component>
78
+ <component name="NewModuleRootManager">
79
+ <content url="file://$MODULE_DIR$">
80
+ <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
81
+ </content>
82
+ <orderEntry type="inheritedJdk" />
83
+ <orderEntry type="sourceFolder" forTests="false" />
84
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.11.2, RVM: ruby-2.1.6) [gem]" level="application" />
85
+ <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.2.5, RVM: ruby-2.1.6) [gem]" level="application" />
86
+ <orderEntry type="library" scope="PROVIDED" name="rake (v10.4.2, RVM: ruby-2.1.6) [gem]" level="application" />
87
+ <orderEntry type="library" scope="PROVIDED" name="rspec (v3.0.0, RVM: ruby-2.1.6) [gem]" level="application" />
88
+ <orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.0.4, RVM: ruby-2.1.6) [gem]" level="application" />
89
+ <orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.0.4, RVM: ruby-2.1.6) [gem]" level="application" />
90
+ <orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.0.4, RVM: ruby-2.1.6) [gem]" level="application" />
91
+ <orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.0.4, RVM: ruby-2.1.6) [gem]" level="application" />
92
+ <orderEntry type="library" scope="PROVIDED" name="thor (v0.19.1, RVM: ruby-2.1.6) [gem]" level="application" />
93
+ </component>
94
+ </module>
data/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>