spree_utag 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +22 -0
  3. data/.idea/.name +1 -0
  4. data/.idea/.rakeTasks +7 -0
  5. data/.idea/encodings.xml +5 -0
  6. data/.idea/misc.xml +42 -0
  7. data/.idea/modules.xml +9 -0
  8. data/.idea/scopes/scope_settings.xml +5 -0
  9. data/.idea/spree_utag.iml +24 -0
  10. data/.idea/vcs.xml +7 -0
  11. data/.idea/workspace.xml +433 -0
  12. data/.rvmrc +1 -0
  13. data/Gemfile +4 -0
  14. data/Gemfile.lock +17 -0
  15. data/LICENSE.txt +22 -0
  16. data/MIT-LICENSE +20 -0
  17. data/README.md +29 -0
  18. data/README.rdoc +3 -0
  19. data/Rakefile +2 -0
  20. data/app/overrides/add_utag_to_home_page.rb +10 -0
  21. data/lib/spree_utag/version.rb +3 -0
  22. data/lib/spree_utag.rb +6 -0
  23. data/lib/tasks/spree_utag_tasks.rake +4 -0
  24. data/spree_utag.gemspec +23 -0
  25. data/test/dummy/README.rdoc +28 -0
  26. data/test/dummy/Rakefile +6 -0
  27. data/test/dummy/app/assets/images/.keep +0 -0
  28. data/test/dummy/app/assets/javascripts/application.js +13 -0
  29. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  30. data/test/dummy/app/controllers/application_controller.rb +5 -0
  31. data/test/dummy/app/controllers/concerns/.keep +0 -0
  32. data/test/dummy/app/helpers/application_helper.rb +2 -0
  33. data/test/dummy/app/mailers/.keep +0 -0
  34. data/test/dummy/app/models/.keep +0 -0
  35. data/test/dummy/app/models/concerns/.keep +0 -0
  36. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  37. data/test/dummy/bin/bundle +3 -0
  38. data/test/dummy/bin/rails +4 -0
  39. data/test/dummy/bin/rake +4 -0
  40. data/test/dummy/bin/setup +29 -0
  41. data/test/dummy/config/application.rb +26 -0
  42. data/test/dummy/config/boot.rb +5 -0
  43. data/test/dummy/config/database.yml +25 -0
  44. data/test/dummy/config/environment.rb +5 -0
  45. data/test/dummy/config/environments/development.rb +41 -0
  46. data/test/dummy/config/environments/production.rb +79 -0
  47. data/test/dummy/config/environments/test.rb +42 -0
  48. data/test/dummy/config/initializers/assets.rb +11 -0
  49. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  50. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  51. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  52. data/test/dummy/config/initializers/inflections.rb +16 -0
  53. data/test/dummy/config/initializers/mime_types.rb +4 -0
  54. data/test/dummy/config/initializers/session_store.rb +3 -0
  55. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  56. data/test/dummy/config/locales/en.yml +23 -0
  57. data/test/dummy/config/routes.rb +56 -0
  58. data/test/dummy/config/secrets.yml +22 -0
  59. data/test/dummy/config.ru +4 -0
  60. data/test/dummy/lib/assets/.keep +0 -0
  61. data/test/dummy/log/.keep +0 -0
  62. data/test/dummy/public/404.html +67 -0
  63. data/test/dummy/public/422.html +67 -0
  64. data/test/dummy/public/500.html +66 -0
  65. data/test/dummy/public/favicon.ico +0 -0
  66. data/test/spree_utag_test.rb +7 -0
  67. data/test/test_helper.rb +19 -0
  68. metadata +181 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: fadbfc49bbbf386a22e01c004665f38dca5191f8
4
+ data.tar.gz: 7e0c538cc03d4200b74456bbce565186149882bc
5
+ SHA512:
6
+ metadata.gz: f5316f039f319410a57be83027d928f0fc3253372e900291c7297ec3e9f452006e38c21c8b92054b63672512e777a5cc50526d97bc218ce12606fdbaa7a20b25
7
+ data.tar.gz: 23842e2c35dc761e2d6ea8e79b0cd01e992c160b9b4433f8f60fec9e7ef45a933d62129285193568abe8b3b893e166e8b8a34384cc6af2cec3224712400b6a23
data/.gitignore ADDED
@@ -0,0 +1,22 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
18
+ *.bundle
19
+ *.so
20
+ *.o
21
+ *.a
22
+ mkmf.log
data/.idea/.name ADDED
@@ -0,0 +1 @@
1
+ spree_utag
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 spree_utag-0.0.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install spree_utag-0.0.1.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.1 and build and push spree_utag-0.0.1.gem to Rubygems" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
4
+ </project>
5
+
data/.idea/misc.xml ADDED
@@ -0,0 +1,42 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectInspectionProfilesVisibleTreeState">
4
+ <entry key="Project Default">
5
+ <profile-state>
6
+ <expanded-state>
7
+ <State>
8
+ <id />
9
+ </State>
10
+ <State>
11
+ <id>CSS</id>
12
+ </State>
13
+ <State>
14
+ <id>GeneralJavaScript</id>
15
+ </State>
16
+ <State>
17
+ <id>Internationalization issues</id>
18
+ </State>
19
+ <State>
20
+ <id>JavaScript</id>
21
+ </State>
22
+ <State>
23
+ <id>RELAX NG</id>
24
+ </State>
25
+ <State>
26
+ <id>Ruby</id>
27
+ </State>
28
+ <State>
29
+ <id>SQL</id>
30
+ </State>
31
+ </expanded-state>
32
+ <selected-state>
33
+ <State>
34
+ <id>CoffeeScript</id>
35
+ </State>
36
+ </selected-state>
37
+ </profile-state>
38
+ </entry>
39
+ </component>
40
+ <component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-1.9.3-p194 [widelife]" project-jdk-type="RUBY_SDK" />
41
+ </project>
42
+
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/spree_utag.iml" filepath="$PROJECT_DIR$/.idea/spree_utag.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
9
+
@@ -0,0 +1,5 @@
1
+ <component name="DependencyValidationManager">
2
+ <state>
3
+ <option name="SKIP_IMPORT_STATEMENTS" value="false" />
4
+ </state>
5
+ </component>
@@ -0,0 +1,24 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="CompassSettings">
4
+ <option name="compassSupportEnabled" value="true" />
5
+ </component>
6
+ <component name="FacetManager">
7
+ <facet type="gem" name="Ruby Gem">
8
+ <configuration>
9
+ <option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
10
+ <option name="GEM_APP_TEST_PATH" value="$MODULE_DIR$/test" />
11
+ <option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
12
+ </configuration>
13
+ </facet>
14
+ </component>
15
+ <component name="NewModuleRootManager">
16
+ <content url="file://$MODULE_DIR$">
17
+ <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
18
+ </content>
19
+ <orderEntry type="jdk" jdkName="RVM: ruby-2.2.0 [spree_utag]" jdkType="RUBY_SDK" />
20
+ <orderEntry type="sourceFolder" forTests="false" />
21
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.8.3, RVM: ruby-2.2.0 [spree_utag]) [gem]" level="application" />
22
+ </component>
23
+ </module>
24
+
data/.idea/vcs.xml ADDED
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="" />
5
+ </component>
6
+ </project>
7
+
@@ -0,0 +1,433 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="20f9f221-7917-437d-93f2-1363093d137b" name="Default" comment="" />
5
+ <ignored path="spree_utag.iws" />
6
+ <ignored path=".idea/workspace.xml" />
7
+ <option name="TRACKING_ENABLED" value="true" />
8
+ <option name="SHOW_DIALOG" value="false" />
9
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
11
+ <option name="LAST_RESOLUTION" value="IGNORE" />
12
+ </component>
13
+ <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
14
+ <component name="CreatePatchCommitExecutor">
15
+ <option name="PATCH_PATH" value="" />
16
+ </component>
17
+ <component name="DaemonCodeAnalyzer">
18
+ <disable_hints />
19
+ </component>
20
+ <component name="FavoritesManager">
21
+ <favorites_list name="spree_utag" />
22
+ </component>
23
+ <component name="FileEditorManager">
24
+ <leaf>
25
+ <file leaf-file-name="railtie.rb" pinned="false" current="true" current-in-tab="true">
26
+ <entry file="file://$PROJECT_DIR$/lib/spree_utag/railtie.rb">
27
+ <provider selected="true" editor-type-id="text-editor">
28
+ <state vertical-scroll-proportion="0.27202073" vertical-offset="0" max-vertical-offset="386">
29
+ <caret line="7" column="3" selection-start-line="7" selection-start-column="3" selection-end-line="7" selection-end-column="3" />
30
+ <folding />
31
+ </state>
32
+ </provider>
33
+ </entry>
34
+ </file>
35
+ </leaf>
36
+ </component>
37
+ <component name="FindManager">
38
+ <FindUsagesManager>
39
+ <setting name="OPEN_NEW_TAB" value="true" />
40
+ </FindUsagesManager>
41
+ </component>
42
+ <component name="IdeDocumentHistory">
43
+ <option name="changedFiles">
44
+ <list>
45
+ <option value="$PROJECT_DIR$/Gemfile" />
46
+ <option value="$PROJECT_DIR$/.rvmrc" />
47
+ <option value="$PROJECT_DIR$/.gitignore" />
48
+ <option value="$PROJECT_DIR$/lib/spree_utag/version.rb" />
49
+ <option value="$PROJECT_DIR$/app/overrides/add_utag_to_home_page.rb" />
50
+ <option value="$PROJECT_DIR$/lib/tasks/spree_utag_tasks.rake" />
51
+ <option value="$PROJECT_DIR$/spree_utag.gemspec" />
52
+ <option value="$PROJECT_DIR$/lib/spree_utag.rb" />
53
+ <option value="$PROJECT_DIR$/lib/spree_utag/railtie.rb" />
54
+ </list>
55
+ </option>
56
+ </component>
57
+ <component name="ProjectFrameBounds">
58
+ <option name="x" value="49" />
59
+ <option name="y" value="52" />
60
+ <option name="width" value="658" />
61
+ <option name="height" value="716" />
62
+ </component>
63
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
64
+ <OptionsSetting value="true" id="Add" />
65
+ <OptionsSetting value="true" id="Remove" />
66
+ <OptionsSetting value="true" id="Checkout" />
67
+ <OptionsSetting value="true" id="Update" />
68
+ <OptionsSetting value="true" id="Status" />
69
+ <OptionsSetting value="true" id="Edit" />
70
+ <ConfirmationsSetting value="0" id="Add" />
71
+ <ConfirmationsSetting value="0" id="Remove" />
72
+ </component>
73
+ <component name="ProjectReloadState">
74
+ <option name="STATE" value="0" />
75
+ </component>
76
+ <component name="ProjectView">
77
+ <navigator currentView="ProjectPane" proportions="" version="1">
78
+ <flattenPackages />
79
+ <showMembers />
80
+ <showModules />
81
+ <showLibraryContents />
82
+ <hideEmptyPackages />
83
+ <abbreviatePackageNames />
84
+ <autoscrollToSource />
85
+ <autoscrollFromSource />
86
+ <sortByType />
87
+ </navigator>
88
+ <panes>
89
+ <pane id="ProjectPane">
90
+ <subPane>
91
+ <PATH>
92
+ <PATH_ELEMENT>
93
+ <option name="myItemId" value="spree_utag" />
94
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
95
+ </PATH_ELEMENT>
96
+ </PATH>
97
+ <PATH>
98
+ <PATH_ELEMENT>
99
+ <option name="myItemId" value="spree_utag" />
100
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
101
+ </PATH_ELEMENT>
102
+ <PATH_ELEMENT>
103
+ <option name="myItemId" value="spree_utag" />
104
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
105
+ </PATH_ELEMENT>
106
+ </PATH>
107
+ <PATH>
108
+ <PATH_ELEMENT>
109
+ <option name="myItemId" value="spree_utag" />
110
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
111
+ </PATH_ELEMENT>
112
+ <PATH_ELEMENT>
113
+ <option name="myItemId" value="spree_utag" />
114
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
115
+ </PATH_ELEMENT>
116
+ <PATH_ELEMENT>
117
+ <option name="myItemId" value="lib" />
118
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
119
+ </PATH_ELEMENT>
120
+ </PATH>
121
+ <PATH>
122
+ <PATH_ELEMENT>
123
+ <option name="myItemId" value="spree_utag" />
124
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
125
+ </PATH_ELEMENT>
126
+ <PATH_ELEMENT>
127
+ <option name="myItemId" value="spree_utag" />
128
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
129
+ </PATH_ELEMENT>
130
+ <PATH_ELEMENT>
131
+ <option name="myItemId" value="lib" />
132
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
133
+ </PATH_ELEMENT>
134
+ <PATH_ELEMENT>
135
+ <option name="myItemId" value="spree_utag" />
136
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
137
+ </PATH_ELEMENT>
138
+ </PATH>
139
+ <PATH>
140
+ <PATH_ELEMENT>
141
+ <option name="myItemId" value="spree_utag" />
142
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
143
+ </PATH_ELEMENT>
144
+ <PATH_ELEMENT>
145
+ <option name="myItemId" value="spree_utag" />
146
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
147
+ </PATH_ELEMENT>
148
+ <PATH_ELEMENT>
149
+ <option name="myItemId" value="app" />
150
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
151
+ </PATH_ELEMENT>
152
+ <PATH_ELEMENT>
153
+ <option name="myItemId" value="overrides" />
154
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
155
+ </PATH_ELEMENT>
156
+ </PATH>
157
+ </subPane>
158
+ </pane>
159
+ <pane id="Scope" />
160
+ </panes>
161
+ </component>
162
+ <component name="PropertiesComponent">
163
+ <property name="options.lastSelected" value="Errors" />
164
+ <property name="options.splitter.main.proportions" value="0.35233918" />
165
+ <property name="options.splitter.details.proportions" value="0.2" />
166
+ <property name="options.searchVisible" value="true" />
167
+ <property name="WebServerToolWindowFactoryState" value="false" />
168
+ <property name="last_opened_file_path" value="$PROJECT_DIR$" />
169
+ </component>
170
+ <component name="RecentsManager">
171
+ <key name="MoveFile.RECENT_KEYS">
172
+ <recent name="$PROJECT_DIR$/utag" />
173
+ <recent name="$PROJECT_DIR$" />
174
+ <recent name="$PROJECT_DIR$/lib/app" />
175
+ <recent name="$PROJECT_DIR$/lib" />
176
+ </key>
177
+ </component>
178
+ <component name="RunManager">
179
+ <configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
180
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
181
+ <module name="" />
182
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
183
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
184
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
185
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
186
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
187
+ <envs />
188
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
189
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
190
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
191
+ <COVERAGE_PATTERN ENABLED="true">
192
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
193
+ </COVERAGE_PATTERN>
194
+ </EXTENSION>
195
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
196
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
197
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
198
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
199
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
200
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
201
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
202
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
203
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
204
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
205
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
206
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
207
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
208
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
209
+ <method />
210
+ </configuration>
211
+ <configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
212
+ <module name="" />
213
+ <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
214
+ <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
215
+ <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
216
+ <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
217
+ <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
218
+ <envs />
219
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
220
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
221
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
222
+ <COVERAGE_PATTERN ENABLED="true">
223
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
224
+ </COVERAGE_PATTERN>
225
+ </EXTENSION>
226
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
227
+ <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
228
+ <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
229
+ <method />
230
+ </configuration>
231
+ <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
232
+ <method />
233
+ </configuration>
234
+ <configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
235
+ <predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
236
+ <module name="" />
237
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
238
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
239
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
240
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
241
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
242
+ <envs />
243
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
244
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
245
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
246
+ <COVERAGE_PATTERN ENABLED="true">
247
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
248
+ </COVERAGE_PATTERN>
249
+ </EXTENSION>
250
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
251
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
252
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
253
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
254
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
255
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
256
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
257
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
258
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
259
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
260
+ <method />
261
+ </configuration>
262
+ <list size="0" />
263
+ </component>
264
+ <component name="ShelveChangesManager" show_recycled="false" />
265
+ <component name="TaskManager">
266
+ <task active="true" id="Default" summary="Default task">
267
+ <changelist id="20f9f221-7917-437d-93f2-1363093d137b" name="Default" comment="" />
268
+ <created>1442130975152</created>
269
+ <updated>1442130975152</updated>
270
+ </task>
271
+ <servers />
272
+ </component>
273
+ <component name="ToolWindowManager">
274
+ <frame x="49" y="52" width="658" height="716" extended-state="4" />
275
+ <editor active="true" />
276
+ <layout>
277
+ <window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.45595053" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
278
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.33693972" sideWeight="0.4996066" order="11" side_tool="false" content_ui="tabs" />
279
+ <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" />
280
+ <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3296617" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
281
+ <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.24940991" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
282
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.41993463" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
283
+ <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" />
284
+ <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" />
285
+ <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.5688889" sideWeight="0.5003934" order="8" side_tool="true" content_ui="tabs" />
286
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.5140741" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
287
+ <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3288889" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
288
+ <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" />
289
+ <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" />
290
+ <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" />
291
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3288889" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
292
+ <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3288889" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
293
+ <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" />
294
+ <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="12" side_tool="false" content_ui="tabs" />
295
+ <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" />
296
+ <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" />
297
+ </layout>
298
+ </component>
299
+ <component name="Vcs.Log.UiProperties">
300
+ <option name="RECENTLY_FILTERED_USER_GROUPS">
301
+ <collection />
302
+ </option>
303
+ <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
304
+ <collection />
305
+ </option>
306
+ </component>
307
+ <component name="VcsContentAnnotationSettings">
308
+ <option name="myLimit" value="2678400000" />
309
+ </component>
310
+ <component name="VcsManagerConfiguration">
311
+ <option name="myTodoPanelSettings">
312
+ <TodoPanelSettings />
313
+ </option>
314
+ </component>
315
+ <component name="XDebuggerManager">
316
+ <breakpoint-manager />
317
+ </component>
318
+ <component name="editorHistoryManager">
319
+ <entry file="file://$PROJECT_DIR$/app/overrides/add_utag_to_home_page.rb">
320
+ <provider selected="true" editor-type-id="text-editor">
321
+ <state vertical-scroll-proportion="0.0" vertical-offset="135" max-vertical-offset="225">
322
+ <caret line="9" column="3" selection-start-line="9" selection-start-column="3" selection-end-line="9" selection-end-column="3" />
323
+ <folding />
324
+ </state>
325
+ </provider>
326
+ </entry>
327
+ <entry file="file://$PROJECT_DIR$/spree_utag.gemspec">
328
+ <provider selected="true" editor-type-id="text-editor">
329
+ <state vertical-scroll-proportion="0.0" vertical-offset="15" max-vertical-offset="435">
330
+ <caret line="1" column="42" selection-start-line="1" selection-start-column="42" selection-end-line="1" selection-end-column="42" />
331
+ <folding />
332
+ </state>
333
+ </provider>
334
+ </entry>
335
+ <entry file="file://$PROJECT_DIR$/.rvmrc">
336
+ <provider selected="true" editor-type-id="text-editor">
337
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="90">
338
+ <caret line="0" column="38" selection-start-line="0" selection-start-column="38" selection-end-line="0" selection-end-column="38" />
339
+ </state>
340
+ </provider>
341
+ </entry>
342
+ <entry file="file://$PROJECT_DIR$/lib/spree_utag/version.rb">
343
+ <provider selected="true" editor-type-id="text-editor">
344
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="135">
345
+ <caret line="1" column="16" selection-start-line="1" selection-start-column="16" selection-end-line="1" selection-end-column="16" />
346
+ </state>
347
+ </provider>
348
+ </entry>
349
+ <entry file="file://$PROJECT_DIR$/Rakefile">
350
+ <provider selected="true" editor-type-id="text-editor">
351
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="600">
352
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
353
+ </state>
354
+ </provider>
355
+ </entry>
356
+ <entry file="file://$PROJECT_DIR$/.gitignore">
357
+ <provider selected="true" editor-type-id="text-editor">
358
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="240">
359
+ <caret line="3" column="16" selection-start-line="3" selection-start-column="16" selection-end-line="3" selection-end-column="16" />
360
+ <folding />
361
+ </state>
362
+ </provider>
363
+ </entry>
364
+ <entry file="file://$PROJECT_DIR$/Gemfile.lock">
365
+ <provider selected="true" editor-type-id="text-editor">
366
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1650">
367
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
368
+ </state>
369
+ </provider>
370
+ <provider editor-type-id="com.intellij.persistence.database.editor.CsvTableFileEditorProvider">
371
+ <state />
372
+ </provider>
373
+ </entry>
374
+ <entry file="file://$PROJECT_DIR$/app/overrides/add_utag_to_home_page.rb">
375
+ <provider selected="true" editor-type-id="text-editor">
376
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="225">
377
+ <caret line="9" column="3" selection-start-line="9" selection-start-column="3" selection-end-line="9" selection-end-column="3" />
378
+ <folding />
379
+ </state>
380
+ </provider>
381
+ </entry>
382
+ <entry file="file://$PROJECT_DIR$/lib/spree_utag.rb">
383
+ <provider selected="true" editor-type-id="text-editor">
384
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="165">
385
+ <caret line="0" column="28" selection-start-line="0" selection-start-column="28" selection-end-line="0" selection-end-column="28" />
386
+ <folding />
387
+ </state>
388
+ </provider>
389
+ </entry>
390
+ <entry file="file://$PROJECT_DIR$/README.md">
391
+ <provider selected="true" editor-type-id="text-editor">
392
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="525">
393
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
394
+ <folding />
395
+ </state>
396
+ </provider>
397
+ <provider editor-type-id="MultiMarkdownFxHtmlEditor">
398
+ <state />
399
+ </provider>
400
+ <provider editor-type-id="MarkdownPreviewEditor">
401
+ <state />
402
+ </provider>
403
+ <provider editor-type-id="MultiMarkdownFxPreviewEditor">
404
+ <state />
405
+ </provider>
406
+ </entry>
407
+ <entry file="file://$PROJECT_DIR$/spree_utag.gemspec">
408
+ <provider selected="true" editor-type-id="text-editor">
409
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="435">
410
+ <caret line="1" column="42" selection-start-line="1" selection-start-column="42" selection-end-line="1" selection-end-column="42" />
411
+ <folding />
412
+ </state>
413
+ </provider>
414
+ </entry>
415
+ <entry file="file://$PROJECT_DIR$/Gemfile">
416
+ <provider selected="true" editor-type-id="text-editor">
417
+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="150">
418
+ <caret line="4" column="0" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
419
+ <folding />
420
+ </state>
421
+ </provider>
422
+ </entry>
423
+ <entry file="file://$PROJECT_DIR$/lib/spree_utag/railtie.rb">
424
+ <provider selected="true" editor-type-id="text-editor">
425
+ <state vertical-scroll-proportion="0.27202073" vertical-offset="0" max-vertical-offset="386">
426
+ <caret line="7" column="3" selection-start-line="7" selection-start-column="3" selection-end-line="7" selection-end-column="3" />
427
+ <folding />
428
+ </state>
429
+ </provider>
430
+ </entry>
431
+ </component>
432
+ </project>
433
+
data/.rvmrc ADDED
@@ -0,0 +1 @@
1
+ rvm use ruby-2.2.0@spree_utag --create
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in spree_utag.gemspec
4
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,17 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ spree_utag (0.0.1)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ rake (10.4.2)
10
+
11
+ PLATFORMS
12
+ ruby
13
+
14
+ DEPENDENCIES
15
+ bundler (~> 1.6)
16
+ rake
17
+ spree_utag!
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2015 Andrew
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.