gemexample 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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c747878dce62e90f1cfa12a9492bb3e0d5234bd2
4
+ data.tar.gz: a257598ae07ccf1d8faf01fbe6fc976ab493ffc3
5
+ SHA512:
6
+ metadata.gz: 192d499b86f74b825d7207fdf37c19570bcda91eb8c3174830bea7d03ac66a0d3b51bc1ea79b04df7ce92f11ff7ac58101f5cc74e39098f4523be39f3ebed8a9
7
+ data.tar.gz: 8224b2fe030dc773291aa63e919cc8b8caa583c311de18fe5f4a6287ffc70f32ead6e841faa1b312ca4c054d5a60506c32722c4516c1599fa1fe65ecb22761ca
@@ -0,0 +1,17 @@
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
@@ -0,0 +1 @@
1
+ gemexample
@@ -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 gemexample-0.0.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install gemexample-0.0.1.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.1 and build and push gemexample-0.0.1.gem to Rubygems" fullCmd="release" taksId="release" /><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="test" taksId="test" /></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,25 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="FacetManager">
4
+ <facet type="gem" name="Gem">
5
+ <configuration>
6
+ <option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
7
+ <option name="GEM_APP_TEST_PATH" value="" />
8
+ <option name="GEM_APP_LIB_PATH" value="" />
9
+ </configuration>
10
+ </facet>
11
+ </component>
12
+ <component name="NewModuleRootManager">
13
+ <content url="file://$MODULE_DIR$" />
14
+ <orderEntry type="inheritedJdk" />
15
+ <orderEntry type="sourceFolder" forTests="false" />
16
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.5, RVM: ruby-2.0.0-p247) [gem]" level="application" />
17
+ <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.2.4, RVM: ruby-2.0.0-p247) [gem]" level="application" />
18
+ <orderEntry type="library" scope="PROVIDED" name="rake (v10.1.0, RVM: ruby-2.0.0-p247) [gem]" level="application" />
19
+ <orderEntry type="library" scope="PROVIDED" name="rspec (v2.14.1, RVM: ruby-2.0.0-p247) [gem]" level="application" />
20
+ <orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.14.5, RVM: ruby-2.0.0-p247) [gem]" level="application" />
21
+ <orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.14.2, RVM: ruby-2.0.0-p247) [gem]" level="application" />
22
+ <orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.14.3, RVM: ruby-2.0.0-p247) [gem]" level="application" />
23
+ </component>
24
+ </module>
25
+
@@ -0,0 +1,10 @@
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
+ </entry>
7
+ </component>
8
+ <component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-2.0.0-p247" project-jdk-type="RUBY_SDK" />
9
+ </project>
10
+
@@ -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/gemexample.iml" filepath="$PROJECT_DIR$/.idea/gemexample.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,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="" />
5
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
6
+ </component>
7
+ </project>
8
+
@@ -0,0 +1,518 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="b0fd2fdb-5ac8-426c-bddd-958853e823e7" name="Default" comment="">
5
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/gemexample.gemspec" afterPath="$PROJECT_DIR$/gemexample.gemspec" />
6
+ </list>
7
+ <ignored path="gemexample.iws" />
8
+ <ignored path=".idea/workspace.xml" />
9
+ <file path="/Dummy.txt" changelist="b0fd2fdb-5ac8-426c-bddd-958853e823e7" time="1377437023051" ignored="false" />
10
+ <file path="/spec_helper.rb" changelist="b0fd2fdb-5ac8-426c-bddd-958853e823e7" time="1377437795685" ignored="false" />
11
+ <file path="/my_example_spec.rb" changelist="b0fd2fdb-5ac8-426c-bddd-958853e823e7" time="1377437664087" ignored="false" />
12
+ <file path="/gemexample.rb" changelist="b0fd2fdb-5ac8-426c-bddd-958853e823e7" time="1377437819709" ignored="false" />
13
+ <file path="/gemexample.gemspec" changelist="b0fd2fdb-5ac8-426c-bddd-958853e823e7" time="1377438716708" ignored="false" />
14
+ <option name="TRACKING_ENABLED" value="true" />
15
+ <option name="SHOW_DIALOG" value="false" />
16
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
17
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
18
+ <option name="LAST_RESOLUTION" value="IGNORE" />
19
+ </component>
20
+ <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
21
+ <component name="CreatePatchCommitExecutor">
22
+ <option name="PATCH_PATH" value="" />
23
+ </component>
24
+ <component name="DaemonCodeAnalyzer">
25
+ <disable_hints />
26
+ </component>
27
+ <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
28
+ <component name="FavoritesManager">
29
+ <favorites_list name="gemexample" />
30
+ </component>
31
+ <component name="FileEditorManager">
32
+ <leaf>
33
+ <file leaf-file-name="Gemfile" pinned="false" current="false" current-in-tab="false">
34
+ <entry file="file://$PROJECT_DIR$/Gemfile">
35
+ <provider selected="true" editor-type-id="text-editor">
36
+ <state line="2" column="0" selection-start="31" selection-end="31" vertical-scroll-proportion="0.0">
37
+ <folding />
38
+ </state>
39
+ </provider>
40
+ </entry>
41
+ </file>
42
+ <file leaf-file-name="spec_helper.rb" pinned="false" current="false" current-in-tab="false">
43
+ <entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
44
+ <provider selected="true" editor-type-id="text-editor">
45
+ <state line="2" column="19" selection-start="62" selection-end="62" vertical-scroll-proportion="0.0">
46
+ <folding />
47
+ </state>
48
+ </provider>
49
+ </entry>
50
+ </file>
51
+ <file leaf-file-name=".rspec" pinned="false" current="false" current-in-tab="false">
52
+ <entry file="file://$PROJECT_DIR$/.rspec">
53
+ <provider selected="true" editor-type-id="text-editor">
54
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
55
+ <folding />
56
+ </state>
57
+ </provider>
58
+ </entry>
59
+ </file>
60
+ <file leaf-file-name="gemexample.gemspec" pinned="false" current="true" current-in-tab="true">
61
+ <entry file="file://$PROJECT_DIR$/gemexample.gemspec">
62
+ <provider selected="true" editor-type-id="text-editor">
63
+ <state line="11" column="61" selection-start="443" selection-end="443" vertical-scroll-proportion="0.28448275">
64
+ <folding />
65
+ </state>
66
+ </provider>
67
+ </entry>
68
+ </file>
69
+ <file leaf-file-name="gemexample.rb" pinned="false" current="false" current-in-tab="false">
70
+ <entry file="file://$PROJECT_DIR$/lib/gemexample.rb">
71
+ <provider selected="true" editor-type-id="text-editor">
72
+ <state line="21" column="64" selection-start="250" selection-end="250" vertical-scroll-proportion="0.0">
73
+ <folding />
74
+ </state>
75
+ </provider>
76
+ </entry>
77
+ </file>
78
+ <file leaf-file-name=".travis.yml" pinned="false" current="false" current-in-tab="false">
79
+ <entry file="file://$PROJECT_DIR$/.travis.yml">
80
+ <provider selected="true" editor-type-id="text-editor">
81
+ <state line="3" column="9" selection-start="39" selection-end="39" vertical-scroll-proportion="0.0">
82
+ <folding />
83
+ </state>
84
+ </provider>
85
+ </entry>
86
+ </file>
87
+ <file leaf-file-name="my_example_spec.rb" pinned="false" current="false" current-in-tab="false">
88
+ <entry file="file://$PROJECT_DIR$/spec/my_example_spec.rb">
89
+ <provider selected="true" editor-type-id="text-editor">
90
+ <state line="21" column="74" selection-start="446" selection-end="479" vertical-scroll-proportion="0.0">
91
+ <folding />
92
+ </state>
93
+ </provider>
94
+ </entry>
95
+ </file>
96
+ </leaf>
97
+ </component>
98
+ <component name="FindManager">
99
+ <FindUsagesManager>
100
+ <setting name="OPEN_NEW_TAB" value="false" />
101
+ </FindUsagesManager>
102
+ </component>
103
+ <component name="Git.Settings">
104
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
105
+ </component>
106
+ <component name="GitLogSettings">
107
+ <option name="myDateState">
108
+ <MyDateState />
109
+ </option>
110
+ </component>
111
+ <component name="IdeDocumentHistory">
112
+ <option name="changedFiles">
113
+ <list>
114
+ <option value="$PROJECT_DIR$/Gemfile" />
115
+ <option value="$PROJECT_DIR$/Rakefile" />
116
+ <option value="$PROJECT_DIR$/spec/my_example_spec.rb" />
117
+ <option value="$PROJECT_DIR$/spec/spec_helper.rb" />
118
+ <option value="$PROJECT_DIR$/lib/gemexample.rb" />
119
+ <option value="$PROJECT_DIR$/.travis.yml" />
120
+ <option value="$PROJECT_DIR$/gemexample.gemspec" />
121
+ </list>
122
+ </option>
123
+ </component>
124
+ <component name="ProjectFrameBounds">
125
+ <option name="x" value="4" />
126
+ <option name="y" value="22" />
127
+ <option name="width" value="1436" />
128
+ <option name="height" value="878" />
129
+ </component>
130
+ <component name="ProjectLevelVcsManager" settingsEditedManually="true">
131
+ <OptionsSetting value="true" id="Add" />
132
+ <OptionsSetting value="true" id="Remove" />
133
+ <OptionsSetting value="true" id="Checkout" />
134
+ <OptionsSetting value="true" id="Update" />
135
+ <OptionsSetting value="true" id="Status" />
136
+ <OptionsSetting value="true" id="Edit" />
137
+ <ConfirmationsSetting value="0" id="Add" />
138
+ <ConfirmationsSetting value="0" id="Remove" />
139
+ </component>
140
+ <component name="ProjectReloadState">
141
+ <option name="STATE" value="0" />
142
+ </component>
143
+ <component name="ProjectView">
144
+ <navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
145
+ <flattenPackages />
146
+ <showMembers />
147
+ <showModules />
148
+ <showLibraryContents />
149
+ <hideEmptyPackages />
150
+ <abbreviatePackageNames />
151
+ <autoscrollToSource />
152
+ <autoscrollFromSource />
153
+ <sortByType />
154
+ </navigator>
155
+ <panes>
156
+ <pane id="Scope" />
157
+ <pane id="ProjectPane">
158
+ <subPane>
159
+ <PATH>
160
+ <PATH_ELEMENT>
161
+ <option name="myItemId" value="gemexample" />
162
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
163
+ </PATH_ELEMENT>
164
+ </PATH>
165
+ <PATH>
166
+ <PATH_ELEMENT>
167
+ <option name="myItemId" value="gemexample" />
168
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
169
+ </PATH_ELEMENT>
170
+ <PATH_ELEMENT>
171
+ <option name="myItemId" value="gemexample" />
172
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
173
+ </PATH_ELEMENT>
174
+ </PATH>
175
+ <PATH>
176
+ <PATH_ELEMENT>
177
+ <option name="myItemId" value="gemexample" />
178
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
179
+ </PATH_ELEMENT>
180
+ <PATH_ELEMENT>
181
+ <option name="myItemId" value="gemexample" />
182
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
183
+ </PATH_ELEMENT>
184
+ <PATH_ELEMENT>
185
+ <option name="myItemId" value="spec" />
186
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
187
+ </PATH_ELEMENT>
188
+ </PATH>
189
+ <PATH>
190
+ <PATH_ELEMENT>
191
+ <option name="myItemId" value="gemexample" />
192
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
193
+ </PATH_ELEMENT>
194
+ <PATH_ELEMENT>
195
+ <option name="myItemId" value="gemexample" />
196
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
197
+ </PATH_ELEMENT>
198
+ <PATH_ELEMENT>
199
+ <option name="myItemId" value="lib" />
200
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
201
+ </PATH_ELEMENT>
202
+ </PATH>
203
+ <PATH>
204
+ <PATH_ELEMENT>
205
+ <option name="myItemId" value="gemexample" />
206
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
207
+ </PATH_ELEMENT>
208
+ <PATH_ELEMENT>
209
+ <option name="myItemId" value="gemexample" />
210
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
211
+ </PATH_ELEMENT>
212
+ <PATH_ELEMENT>
213
+ <option name="myItemId" value="lib" />
214
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
215
+ </PATH_ELEMENT>
216
+ <PATH_ELEMENT>
217
+ <option name="myItemId" value="gemexample" />
218
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
219
+ </PATH_ELEMENT>
220
+ </PATH>
221
+ </subPane>
222
+ </pane>
223
+ </panes>
224
+ </component>
225
+ <component name="PropertiesComponent">
226
+ <property name="options.splitter.main.proportions" value="0.3" />
227
+ <property name="WebServerToolWindowFactoryState" value="false" />
228
+ <property name="recentsLimit" value="5" />
229
+ <property name="options.lastSelected" value="project.propVCSSupport.Mappings" />
230
+ <property name="RakeTaksPopup.undocumentedIncluded" value="false" />
231
+ <property name="options.splitter.details.proportions" value="0.2" />
232
+ <property name="options.searchVisible" value="true" />
233
+ </component>
234
+ <component name="RunManager" selected="Rake.spec">
235
+ <configuration default="false" name="spec" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
236
+ <module name="gemexample" />
237
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
238
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$PROJECT_DIR$" />
239
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
240
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
241
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
242
+ <envs />
243
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
244
+ <EXTENSION ID="JRubyRunConfigurationExtension" />
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
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="spec" />
252
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
253
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE=":rspec " />
254
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
255
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
256
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
257
+ <RunnerSettings RunnerId="RubyRunner" />
258
+ <ConfigurationWrapper RunnerId="RubyRunner" />
259
+ <method />
260
+ </configuration>
261
+ <configuration default="true" type="RakeRunConfigurationType" factoryName="Rake">
262
+ <module name="" />
263
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
264
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
265
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
266
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
267
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
268
+ <envs />
269
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
270
+ <EXTENSION ID="JRubyRunConfigurationExtension" />
271
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
272
+ <COVERAGE_PATTERN ENABLED="true">
273
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
274
+ </COVERAGE_PATTERN>
275
+ </EXTENSION>
276
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
277
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="" />
278
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
279
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
280
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
281
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
282
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
283
+ <method />
284
+ </configuration>
285
+ <configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
286
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
287
+ <module name="" />
288
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
289
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
290
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
291
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
292
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
293
+ <envs />
294
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
295
+ <EXTENSION ID="JRubyRunConfigurationExtension" />
296
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
297
+ <COVERAGE_PATTERN ENABLED="true">
298
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
299
+ </COVERAGE_PATTERN>
300
+ </EXTENSION>
301
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
302
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
303
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
304
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
305
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
306
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
307
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
308
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
309
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
310
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
311
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
312
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
313
+ <method />
314
+ </configuration>
315
+ <configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
316
+ <predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
317
+ <module name="" />
318
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
319
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
320
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
321
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
322
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
323
+ <envs />
324
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
325
+ <EXTENSION ID="JRubyRunConfigurationExtension" />
326
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
327
+ <COVERAGE_PATTERN ENABLED="true">
328
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
329
+ </COVERAGE_PATTERN>
330
+ </EXTENSION>
331
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
332
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
333
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
334
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
335
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
336
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
337
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
338
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
339
+ <method />
340
+ </configuration>
341
+ <list size="1">
342
+ <item index="0" class="java.lang.String" itemvalue="Rake.spec" />
343
+ </list>
344
+ <recent_temporary>
345
+ <list size="1">
346
+ <item index="0" class="java.lang.String" itemvalue="Rake.spec" />
347
+ </list>
348
+ </recent_temporary>
349
+ </component>
350
+ <component name="ShelveChangesManager" show_recycled="false" />
351
+ <component name="SvnConfiguration" maxAnnotateRevisions="500" myUseAcceleration="nothing" myAutoUpdateAfterCommit="false" cleanupOnStartRun="false" SSL_PROTOCOLS="sslv3">
352
+ <option name="USER" value="" />
353
+ <option name="PASSWORD" value="" />
354
+ <option name="mySSHConnectionTimeout" value="30000" />
355
+ <option name="mySSHReadTimeout" value="30000" />
356
+ <option name="LAST_MERGED_REVISION" />
357
+ <option name="MERGE_DRY_RUN" value="false" />
358
+ <option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
359
+ <option name="UPDATE_LOCK_ON_DEMAND" value="false" />
360
+ <option name="IGNORE_SPACES_IN_MERGE" value="false" />
361
+ <option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
362
+ <option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
363
+ <option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
364
+ <option name="FORCE_UPDATE" value="false" />
365
+ <option name="IGNORE_EXTERNALS" value="false" />
366
+ <myIsUseDefaultProxy>false</myIsUseDefaultProxy>
367
+ </component>
368
+ <component name="TaskManager">
369
+ <task active="true" id="Default" summary="Default task">
370
+ <changelist id="b0fd2fdb-5ac8-426c-bddd-958853e823e7" name="Default" comment="" />
371
+ <created>1377437013388</created>
372
+ <updated>1377437013388</updated>
373
+ </task>
374
+ <servers />
375
+ </component>
376
+ <component name="ToolWindowManager">
377
+ <frame x="4" y="22" width="1436" height="878" extended-state="6" />
378
+ <editor active="true" />
379
+ <layout>
380
+ <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" />
381
+ <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" />
382
+ <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" />
383
+ <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" />
384
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24964029" sideWeight="0.7784891" order="0" side_tool="false" content_ui="combo" />
385
+ <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" />
386
+ <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" />
387
+ <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" />
388
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.22151089" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
389
+ <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" />
390
+ <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" />
391
+ <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" />
392
+ <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" />
393
+ <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" />
394
+ <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" />
395
+ <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" />
396
+ <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" />
397
+ </layout>
398
+ </component>
399
+ <component name="VcsContentAnnotationSettings">
400
+ <option name="myLimit" value="2678400000" />
401
+ </component>
402
+ <component name="VcsManagerConfiguration">
403
+ <option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
404
+ <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
405
+ <option name="CHECK_NEW_TODO" value="true" />
406
+ <option name="myTodoPanelSettings">
407
+ <value>
408
+ <are-packages-shown value="false" />
409
+ <are-modules-shown value="false" />
410
+ <flatten-packages value="false" />
411
+ <is-autoscroll-to-source value="false" />
412
+ </value>
413
+ </option>
414
+ <option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />
415
+ <option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />
416
+ <option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
417
+ <option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
418
+ <option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
419
+ <option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
420
+ <option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />
421
+ <option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
422
+ <option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
423
+ <option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
424
+ <option name="DEFAULT_PATCH_EXTENSION" value="patch" />
425
+ <option name="SHORT_DIFF_HORIZONTALLY" value="true" />
426
+ <option name="SHORT_DIFF_EXTRA_LINES" value="2" />
427
+ <option name="SOFT_WRAPS_IN_SHORT_DIFF" value="true" />
428
+ <option name="INCLUDE_TEXT_INTO_PATCH" value="false" />
429
+ <option name="INCLUDE_TEXT_INTO_SHELF" value="false" />
430
+ <option name="SHOW_FILE_HISTORY_DETAILS" value="true" />
431
+ <option name="SHOW_VCS_ERROR_NOTIFICATIONS" value="true" />
432
+ <option name="SHOW_DIRTY_RECURSIVELY" value="false" />
433
+ <option name="LIMIT_HISTORY" value="true" />
434
+ <option name="MAXIMUM_HISTORY_ROWS" value="1000" />
435
+ <option name="UPDATE_FILTER_SCOPE_NAME" />
436
+ <option name="USE_COMMIT_MESSAGE_MARGIN" value="false" />
437
+ <option name="COMMIT_MESSAGE_MARGIN_SIZE" value="72" />
438
+ <option name="WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN" value="false" />
439
+ <option name="FORCE_NON_EMPTY_COMMENT" value="false" />
440
+ <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="false" />
441
+ <option name="LAST_COMMIT_MESSAGE" />
442
+ <option name="MAKE_NEW_CHANGELIST_ACTIVE" value="false" />
443
+ <option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
444
+ <option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
445
+ <option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
446
+ <option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
447
+ <option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
448
+ <option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
449
+ <option name="ACTIVE_VCS_NAME" />
450
+ <option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
451
+ <option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
452
+ <option name="UPDATE_FILTER_BY_SCOPE" value="false" />
453
+ <option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
454
+ <option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
455
+ </component>
456
+ <component name="XDebuggerManager">
457
+ <breakpoint-manager />
458
+ </component>
459
+ <component name="editorHistoryManager">
460
+ <entry file="file://$PROJECT_DIR$/Rakefile">
461
+ <provider selected="true" editor-type-id="text-editor">
462
+ <state line="6" column="19" selection-start="129" selection-end="129" vertical-scroll-proportion="0.12857144">
463
+ <folding />
464
+ </state>
465
+ </provider>
466
+ </entry>
467
+ <entry file="file://$PROJECT_DIR$/Gemfile">
468
+ <provider selected="true" editor-type-id="text-editor">
469
+ <state line="2" column="0" selection-start="31" selection-end="31" vertical-scroll-proportion="0.0">
470
+ <folding />
471
+ </state>
472
+ </provider>
473
+ </entry>
474
+ <entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
475
+ <provider selected="true" editor-type-id="text-editor">
476
+ <state line="2" column="19" selection-start="62" selection-end="62" vertical-scroll-proportion="0.0">
477
+ <folding />
478
+ </state>
479
+ </provider>
480
+ </entry>
481
+ <entry file="file://$PROJECT_DIR$/spec/my_example_spec.rb">
482
+ <provider selected="true" editor-type-id="text-editor">
483
+ <state line="21" column="74" selection-start="446" selection-end="479" vertical-scroll-proportion="0.0">
484
+ <folding />
485
+ </state>
486
+ </provider>
487
+ </entry>
488
+ <entry file="file://$PROJECT_DIR$/lib/gemexample.rb">
489
+ <provider selected="true" editor-type-id="text-editor">
490
+ <state line="21" column="64" selection-start="250" selection-end="250" vertical-scroll-proportion="0.0">
491
+ <folding />
492
+ </state>
493
+ </provider>
494
+ </entry>
495
+ <entry file="file://$PROJECT_DIR$/.travis.yml">
496
+ <provider selected="true" editor-type-id="text-editor">
497
+ <state line="3" column="9" selection-start="39" selection-end="39" vertical-scroll-proportion="0.0">
498
+ <folding />
499
+ </state>
500
+ </provider>
501
+ </entry>
502
+ <entry file="file://$PROJECT_DIR$/.rspec">
503
+ <provider selected="true" editor-type-id="text-editor">
504
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
505
+ <folding />
506
+ </state>
507
+ </provider>
508
+ </entry>
509
+ <entry file="file://$PROJECT_DIR$/gemexample.gemspec">
510
+ <provider selected="true" editor-type-id="text-editor">
511
+ <state line="11" column="61" selection-start="443" selection-end="443" vertical-scroll-proportion="0.28448275">
512
+ <folding />
513
+ </state>
514
+ </provider>
515
+ </entry>
516
+ </component>
517
+ </project>
518
+
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --color
2
+ --format progress
@@ -0,0 +1,4 @@
1
+ language: ruby
2
+ rvm:
3
+ - 1.9.3
4
+ - 2.0.0
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+
4
+ gemspec
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2013 Arman Kara
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README ADDED
@@ -0,0 +1 @@
1
+ This file was created by JetBrains RubyMine 5.4.3.2.1 for binding GitHub repository
@@ -0,0 +1,29 @@
1
+ # Gemexample
2
+
3
+ TODO: Write a gem description
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ gem 'gemexample'
10
+
11
+ And then execute:
12
+
13
+ $ bundle
14
+
15
+ Or install it yourself as:
16
+
17
+ $ gem install gemexample
18
+
19
+ ## Usage
20
+
21
+ TODO: Write usage instructions here
22
+
23
+ ## Contributing
24
+
25
+ 1. Fork it
26
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
27
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
28
+ 4. Push to the branch (`git push origin my-new-feature`)
29
+ 5. Create new Pull Request
@@ -0,0 +1,7 @@
1
+ require 'bundler/gem_tasks'
2
+ require 'rspec/core/rake_task'
3
+
4
+ RSpec::Core::RakeTask.new
5
+
6
+ task :default => :spec
7
+ task :test => :spec
@@ -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 'gemexample/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "gemexample"
8
+ spec.version = Gemexample::VERSION
9
+ spec.authors = ["Arman Kara"]
10
+ spec.email = ["armankara19@gmail.com"]
11
+ spec.description = %q{Gem Update}
12
+ spec.summary = %q{First my gem for linux RubyonRails summer camp}
13
+ spec.homepage = ""
14
+ spec.license = "MIT"
15
+
16
+ spec.files = `git ls-files`.split($/)
17
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
+ spec.require_paths = ["lib"]
20
+
21
+ spec.add_development_dependency "bundler", "~> 1.3"
22
+ spec.add_development_dependency "rake"
23
+ spec.add_development_dependency 'rspec'
24
+ end
@@ -0,0 +1,21 @@
1
+ require "gemexample/version"
2
+
3
+ module Gemexample
4
+ class String
5
+
6
+ def self.who
7
+
8
+ 'Arman Kara'
9
+
10
+ end
11
+ def self.when
12
+ '17.08.2013 - 31.08.2013'
13
+
14
+ end
15
+ def self.where
16
+
17
+ 'Abant Izzet Baysal Universitesi'
18
+ end
19
+
20
+ end
21
+ end
@@ -0,0 +1,3 @@
1
+ module Gemexample
2
+ VERSION = "0.0.1"
3
+ end
@@ -0,0 +1,29 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'String' do
4
+
5
+ it '.who' do
6
+ Gemexample::String.who.should.eql?('Arman Kara')
7
+ end
8
+
9
+ it '.who_instance_of_String' do
10
+ Gemexample::String.who.should be_a(String)
11
+ end
12
+
13
+ it '.when' do
14
+ Gemexample::String.when.should.eql?('17.08.2013 - 31.08.2013')
15
+ end
16
+
17
+ it '.when_instance_of_String' do
18
+ Gemexample::String.when.should be_a(String)
19
+ end
20
+
21
+ it '.where' do
22
+ Gemexample::String.where.should.eql?('Abant Izzet Baysal Universitesi')
23
+ end
24
+
25
+ it '.where_instance_of_String' do
26
+ Gemexample::String.where.should be_a(String)
27
+ end
28
+
29
+ end
@@ -0,0 +1,12 @@
1
+ require 'rubygems'
2
+ require 'bundler/setup'
3
+ require 'gemexample'
4
+ RSpec.configure do |config|
5
+ config.treat_symbols_as_metadata_keys_with_true_values = true
6
+ config.run_all_when_everything_filtered = true
7
+ config.filter_run :focus
8
+
9
+
10
+
11
+ config.order = 'random'
12
+ end
metadata ADDED
@@ -0,0 +1,111 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gemexample
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Arman Kara
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-08-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.3'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '1.3'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ description: Gem Update
56
+ email:
57
+ - armankara19@gmail.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - .gitignore
63
+ - .idea/.name
64
+ - .idea/.rakeTasks
65
+ - .idea/encodings.xml
66
+ - .idea/gemexample.iml
67
+ - .idea/misc.xml
68
+ - .idea/modules.xml
69
+ - .idea/scopes/scope_settings.xml
70
+ - .idea/vcs.xml
71
+ - .idea/workspace.xml
72
+ - .rspec
73
+ - .travis.yml
74
+ - Gemfile
75
+ - LICENSE.txt
76
+ - README
77
+ - README.md
78
+ - Rakefile
79
+ - gemexample.gemspec
80
+ - lib/gemexample.rb
81
+ - lib/gemexample/version.rb
82
+ - spec/my_example_spec.rb
83
+ - spec/spec_helper.rb
84
+ homepage: ''
85
+ licenses:
86
+ - MIT
87
+ metadata: {}
88
+ post_install_message:
89
+ rdoc_options: []
90
+ require_paths:
91
+ - lib
92
+ required_ruby_version: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - '>='
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ required_rubygems_version: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - '>='
100
+ - !ruby/object:Gem::Version
101
+ version: '0'
102
+ requirements: []
103
+ rubyforge_project:
104
+ rubygems_version: 2.0.7
105
+ signing_key:
106
+ specification_version: 4
107
+ summary: First my gem for linux RubyonRails summer camp
108
+ test_files:
109
+ - spec/my_example_spec.rb
110
+ - spec/spec_helper.rb
111
+ has_rdoc: