jquery_image_gallery 0.1.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: 176aebf640bf8205a74290a762f545796a5d337b
4
+ data.tar.gz: de4d55ec38219af2e60b784b746d1d2728c40c2d
5
+ SHA512:
6
+ metadata.gz: 8e7bc94e31978bc0c5a5be9d69738a318587c2993e8afd8ea0c998a844d8833a9353a8501841d83d497c54445d4a7bdac13d7f7705b01f5d0e14692be0718334
7
+ data.tar.gz: dd67dbf1be1c38a2a6236321507084b25fb72a33003eb863b66217bf8c9ea775d193eaf923af17d8803a273deb27541ff1d61fd059029e5dde08b26ae5cf5bf3
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
+ jquery_image_gallery
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 jquery_image_gallery-0.1.0.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install jquery_image_gallery-0.1.0.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.1.0 and build and push jquery_image_gallery-0.1.0.gem to Rubygems" fullCmd="release" taksId="release" /></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
+
@@ -0,0 +1,19 @@
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="$MODULE_DIR$/lib" />
9
+ </configuration>
10
+ </facet>
11
+ </component>
12
+ <component name="NewModuleRootManager">
13
+ <content url="file://$MODULE_DIR$" />
14
+ <orderEntry type="inheritedJdk" />
15
+ <orderEntry type="sourceFolder" forTests="false" />
16
+ <orderEntry type="library" scope="PROVIDED" name="rake (v10.4.2, RVM: ruby-1.9.3-p385) [gem]" level="application" />
17
+ </component>
18
+ </module>
19
+
data/.idea/misc.xml ADDED
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-1.9.3-p385" project-jdk-type="RUBY_SDK" />
4
+ </project>
5
+
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/jquery_image_gallery.iml" filepath="$PROJECT_DIR$/.idea/jquery_image_gallery.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>
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="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>
7
+
@@ -0,0 +1,312 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="4afa3a29-0366-401b-a10b-4b98c1063903" name="Default" comment="">
5
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.gitignore" />
6
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.rspec" />
7
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.travis.yml" />
8
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/CODE_OF_CONDUCT.md" />
9
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Gemfile" />
10
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/LICENSE.txt" />
11
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/README.md" />
12
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Rakefile" />
13
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/bin/console" />
14
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/jquery_image_gallery.gemspec" />
15
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/jquery_image_gallery.rb" />
16
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/spec/jquery_image_gallery_spec.rb" />
17
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/bin/setup" />
18
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/spec/spec_helper.rb" />
19
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/jquery_image_gallery/version.rb" />
20
+ </list>
21
+ <ignored path="jquery_image_gallery.iws" />
22
+ <ignored path=".idea/workspace.xml" />
23
+ <file path="/Dummy.txt" changelist="4afa3a29-0366-401b-a10b-4b98c1063903" time="1431691059319" ignored="false" />
24
+ <file path="/jquery_image_gallery.gemspec" changelist="4afa3a29-0366-401b-a10b-4b98c1063903" time="1431691094165" ignored="false" />
25
+ <file path="/jquery_image_gallery.rb" changelist="4afa3a29-0366-401b-a10b-4b98c1063903" time="1431691207950" ignored="false" />
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="DaemonCodeAnalyzer">
37
+ <disable_hints />
38
+ </component>
39
+ <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
40
+ <component name="FavoritesManager">
41
+ <favorites_list name="jquery_image_gallery" />
42
+ </component>
43
+ <component name="FileEditorManager">
44
+ <leaf>
45
+ <file leaf-file-name="jquery_image_gallery.gemspec" pinned="false" current="true" current-in-tab="true">
46
+ <entry file="file://$PROJECT_DIR$/jquery_image_gallery.gemspec">
47
+ <provider selected="true" editor-type-id="text-editor">
48
+ <state line="11" column="30" selection-start="420" selection-end="420" vertical-scroll-proportion="0.30555555">
49
+ <folding />
50
+ </state>
51
+ </provider>
52
+ </entry>
53
+ </file>
54
+ <file leaf-file-name="jquery_image_gallery.rb" pinned="false" current="false" current-in-tab="false">
55
+ <entry file="file://$PROJECT_DIR$/lib/jquery_image_gallery.rb">
56
+ <provider selected="true" editor-type-id="text-editor">
57
+ <state line="4" column="30" selection-start="123" selection-end="123" vertical-scroll-proportion="0.0">
58
+ <folding />
59
+ </state>
60
+ </provider>
61
+ </entry>
62
+ </file>
63
+ <file leaf-file-name="version.rb" pinned="false" current="false" current-in-tab="false">
64
+ <entry file="file://$PROJECT_DIR$/lib/jquery_image_gallery/version.rb">
65
+ <provider selected="true" editor-type-id="text-editor">
66
+ <state line="3" column="16" selection-start="50" selection-end="50" vertical-scroll-proportion="0.0">
67
+ <folding />
68
+ </state>
69
+ </provider>
70
+ </entry>
71
+ </file>
72
+ </leaf>
73
+ </component>
74
+ <component name="FindManager">
75
+ <FindUsagesManager>
76
+ <setting name="OPEN_NEW_TAB" value="false" />
77
+ </FindUsagesManager>
78
+ </component>
79
+ <component name="Git.Settings">
80
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
81
+ </component>
82
+ <component name="GitLogSettings">
83
+ <option name="myDateState">
84
+ <MyDateState />
85
+ </option>
86
+ </component>
87
+ <component name="IdeDocumentHistory">
88
+ <option name="changedFiles">
89
+ <list>
90
+ <option value="$PROJECT_DIR$/jquery_image_gallery.gemspec" />
91
+ <option value="$PROJECT_DIR$/lib/jquery_image_gallery.rb" />
92
+ </list>
93
+ </option>
94
+ </component>
95
+ <component name="ProjectFrameBounds">
96
+ <option name="x" value="65" />
97
+ <option name="y" value="24" />
98
+ <option name="width" value="1301" />
99
+ <option name="height" value="744" />
100
+ </component>
101
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
102
+ <OptionsSetting value="true" id="Add" />
103
+ <OptionsSetting value="true" id="Remove" />
104
+ <OptionsSetting value="true" id="Checkout" />
105
+ <OptionsSetting value="true" id="Update" />
106
+ <OptionsSetting value="true" id="Status" />
107
+ <OptionsSetting value="true" id="Edit" />
108
+ <ConfirmationsSetting value="1" id="Add" />
109
+ <ConfirmationsSetting value="0" id="Remove" />
110
+ </component>
111
+ <component name="ProjectReloadState">
112
+ <option name="STATE" value="0" />
113
+ </component>
114
+ <component name="ProjectView">
115
+ <navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
116
+ <flattenPackages />
117
+ <showMembers />
118
+ <showModules />
119
+ <showLibraryContents />
120
+ <hideEmptyPackages />
121
+ <abbreviatePackageNames />
122
+ <autoscrollToSource />
123
+ <autoscrollFromSource />
124
+ <sortByType />
125
+ </navigator>
126
+ <panes>
127
+ <pane id="Scope" />
128
+ <pane id="ProjectPane">
129
+ <subPane>
130
+ <PATH>
131
+ <PATH_ELEMENT>
132
+ <option name="myItemId" value="jquery_image_gallery" />
133
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
134
+ </PATH_ELEMENT>
135
+ </PATH>
136
+ <PATH>
137
+ <PATH_ELEMENT>
138
+ <option name="myItemId" value="jquery_image_gallery" />
139
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
140
+ </PATH_ELEMENT>
141
+ <PATH_ELEMENT>
142
+ <option name="myItemId" value="jquery_image_gallery" />
143
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
144
+ </PATH_ELEMENT>
145
+ </PATH>
146
+ <PATH>
147
+ <PATH_ELEMENT>
148
+ <option name="myItemId" value="jquery_image_gallery" />
149
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
150
+ </PATH_ELEMENT>
151
+ <PATH_ELEMENT>
152
+ <option name="myItemId" value="jquery_image_gallery" />
153
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
154
+ </PATH_ELEMENT>
155
+ <PATH_ELEMENT>
156
+ <option name="myItemId" value="lib" />
157
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
158
+ </PATH_ELEMENT>
159
+ </PATH>
160
+ <PATH>
161
+ <PATH_ELEMENT>
162
+ <option name="myItemId" value="jquery_image_gallery" />
163
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
164
+ </PATH_ELEMENT>
165
+ <PATH_ELEMENT>
166
+ <option name="myItemId" value="jquery_image_gallery" />
167
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
168
+ </PATH_ELEMENT>
169
+ <PATH_ELEMENT>
170
+ <option name="myItemId" value="lib" />
171
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
172
+ </PATH_ELEMENT>
173
+ <PATH_ELEMENT>
174
+ <option name="myItemId" value="jquery_image_gallery" />
175
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
176
+ </PATH_ELEMENT>
177
+ </PATH>
178
+ </subPane>
179
+ </pane>
180
+ </panes>
181
+ </component>
182
+ <component name="PropertiesComponent">
183
+ <property name="WebServerToolWindowFactoryState" value="false" />
184
+ <property name="last_opened_file_path" value="$PROJECT_DIR$" />
185
+ </component>
186
+ <component name="RunManager">
187
+ <list size="0" />
188
+ </component>
189
+ <component name="ShelveChangesManager" show_recycled="false" />
190
+ <component name="TaskManager">
191
+ <task active="true" id="Default" summary="Default task">
192
+ <changelist id="4afa3a29-0366-401b-a10b-4b98c1063903" name="Default" comment="" />
193
+ <created>1431691058971</created>
194
+ <updated>1431691058971</updated>
195
+ </task>
196
+ <servers />
197
+ </component>
198
+ <component name="ToolWindowManager">
199
+ <frame x="65" y="24" width="1301" height="744" extended-state="6" />
200
+ <editor active="true" />
201
+ <layout>
202
+ <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="-1" side_tool="false" content_ui="tabs" />
203
+ <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" />
204
+ <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="-1" side_tool="false" content_ui="tabs" />
205
+ <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" />
206
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24940048" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
207
+ <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" />
208
+ <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="-1" side_tool="true" content_ui="tabs" />
209
+ <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="-1" side_tool="true" content_ui="tabs" />
210
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
211
+ <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
212
+ <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" />
213
+ <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" />
214
+ <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" />
215
+ <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" />
216
+ <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" />
217
+ <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" />
218
+ <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" />
219
+ </layout>
220
+ </component>
221
+ <component name="VcsContentAnnotationSettings">
222
+ <option name="myLimit" value="2678400000" />
223
+ </component>
224
+ <component name="VcsManagerConfiguration">
225
+ <option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
226
+ <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
227
+ <option name="CHECK_NEW_TODO" value="true" />
228
+ <option name="myTodoPanelSettings">
229
+ <value>
230
+ <are-packages-shown value="false" />
231
+ <are-modules-shown value="false" />
232
+ <flatten-packages value="false" />
233
+ <is-autoscroll-to-source value="false" />
234
+ </value>
235
+ </option>
236
+ <option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />
237
+ <option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />
238
+ <option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
239
+ <option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
240
+ <option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
241
+ <option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
242
+ <option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />
243
+ <option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
244
+ <option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
245
+ <option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
246
+ <option name="DEFAULT_PATCH_EXTENSION" value="patch" />
247
+ <option name="SHORT_DIFF_HORIZONTALLY" value="true" />
248
+ <option name="SHORT_DIFF_EXTRA_LINES" value="2" />
249
+ <option name="SOFT_WRAPS_IN_SHORT_DIFF" value="true" />
250
+ <option name="INCLUDE_TEXT_INTO_PATCH" value="false" />
251
+ <option name="INCLUDE_TEXT_INTO_SHELF" value="false" />
252
+ <option name="SHOW_FILE_HISTORY_DETAILS" value="true" />
253
+ <option name="SHOW_VCS_ERROR_NOTIFICATIONS" value="true" />
254
+ <option name="SHOW_DIRTY_RECURSIVELY" value="false" />
255
+ <option name="LIMIT_HISTORY" value="true" />
256
+ <option name="MAXIMUM_HISTORY_ROWS" value="1000" />
257
+ <option name="UPDATE_FILTER_SCOPE_NAME" />
258
+ <option name="USE_COMMIT_MESSAGE_MARGIN" value="false" />
259
+ <option name="COMMIT_MESSAGE_MARGIN_SIZE" value="72" />
260
+ <option name="WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN" value="false" />
261
+ <option name="FORCE_NON_EMPTY_COMMENT" value="false" />
262
+ <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="false" />
263
+ <option name="LAST_COMMIT_MESSAGE" />
264
+ <option name="MAKE_NEW_CHANGELIST_ACTIVE" value="false" />
265
+ <option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
266
+ <option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
267
+ <option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
268
+ <option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
269
+ <option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
270
+ <option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
271
+ <option name="ACTIVE_VCS_NAME" />
272
+ <option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
273
+ <option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
274
+ <option name="UPDATE_FILTER_BY_SCOPE" value="false" />
275
+ <option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
276
+ <option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
277
+ </component>
278
+ <component name="XDebuggerManager">
279
+ <breakpoint-manager />
280
+ </component>
281
+ <component name="editorHistoryManager">
282
+ <entry file="file://$PROJECT_DIR$/README.md">
283
+ <provider selected="true" editor-type-id="text-editor">
284
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
285
+ <folding />
286
+ </state>
287
+ </provider>
288
+ </entry>
289
+ <entry file="file://$PROJECT_DIR$/lib/jquery_image_gallery/version.rb">
290
+ <provider selected="true" editor-type-id="text-editor">
291
+ <state line="3" column="16" selection-start="50" selection-end="50" vertical-scroll-proportion="0.0">
292
+ <folding />
293
+ </state>
294
+ </provider>
295
+ </entry>
296
+ <entry file="file://$PROJECT_DIR$/lib/jquery_image_gallery.rb">
297
+ <provider selected="true" editor-type-id="text-editor">
298
+ <state line="4" column="30" selection-start="123" selection-end="123" vertical-scroll-proportion="0.0">
299
+ <folding />
300
+ </state>
301
+ </provider>
302
+ </entry>
303
+ <entry file="file://$PROJECT_DIR$/jquery_image_gallery.gemspec">
304
+ <provider selected="true" editor-type-id="text-editor">
305
+ <state line="11" column="30" selection-start="420" selection-end="420" vertical-scroll-proportion="0.30555555">
306
+ <folding />
307
+ </state>
308
+ </provider>
309
+ </entry>
310
+ </component>
311
+ </project>
312
+
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color
data/.travis.yml ADDED
@@ -0,0 +1,3 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.0.0
@@ -0,0 +1,13 @@
1
+ # Contributor Code of Conduct
2
+
3
+ As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
4
+
5
+ We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, age, or religion.
6
+
7
+ Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
8
+
9
+ Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
10
+
11
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
12
+
13
+ This Code of Conduct is adapted from the [Contributor Covenant](http:contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in jquery_image_gallery.gemspec
4
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015 Dhara Joshi
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,39 @@
1
+ # JqueryImageGallery
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/jquery_image_gallery`. 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 'jquery_image_gallery'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install jquery_image_gallery
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. Then, 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` to 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
+ 1. Fork it ( https://github.com/[my-github-username]/jquery_image_gallery/fork )
36
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
37
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
38
+ 4. Push to the branch (`git push origin my-new-feature`)
39
+ 5. Create a new Pull Request
data/Rakefile ADDED
@@ -0,0 +1 @@
1
+ require "bundler/gem_tasks"
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "jquery_image_gallery"
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,7 @@
1
+ #!/bin/bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+
5
+ bundle install
6
+
7
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,32 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'jquery_image_gallery/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "jquery_image_gallery"
8
+ spec.version = JqueryImageGallery::VERSION
9
+ spec.authors = ["Helios Solutions"]
10
+ spec.email = ["hsror.support@heliossolutions.in"]
11
+
12
+ spec.summary = %q{jQuery image gallery}
13
+ spec.description = %q{jQuery image gallery}
14
+ spec.homepage = "http://www.heliossolutions.in/"
15
+ spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
18
+ # delete this section to allow pushing this gem to any host.
19
+ #if spec.respond_to?(:metadata)
20
+ # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
21
+ #else
22
+ # raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
23
+ #end
24
+
25
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
26
+ spec.bindir = "exe"
27
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
+ spec.require_paths = ["lib"]
29
+
30
+ spec.add_development_dependency "bundler", "~> 1.9"
31
+ spec.add_development_dependency "rake", "~> 10.0"
32
+ end
@@ -0,0 +1,3 @@
1
+ module JqueryImageGallery
2
+ VERSION = "0.1.0"
3
+ end
@@ -0,0 +1,7 @@
1
+ require "jquery_image_gallery/version"
2
+
3
+ module JqueryImageGallery
4
+ class JqueryImageGallery
5
+ puts 'initializing jQuery Image Gallery'
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,94 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jquery_image_gallery
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Helios Solutions
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2015-05-15 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.9'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '1.9'
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.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ~>
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ description: jQuery image gallery
42
+ email:
43
+ - hsror.support@heliossolutions.in
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - .gitignore
49
+ - .idea/.name
50
+ - .idea/.rakeTasks
51
+ - .idea/encodings.xml
52
+ - .idea/jquery_image_gallery.iml
53
+ - .idea/misc.xml
54
+ - .idea/modules.xml
55
+ - .idea/scopes/scope_settings.xml
56
+ - .idea/vcs.xml
57
+ - .idea/workspace.xml
58
+ - .rspec
59
+ - .travis.yml
60
+ - CODE_OF_CONDUCT.md
61
+ - Gemfile
62
+ - LICENSE.txt
63
+ - README.md
64
+ - Rakefile
65
+ - bin/console
66
+ - bin/setup
67
+ - jquery_image_gallery.gemspec
68
+ - lib/jquery_image_gallery.rb
69
+ - lib/jquery_image_gallery/version.rb
70
+ homepage: http://www.heliossolutions.in/
71
+ licenses:
72
+ - MIT
73
+ metadata: {}
74
+ post_install_message:
75
+ rdoc_options: []
76
+ require_paths:
77
+ - lib
78
+ required_ruby_version: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - '>='
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ required_rubygems_version: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - '>='
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
88
+ requirements: []
89
+ rubyforge_project:
90
+ rubygems_version: 2.4.3
91
+ signing_key:
92
+ specification_version: 4
93
+ summary: jQuery image gallery
94
+ test_files: []