creative_awesome_landing 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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: f361cf5be500643f7a1b7cd8358a81734f35b134
4
+ data.tar.gz: 19632a2a55c998a8468111106877d11a0879a4f9
5
+ SHA512:
6
+ metadata.gz: 66cabe713564651e42205854263631eaba8e10222861827092347b6729a0bb3a2ef4d00f3859ae356c5cabca49e419bfa9db7d39d6f0d71815f52f17c4380baa
7
+ data.tar.gz: 2b00f20fd875dc4c12febbc1b453ad6493980cf419418355896dba8d244759cb4eb2be289cb9735fd1b8711d294c27b0f4435891b31de2a9b12cf47d202e793d
data/.gitignore ADDED
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
data/.idea/.name ADDED
@@ -0,0 +1 @@
1
+ creative_awesome_landing
@@ -0,0 +1,43 @@
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="NewModuleRootManager">
13
+ <content url="file://$MODULE_DIR$">
14
+ <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
15
+ <excludeFolder url="file://$MODULE_DIR$/.bundle" />
16
+ <excludeFolder url="file://$MODULE_DIR$/vendor/bundle" />
17
+ </content>
18
+ <orderEntry type="jdk" jdkName="RVM: ruby-2.2.3 [creative]" jdkType="RUBY_SDK" />
19
+ <orderEntry type="sourceFolder" forTests="false" />
20
+ <orderEntry type="library" scope="PROVIDED" name="actionpack (v4.2.6, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
21
+ <orderEntry type="library" scope="PROVIDED" name="actionview (v4.2.6, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
22
+ <orderEntry type="library" scope="PROVIDED" name="activesupport (v4.2.6, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
23
+ <orderEntry type="library" scope="PROVIDED" name="builder (v3.2.2, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
24
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.12.0.rc, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
25
+ <orderEntry type="library" scope="PROVIDED" name="erubis (v2.7.0, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
26
+ <orderEntry type="library" scope="PROVIDED" name="i18n (v0.7.0, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
27
+ <orderEntry type="library" scope="PROVIDED" name="json (v1.8.3, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
28
+ <orderEntry type="library" scope="PROVIDED" name="loofah (v2.0.3, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
29
+ <orderEntry type="library" scope="PROVIDED" name="mini_portile2 (v2.0.0, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
30
+ <orderEntry type="library" scope="PROVIDED" name="minitest (v5.8.4, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
31
+ <orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.6.7.2, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
32
+ <orderEntry type="library" scope="PROVIDED" name="rack (v1.6.4, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
33
+ <orderEntry type="library" scope="PROVIDED" name="rack-test (v0.6.3, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
34
+ <orderEntry type="library" scope="PROVIDED" name="rails-deprecated_sanitizer (v1.0.3, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
35
+ <orderEntry type="library" scope="PROVIDED" name="rails-dom-testing (v1.0.7, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
36
+ <orderEntry type="library" scope="PROVIDED" name="rails-html-sanitizer (v1.0.3, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
37
+ <orderEntry type="library" scope="PROVIDED" name="railties (v4.2.6, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
38
+ <orderEntry type="library" scope="PROVIDED" name="rake (v10.5.0, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
39
+ <orderEntry type="library" scope="PROVIDED" name="thor (v0.19.1, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
40
+ <orderEntry type="library" scope="PROVIDED" name="thread_safe (v0.3.5, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
41
+ <orderEntry type="library" scope="PROVIDED" name="tzinfo (v1.2.2, RVM: ruby-2.2.3 [creative]) [gem]" level="application" />
42
+ </component>
43
+ </module>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Encoding">
4
+ <file url="PROJECT" charset="UTF-8" />
5
+ </component>
6
+ </project>
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="ruby-2.0.0-p645" 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/creative_awesome_landing.iml" filepath="$PROJECT_DIR$/.idea/creative_awesome_landing.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,374 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="c9140a6e-59f3-4fe6-9a5f-8b03eb0c4578" name="Default" comment="">
5
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.gitignore" />
6
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/.name" />
7
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/creative_awesome_landing.iml" />
8
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/encodings.xml" />
9
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/misc.xml" />
10
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/modules.xml" />
11
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
12
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Gemfile" />
13
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/LICENSE.txt" />
14
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Rakefile" />
15
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/bin/console" />
16
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/bin/setup" />
17
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/creative_awesome_landing.gemspec" />
18
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/creative_awesome_landing.rb" />
19
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/creative_awesome_landing/version.rb" />
20
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/README.md" afterPath="$PROJECT_DIR$/README.md" />
21
+ </list>
22
+ <ignored path="creative_awesome_landing.iws" />
23
+ <ignored path=".idea/workspace.xml" />
24
+ <ignored path=".idea/dataSources.local.xml" />
25
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
26
+ <option name="TRACKING_ENABLED" value="true" />
27
+ <option name="SHOW_DIALOG" value="false" />
28
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
29
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
30
+ <option name="LAST_RESOLUTION" value="IGNORE" />
31
+ </component>
32
+ <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
33
+ <component name="CreatePatchCommitExecutor">
34
+ <option name="PATCH_PATH" value="" />
35
+ </component>
36
+ <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
37
+ <component name="FavoritesManager">
38
+ <favorites_list name="creative_awesome_landing" />
39
+ </component>
40
+ <component name="FileEditorManager">
41
+ <leaf>
42
+ <file leaf-file-name="creative_awesome_landing.gemspec" pinned="false" current-in-tab="true">
43
+ <entry file="file://$PROJECT_DIR$/creative_awesome_landing.gemspec">
44
+ <provider selected="true" editor-type-id="text-editor">
45
+ <state vertical-scroll-proportion="0.5405405">
46
+ <caret line="16" column="104" selection-start-line="16" selection-start-column="104" selection-end-line="16" selection-end-column="104" />
47
+ <folding />
48
+ </state>
49
+ </provider>
50
+ </entry>
51
+ </file>
52
+ <file leaf-file-name="creative_awesome_landing.rb" pinned="false" current-in-tab="false">
53
+ <entry file="file://$PROJECT_DIR$/lib/creative_awesome_landing.rb">
54
+ <provider selected="true" editor-type-id="text-editor">
55
+ <state vertical-scroll-proportion="0.0">
56
+ <caret line="0" column="38" selection-start-line="0" selection-start-column="38" selection-end-line="0" selection-end-column="38" />
57
+ <folding />
58
+ </state>
59
+ </provider>
60
+ </entry>
61
+ </file>
62
+ <file leaf-file-name="version.rb" pinned="false" current-in-tab="false">
63
+ <entry file="file://$PROJECT_DIR$/lib/creative_awesome_landing/version.rb">
64
+ <provider selected="true" editor-type-id="text-editor">
65
+ <state vertical-scroll-proportion="0.0">
66
+ <caret line="1" column="11" selection-start-line="1" selection-start-column="11" selection-end-line="4" selection-end-column="40" />
67
+ <folding />
68
+ </state>
69
+ </provider>
70
+ </entry>
71
+ </file>
72
+ </leaf>
73
+ </component>
74
+ <component name="Git.Settings">
75
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
76
+ </component>
77
+ <component name="IdeDocumentHistory">
78
+ <option name="CHANGED_PATHS">
79
+ <list>
80
+ <option value="$PROJECT_DIR$/Gemfile" />
81
+ <option value="$PROJECT_DIR$/lib/creative_awesome_landing.rb" />
82
+ <option value="$PROJECT_DIR$/lib/creative_awesome_landing/version.rb" />
83
+ <option value="$PROJECT_DIR$/creative_awesome_landing.gemspec" />
84
+ </list>
85
+ </option>
86
+ </component>
87
+ <component name="JsBuildToolGruntFileManager" detection-done="true" />
88
+ <component name="JsBuildToolPackageJson" detection-done="true" />
89
+ <component name="JsGulpfileManager">
90
+ <detection-done>true</detection-done>
91
+ </component>
92
+ <component name="ProjectFrameBounds">
93
+ <option name="width" value="1280" />
94
+ <option name="height" value="800" />
95
+ </component>
96
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
97
+ <OptionsSetting value="true" id="Add" />
98
+ <OptionsSetting value="true" id="Remove" />
99
+ <OptionsSetting value="true" id="Checkout" />
100
+ <OptionsSetting value="true" id="Update" />
101
+ <OptionsSetting value="true" id="Status" />
102
+ <OptionsSetting value="true" id="Edit" />
103
+ <ConfirmationsSetting value="0" id="Add" />
104
+ <ConfirmationsSetting value="0" id="Remove" />
105
+ </component>
106
+ <component name="ProjectView">
107
+ <navigator currentView="ProjectPane" proportions="" version="1">
108
+ <flattenPackages />
109
+ <showMembers />
110
+ <showModules />
111
+ <showLibraryContents />
112
+ <hideEmptyPackages />
113
+ <abbreviatePackageNames />
114
+ <autoscrollToSource />
115
+ <autoscrollFromSource />
116
+ <sortByType />
117
+ <manualOrder />
118
+ <foldersAlwaysOnTop value="true" />
119
+ </navigator>
120
+ <panes>
121
+ <pane id="Scratches" />
122
+ <pane id="ProjectPane">
123
+ <subPane>
124
+ <PATH>
125
+ <PATH_ELEMENT>
126
+ <option name="myItemId" value="creative_awesome_landing" />
127
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
128
+ </PATH_ELEMENT>
129
+ </PATH>
130
+ <PATH>
131
+ <PATH_ELEMENT>
132
+ <option name="myItemId" value="creative_awesome_landing" />
133
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
134
+ </PATH_ELEMENT>
135
+ <PATH_ELEMENT>
136
+ <option name="myItemId" value="creative_awesome_landing" />
137
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
138
+ </PATH_ELEMENT>
139
+ </PATH>
140
+ </subPane>
141
+ </pane>
142
+ <pane id="Scope" />
143
+ </panes>
144
+ </component>
145
+ <component name="PropertiesComponent">
146
+ <property name="settings.editor.selected.configurable" value="reference.settingsdialog.IDE.editor.colors.Console Colors" />
147
+ <property name="settings.editor.splitter.proportion" value="0.2" />
148
+ <property name="WebServerToolWindowFactoryState" value="false" />
149
+ <property name="FullScreen" value="true" />
150
+ <property name="last_opened_file_path" value="$PROJECT_DIR$/../admin_theme" />
151
+ <property name="js-jscs-nodeInterpreter" value="/usr/local/bin/node" />
152
+ </component>
153
+ <component name="RecentsManager">
154
+ <key name="MoveFile.RECENT_KEYS">
155
+ <recent name="$PROJECT_DIR$/vendor" />
156
+ </key>
157
+ <key name="CopyFile.RECENT_KEYS">
158
+ <recent name="$PROJECT_DIR$/assets" />
159
+ </key>
160
+ </component>
161
+ <component name="RunManager">
162
+ <configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
163
+ <predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
164
+ <module name="" />
165
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
166
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
167
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
168
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
169
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
170
+ <envs />
171
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
172
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
173
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
174
+ <COVERAGE_PATTERN ENABLED="true">
175
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
176
+ </COVERAGE_PATTERN>
177
+ </EXTENSION>
178
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
179
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
180
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
181
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
182
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
183
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
184
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
185
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
186
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
187
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
188
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
189
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
190
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
191
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
192
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
193
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
194
+ <method />
195
+ </configuration>
196
+ <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
197
+ <method />
198
+ </configuration>
199
+ <configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
200
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
201
+ <module name="" />
202
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
203
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
204
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
205
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
206
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
207
+ <envs />
208
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
209
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
210
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
211
+ <COVERAGE_PATTERN ENABLED="true">
212
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
213
+ </COVERAGE_PATTERN>
214
+ </EXTENSION>
215
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
216
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
217
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
218
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
219
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
220
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
221
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
222
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
223
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
224
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
225
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
226
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
227
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
228
+ <method />
229
+ </configuration>
230
+ <configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
231
+ <predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
232
+ <module name="" />
233
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
234
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
235
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
236
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
237
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
238
+ <envs />
239
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
240
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
241
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
242
+ <COVERAGE_PATTERN ENABLED="true">
243
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
244
+ </COVERAGE_PATTERN>
245
+ </EXTENSION>
246
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
247
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
248
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
249
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
250
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
251
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
252
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
253
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
254
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
255
+ <method />
256
+ </configuration>
257
+ <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
258
+ <method />
259
+ </configuration>
260
+ <configuration default="true" type="js.build_tools.npm" factoryName="npm">
261
+ <command value="run-script" />
262
+ <scripts />
263
+ <envs />
264
+ <method />
265
+ </configuration>
266
+ </component>
267
+ <component name="ShelveChangesManager" show_recycled="false" />
268
+ <component name="TaskManager">
269
+ <task active="true" id="Default" summary="Default task">
270
+ <changelist id="c9140a6e-59f3-4fe6-9a5f-8b03eb0c4578" name="Default" comment="" />
271
+ <created>1458845457199</created>
272
+ <option name="number" value="Default" />
273
+ <updated>1458845457199</updated>
274
+ </task>
275
+ <servers />
276
+ </component>
277
+ <component name="ToolWindowManager">
278
+ <frame x="0" y="0" width="1280" height="800" extended-state="6" />
279
+ <editor active="true" />
280
+ <layout>
281
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.26817447" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
282
+ <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
283
+ <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32954547" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
284
+ <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32954547" sideWeight="0.51615506" order="-1" side_tool="true" content_ui="tabs" />
285
+ <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
286
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32954547" sideWeight="0.5" order="1" 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" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
288
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.328125" sideWeight="0.48707592" order="2" side_tool="false" content_ui="tabs" />
289
+ <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
290
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32954547" sideWeight="0.4838449" order="-1" side_tool="false" content_ui="tabs" />
291
+ <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
292
+ <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
293
+ <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
294
+ <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
295
+ <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
296
+ <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
297
+ <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
298
+ <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
299
+ </layout>
300
+ </component>
301
+ <component name="VcsContentAnnotationSettings">
302
+ <option name="myLimit" value="2678400000" />
303
+ </component>
304
+ <component name="XDebuggerManager">
305
+ <breakpoint-manager />
306
+ <watches-manager />
307
+ </component>
308
+ <component name="editorHistoryManager">
309
+ <entry file="file://$PROJECT_DIR$/Rakefile">
310
+ <provider selected="true" editor-type-id="text-editor">
311
+ <state vertical-scroll-proportion="0.044378698">
312
+ <caret line="2" column="0" selection-start-line="2" selection-start-column="0" selection-end-line="2" selection-end-column="0" />
313
+ <folding />
314
+ </state>
315
+ </provider>
316
+ </entry>
317
+ <entry file="file://$PROJECT_DIR$/Gemfile">
318
+ <provider selected="true" editor-type-id="text-editor">
319
+ <state vertical-scroll-proportion="0.2027027">
320
+ <caret line="6" column="0" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
321
+ <folding />
322
+ </state>
323
+ </provider>
324
+ </entry>
325
+ <entry file="file://$PROJECT_DIR$/bin/setup">
326
+ <provider selected="true" editor-type-id="text-editor">
327
+ <state vertical-scroll-proportion="0.067567565">
328
+ <caret line="2" column="4" selection-start-line="2" selection-start-column="4" selection-end-line="2" selection-end-column="4" />
329
+ <folding />
330
+ </state>
331
+ </provider>
332
+ </entry>
333
+ <entry file="file://$PROJECT_DIR$/vendor/assets/fonts/fontawesome-webfont.svg">
334
+ <provider selected="true" editor-type-id="text-editor">
335
+ <state vertical-scroll-proportion="0.47297296">
336
+ <caret line="14" column="45" selection-start-line="14" selection-start-column="45" selection-end-line="14" selection-end-column="45" />
337
+ <folding />
338
+ </state>
339
+ </provider>
340
+ </entry>
341
+ <entry file="file://$PROJECT_DIR$/vendor/assets/fonts/Pe-icon-7-stroke.svg">
342
+ <provider selected="true" editor-type-id="text-editor">
343
+ <state vertical-scroll-proportion="0.0">
344
+ <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
345
+ <folding />
346
+ </state>
347
+ </provider>
348
+ </entry>
349
+ <entry file="file://$PROJECT_DIR$/lib/creative_awesome_landing/version.rb">
350
+ <provider selected="true" editor-type-id="text-editor">
351
+ <state vertical-scroll-proportion="0.0">
352
+ <caret line="1" column="11" selection-start-line="1" selection-start-column="11" selection-end-line="4" selection-end-column="40" />
353
+ <folding />
354
+ </state>
355
+ </provider>
356
+ </entry>
357
+ <entry file="file://$PROJECT_DIR$/lib/creative_awesome_landing.rb">
358
+ <provider selected="true" editor-type-id="text-editor">
359
+ <state vertical-scroll-proportion="0.0">
360
+ <caret line="0" column="38" selection-start-line="0" selection-start-column="38" selection-end-line="0" selection-end-column="38" />
361
+ <folding />
362
+ </state>
363
+ </provider>
364
+ </entry>
365
+ <entry file="file://$PROJECT_DIR$/creative_awesome_landing.gemspec">
366
+ <provider selected="true" editor-type-id="text-editor">
367
+ <state vertical-scroll-proportion="0.5405405">
368
+ <caret line="16" column="104" selection-start-line="16" selection-start-column="104" selection-end-line="16" selection-end-column="104" />
369
+ <folding />
370
+ </state>
371
+ </provider>
372
+ </entry>
373
+ </component>
374
+ </project>
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ ruby '2.2.3'
2
+ #ruby=2.2.3@creative
3
+ source 'https://rubygems.org'
4
+
5
+ # Specify your gem's dependencies in creative_awesome_landing.gemspec
6
+ gemspec
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Ilton Garcia Silveira Junior
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Ilton Garcia
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,41 @@
1
+ # CreativeAwesomeLanding
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/creative_awesome_landing`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'creative_awesome_landing'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install creative_awesome_landing
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/creative_awesome_landing.
36
+
37
+
38
+ ## License
39
+
40
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
+
data/Rakefile ADDED
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+ task :default => :spec
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "creative_awesome_landing"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,24 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'creative_awesome_landing/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = 'creative_awesome_landing'
8
+ spec.version = CreativeAwesomeLanding::VERSION
9
+ spec.authors = ['Ilton Garcia']
10
+ spec.email = ['ton.garcia.jr@gmail.com']
11
+
12
+ spec.summary = 'Creative-TIM AwesomeLanding'
13
+ spec.description = 'Creative-TIM AwesomeLanding for Rails using CSS & JS compressed'
14
+ spec.homepage = 'http://demos.creative-tim.com/landing-page'
15
+ spec.license = 'MIT'
16
+
17
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
+ spec.require_paths = ['lib']
20
+
21
+ spec.add_development_dependency 'bundler', '~> 1.10'
22
+ spec.add_development_dependency 'rake', '~> 10.5'
23
+ spec.add_dependency 'railties', '> 3.1', '< 5.0'
24
+ end
@@ -0,0 +1,6 @@
1
+ module CreativeAwesomeLanding
2
+ MAJOR = 0
3
+ MINOR = 0
4
+ PATCH = 1
5
+ VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}"
6
+ end
@@ -0,0 +1,8 @@
1
+ require 'creative_awesome_landing/version'
2
+
3
+ module CreativeAwesomeLanding
4
+ module Rails
5
+ class Engine < ::Rails::Engine
6
+ end
7
+ end
8
+ end
Binary file
Binary file
Binary file
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,122 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: creative_awesome_landing
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Ilton Garcia
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-03-25 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.10'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.10'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.5'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.5'
41
+ - !ruby/object:Gem::Dependency
42
+ name: railties
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.1'
48
+ - - "<"
49
+ - !ruby/object:Gem::Version
50
+ version: '5.0'
51
+ type: :runtime
52
+ prerelease: false
53
+ version_requirements: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">"
56
+ - !ruby/object:Gem::Version
57
+ version: '3.1'
58
+ - - "<"
59
+ - !ruby/object:Gem::Version
60
+ version: '5.0'
61
+ description: Creative-TIM AwesomeLanding for Rails using CSS & JS compressed
62
+ email:
63
+ - ton.garcia.jr@gmail.com
64
+ executables: []
65
+ extensions: []
66
+ extra_rdoc_files: []
67
+ files:
68
+ - ".gitignore"
69
+ - ".idea/.name"
70
+ - ".idea/creative_awesome_landing.iml"
71
+ - ".idea/encodings.xml"
72
+ - ".idea/misc.xml"
73
+ - ".idea/modules.xml"
74
+ - ".idea/workspace.xml"
75
+ - Gemfile
76
+ - LICENSE
77
+ - LICENSE.txt
78
+ - README.md
79
+ - Rakefile
80
+ - bin/console
81
+ - bin/setup
82
+ - creative_awesome_landing.gemspec
83
+ - lib/creative_awesome_landing.rb
84
+ - lib/creative_awesome_landing/version.rb
85
+ - vendor/assets/.DS_Store
86
+ - vendor/assets/fonts/.DS_Store
87
+ - vendor/assets/images/.DS_Store
88
+ - vendor/assets/images/faces/.DS_Store
89
+ - vendor/assets/images/logos/.DS_Store
90
+ - vendor/assets/images/showcases/.DS_Store
91
+ - vendor/assets/images/showcases/showcase-1/.DS_Store
92
+ - vendor/assets/images/showcases/showcase-1/examples/.DS_Store
93
+ - vendor/assets/images/showcases/showcase-2/.DS_Store
94
+ - vendor/assets/images/showcases/showcase-2/examples/.DS_Store
95
+ - vendor/assets/images/template/.DS_Store
96
+ - vendor/assets/javascripts/.DS_Store
97
+ - vendor/assets/stylesheets/.DS_Store
98
+ homepage: http://demos.creative-tim.com/landing-page
99
+ licenses:
100
+ - MIT
101
+ metadata: {}
102
+ post_install_message:
103
+ rdoc_options: []
104
+ require_paths:
105
+ - lib
106
+ required_ruby_version: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ required_rubygems_version: !ruby/object:Gem::Requirement
112
+ requirements:
113
+ - - ">="
114
+ - !ruby/object:Gem::Version
115
+ version: '0'
116
+ requirements: []
117
+ rubyforge_project:
118
+ rubygems_version: 2.4.5.1
119
+ signing_key:
120
+ specification_version: 4
121
+ summary: Creative-TIM AwesomeLanding
122
+ test_files: []