first_gema 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 +7 -0
- data/.gitignore +12 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/first_gema.iml +16 -0
- data/.idea/misc.xml +4 -0
- data/.idea/modules.xml +8 -0
- data/.idea/vcs.xml +6 -0
- data/.idea/workspace.xml +425 -0
- data/.rspec +2 -0
- data/.travis.yml +5 -0
- data/Gemfile +4 -0
- data/README.md +36 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/first_gema.gemspec +35 -0
- data/lib/first_gema.rb +13 -0
- data/lib/first_gema/version.rb +3 -0
- data/lib/test.rb +3 -0
- metadata +103 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 678cb499a79b2145dd3f9d64df1a5500c413e131
|
|
4
|
+
data.tar.gz: 7ca3d2eec02b0ac179988d9e09f8aef671f9a21e
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: f39c88a5de84fee09757ec1ccaf2f18eafc3999f828881a2deebdd24e095b9419386c290dd7bf65f6102efa48d8b2b6feda2ace63c2d96a891f69e4fd1c9e0ba
|
|
7
|
+
data.tar.gz: b1d65b8bf7d56113d73c8b2c3f50d198be15b0c2e177b1b2cd6426846f678470d677fefd18b982cc639100e52b9a15ca5546828dacbb35cb02aa388a6613c274
|
data/.gitignore
ADDED
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 first_gema-0.1.0.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated files" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install first_gema-0.1.0.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install first_gema-0.1.0.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.1.0 and build and push first_gema-0.1.0.gem to Rubygems" fullCmd="release[remote]" taksId="release[remote]" /><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager">
|
|
4
|
+
<content url="file://$MODULE_DIR$" />
|
|
5
|
+
<orderEntry type="inheritedJdk" />
|
|
6
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.14.2, rbenv: 2.3.1) [gem]" level="application" />
|
|
8
|
+
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, rbenv: 2.3.1) [gem]" level="application" />
|
|
9
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.4.2, rbenv: 2.3.1) [gem]" level="application" />
|
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.5.0, rbenv: 2.3.1) [gem]" level="application" />
|
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.5.4, rbenv: 2.3.1) [gem]" level="application" />
|
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.5.0, rbenv: 2.3.1) [gem]" level="application" />
|
|
13
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.5.0, rbenv: 2.3.1) [gem]" level="application" />
|
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.5.0, rbenv: 2.3.1) [gem]" level="application" />
|
|
15
|
+
</component>
|
|
16
|
+
</module>
|
data/.idea/misc.xml
ADDED
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/first_gema.iml" filepath="$PROJECT_DIR$/.idea/first_gema.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
|
@@ -0,0 +1,425 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="47bf543e-34bd-4e68-8c22-ecae3dcce0c8" name="Default" comment="">
|
|
5
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/first_gema.gemspec" afterPath="$PROJECT_DIR$/first_gema.gemspec" />
|
|
6
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/first_gema.rb" afterPath="$PROJECT_DIR$/lib/first_gema.rb" />
|
|
7
|
+
</list>
|
|
8
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
9
|
+
<option name="TRACKING_ENABLED" value="true" />
|
|
10
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
11
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
12
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
13
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
14
|
+
</component>
|
|
15
|
+
<component name="CreatePatchCommitExecutor">
|
|
16
|
+
<option name="PATCH_PATH" value="" />
|
|
17
|
+
</component>
|
|
18
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
|
19
|
+
<component name="FileEditorManager">
|
|
20
|
+
<leaf>
|
|
21
|
+
<file leaf-file-name="first_gema.rb" pinned="false" current-in-tab="false">
|
|
22
|
+
<entry file="file://$PROJECT_DIR$/lib/first_gema.rb">
|
|
23
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
24
|
+
<state relative-caret-position="150">
|
|
25
|
+
<caret line="10" column="16" lean-forward="false" selection-start-line="10" selection-start-column="16" selection-end-line="10" selection-end-column="16" />
|
|
26
|
+
<folding />
|
|
27
|
+
</state>
|
|
28
|
+
</provider>
|
|
29
|
+
</entry>
|
|
30
|
+
</file>
|
|
31
|
+
<file leaf-file-name="first_gema_spec.rb" pinned="false" current-in-tab="false">
|
|
32
|
+
<entry file="file://$PROJECT_DIR$/spec/first_gema_spec.rb">
|
|
33
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
34
|
+
<state relative-caret-position="120">
|
|
35
|
+
<caret line="8" column="29" lean-forward="false" selection-start-line="8" selection-start-column="29" selection-end-line="8" selection-end-column="29" />
|
|
36
|
+
<folding />
|
|
37
|
+
</state>
|
|
38
|
+
</provider>
|
|
39
|
+
</entry>
|
|
40
|
+
</file>
|
|
41
|
+
<file leaf-file-name="first_gema.gemspec" pinned="false" current-in-tab="true">
|
|
42
|
+
<entry file="file://$PROJECT_DIR$/first_gema.gemspec">
|
|
43
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
44
|
+
<state relative-caret-position="330">
|
|
45
|
+
<caret line="22" column="2" lean-forward="false" selection-start-line="17" selection-start-column="4" selection-end-line="22" selection-end-column="2" />
|
|
46
|
+
<folding />
|
|
47
|
+
</state>
|
|
48
|
+
</provider>
|
|
49
|
+
</entry>
|
|
50
|
+
</file>
|
|
51
|
+
<file leaf-file-name="Gemfile" pinned="false" current-in-tab="false">
|
|
52
|
+
<entry file="file://$PROJECT_DIR$/spec/gem_test/Gemfile">
|
|
53
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
54
|
+
<state relative-caret-position="75">
|
|
55
|
+
<caret line="5" column="39" lean-forward="false" selection-start-line="5" selection-start-column="39" selection-end-line="5" selection-end-column="39" />
|
|
56
|
+
<folding />
|
|
57
|
+
</state>
|
|
58
|
+
</provider>
|
|
59
|
+
</entry>
|
|
60
|
+
</file>
|
|
61
|
+
<file leaf-file-name="test.rb" pinned="false" current-in-tab="false">
|
|
62
|
+
<entry file="file://$PROJECT_DIR$/lib/test.rb">
|
|
63
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
64
|
+
<state relative-caret-position="30">
|
|
65
|
+
<caret line="2" column="14" lean-forward="false" selection-start-line="2" selection-start-column="14" selection-end-line="2" selection-end-column="14" />
|
|
66
|
+
<folding />
|
|
67
|
+
</state>
|
|
68
|
+
</provider>
|
|
69
|
+
</entry>
|
|
70
|
+
</file>
|
|
71
|
+
</leaf>
|
|
72
|
+
</component>
|
|
73
|
+
<component name="Git.Settings">
|
|
74
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
75
|
+
</component>
|
|
76
|
+
<component name="IdeDocumentHistory">
|
|
77
|
+
<option name="CHANGED_PATHS">
|
|
78
|
+
<list>
|
|
79
|
+
<option value="$PROJECT_DIR$/spec/gem_test/Gemfile" />
|
|
80
|
+
<option value="$PROJECT_DIR$/lib/first_gema/test.rb" />
|
|
81
|
+
<option value="$PROJECT_DIR$/lib/first_gema.rb" />
|
|
82
|
+
<option value="$PROJECT_DIR$/first_gema.gemspec" />
|
|
83
|
+
</list>
|
|
84
|
+
</option>
|
|
85
|
+
</component>
|
|
86
|
+
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
|
87
|
+
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
|
|
88
|
+
<component name="JsGulpfileManager">
|
|
89
|
+
<detection-done>true</detection-done>
|
|
90
|
+
<sorting>DEFINITION_ORDER</sorting>
|
|
91
|
+
</component>
|
|
92
|
+
<component name="ProjectFrameBounds">
|
|
93
|
+
<option name="y" value="23" />
|
|
94
|
+
<option name="width" value="1440" />
|
|
95
|
+
<option name="height" value="873" />
|
|
96
|
+
</component>
|
|
97
|
+
<component name="ProjectView">
|
|
98
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
|
99
|
+
<flattenPackages />
|
|
100
|
+
<showMembers />
|
|
101
|
+
<showModules />
|
|
102
|
+
<showLibraryContents />
|
|
103
|
+
<hideEmptyPackages />
|
|
104
|
+
<abbreviatePackageNames />
|
|
105
|
+
<autoscrollToSource />
|
|
106
|
+
<autoscrollFromSource ProjectPane="true" />
|
|
107
|
+
<sortByType />
|
|
108
|
+
<manualOrder />
|
|
109
|
+
<foldersAlwaysOnTop value="true" />
|
|
110
|
+
</navigator>
|
|
111
|
+
<panes>
|
|
112
|
+
<pane id="Scope" />
|
|
113
|
+
<pane id="Scratches" />
|
|
114
|
+
<pane id="ProjectPane">
|
|
115
|
+
<subPane>
|
|
116
|
+
<PATH>
|
|
117
|
+
<PATH_ELEMENT>
|
|
118
|
+
<option name="myItemId" value="first_gema" />
|
|
119
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
120
|
+
</PATH_ELEMENT>
|
|
121
|
+
<PATH_ELEMENT>
|
|
122
|
+
<option name="myItemId" value="first_gema" />
|
|
123
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
124
|
+
</PATH_ELEMENT>
|
|
125
|
+
</PATH>
|
|
126
|
+
<PATH>
|
|
127
|
+
<PATH_ELEMENT>
|
|
128
|
+
<option name="myItemId" value="first_gema" />
|
|
129
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
130
|
+
</PATH_ELEMENT>
|
|
131
|
+
<PATH_ELEMENT>
|
|
132
|
+
<option name="myItemId" value="first_gema" />
|
|
133
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
134
|
+
</PATH_ELEMENT>
|
|
135
|
+
<PATH_ELEMENT>
|
|
136
|
+
<option name="myItemId" value="spec" />
|
|
137
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
138
|
+
</PATH_ELEMENT>
|
|
139
|
+
</PATH>
|
|
140
|
+
<PATH>
|
|
141
|
+
<PATH_ELEMENT>
|
|
142
|
+
<option name="myItemId" value="first_gema" />
|
|
143
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
144
|
+
</PATH_ELEMENT>
|
|
145
|
+
<PATH_ELEMENT>
|
|
146
|
+
<option name="myItemId" value="first_gema" />
|
|
147
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
148
|
+
</PATH_ELEMENT>
|
|
149
|
+
<PATH_ELEMENT>
|
|
150
|
+
<option name="myItemId" value="spec" />
|
|
151
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
152
|
+
</PATH_ELEMENT>
|
|
153
|
+
<PATH_ELEMENT>
|
|
154
|
+
<option name="myItemId" value="gem_test" />
|
|
155
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
156
|
+
</PATH_ELEMENT>
|
|
157
|
+
</PATH>
|
|
158
|
+
<PATH>
|
|
159
|
+
<PATH_ELEMENT>
|
|
160
|
+
<option name="myItemId" value="first_gema" />
|
|
161
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
162
|
+
</PATH_ELEMENT>
|
|
163
|
+
<PATH_ELEMENT>
|
|
164
|
+
<option name="myItemId" value="first_gema" />
|
|
165
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
166
|
+
</PATH_ELEMENT>
|
|
167
|
+
<PATH_ELEMENT>
|
|
168
|
+
<option name="myItemId" value="lib" />
|
|
169
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
170
|
+
</PATH_ELEMENT>
|
|
171
|
+
</PATH>
|
|
172
|
+
<PATH>
|
|
173
|
+
<PATH_ELEMENT>
|
|
174
|
+
<option name="myItemId" value="first_gema" />
|
|
175
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
176
|
+
</PATH_ELEMENT>
|
|
177
|
+
<PATH_ELEMENT>
|
|
178
|
+
<option name="myItemId" value="first_gema" />
|
|
179
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
180
|
+
</PATH_ELEMENT>
|
|
181
|
+
<PATH_ELEMENT>
|
|
182
|
+
<option name="myItemId" value="lib" />
|
|
183
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
184
|
+
</PATH_ELEMENT>
|
|
185
|
+
<PATH_ELEMENT>
|
|
186
|
+
<option name="myItemId" value="first_gema" />
|
|
187
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
188
|
+
</PATH_ELEMENT>
|
|
189
|
+
</PATH>
|
|
190
|
+
<PATH>
|
|
191
|
+
<PATH_ELEMENT>
|
|
192
|
+
<option name="myItemId" value="first_gema" />
|
|
193
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
194
|
+
</PATH_ELEMENT>
|
|
195
|
+
<PATH_ELEMENT>
|
|
196
|
+
<option name="myItemId" value="first_gema" />
|
|
197
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
198
|
+
</PATH_ELEMENT>
|
|
199
|
+
<PATH_ELEMENT>
|
|
200
|
+
<option name="myItemId" value="bin" />
|
|
201
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
202
|
+
</PATH_ELEMENT>
|
|
203
|
+
</PATH>
|
|
204
|
+
</subPane>
|
|
205
|
+
</pane>
|
|
206
|
+
</panes>
|
|
207
|
+
</component>
|
|
208
|
+
<component name="PropertiesComponent">
|
|
209
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
210
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
211
|
+
<property name="nodejs_interpreter_path" value="/usr/local/bin/node" />
|
|
212
|
+
<property name="js.eslint.eslintPackage" value="" />
|
|
213
|
+
<property name="js-jscs-nodeInterpreter" value="/usr/local/bin/node" />
|
|
214
|
+
</component>
|
|
215
|
+
<component name="RecentsManager">
|
|
216
|
+
<key name="MoveFile.RECENT_KEYS">
|
|
217
|
+
<recent name="$PROJECT_DIR$/lib" />
|
|
218
|
+
</key>
|
|
219
|
+
</component>
|
|
220
|
+
<component name="RunManager">
|
|
221
|
+
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
|
222
|
+
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
|
223
|
+
<module name="" />
|
|
224
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
225
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
226
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
227
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
228
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
229
|
+
<envs />
|
|
230
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
231
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
232
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
233
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
234
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
235
|
+
</COVERAGE_PATTERN>
|
|
236
|
+
</EXTENSION>
|
|
237
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
|
238
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
239
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
240
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
241
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
|
242
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
|
243
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
|
244
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
245
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
246
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
|
247
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
248
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
249
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
250
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
|
251
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
|
252
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
|
253
|
+
<method />
|
|
254
|
+
</configuration>
|
|
255
|
+
<configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor">
|
|
256
|
+
<config-file value="" />
|
|
257
|
+
<node-interpreter value="project" />
|
|
258
|
+
<envs />
|
|
259
|
+
<method />
|
|
260
|
+
</configuration>
|
|
261
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
|
262
|
+
<method />
|
|
263
|
+
</configuration>
|
|
264
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
|
265
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
266
|
+
<module name="" />
|
|
267
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
268
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
269
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
270
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
271
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
272
|
+
<envs />
|
|
273
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
274
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
275
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
276
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
277
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
278
|
+
</COVERAGE_PATTERN>
|
|
279
|
+
</EXTENSION>
|
|
280
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
281
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
282
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
283
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
284
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
|
285
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
286
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
287
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
288
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
289
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
290
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
291
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
292
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
293
|
+
<method />
|
|
294
|
+
</configuration>
|
|
295
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
|
296
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
|
297
|
+
<module name="" />
|
|
298
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
299
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
300
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
301
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
302
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
303
|
+
<envs />
|
|
304
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
305
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
306
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
307
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
308
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
309
|
+
</COVERAGE_PATTERN>
|
|
310
|
+
</EXTENSION>
|
|
311
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
312
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
313
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
|
314
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
|
315
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
316
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
317
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
318
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
|
319
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
|
320
|
+
<method />
|
|
321
|
+
</configuration>
|
|
322
|
+
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
|
323
|
+
<method />
|
|
324
|
+
</configuration>
|
|
325
|
+
<configuration default="true" type="js.build_tools.npm" factoryName="npm">
|
|
326
|
+
<command value="run" />
|
|
327
|
+
<scripts />
|
|
328
|
+
<node-interpreter value="project" />
|
|
329
|
+
<envs />
|
|
330
|
+
<method />
|
|
331
|
+
</configuration>
|
|
332
|
+
</component>
|
|
333
|
+
<component name="ShelveChangesManager" show_recycled="false">
|
|
334
|
+
<option name="remove_strategy" value="false" />
|
|
335
|
+
</component>
|
|
336
|
+
<component name="TaskManager">
|
|
337
|
+
<task active="true" id="Default" summary="Default task">
|
|
338
|
+
<changelist id="47bf543e-34bd-4e68-8c22-ecae3dcce0c8" name="Default" comment="" />
|
|
339
|
+
<created>1498724469941</created>
|
|
340
|
+
<option name="number" value="Default" />
|
|
341
|
+
<option name="presentableId" value="Default" />
|
|
342
|
+
<updated>1498724469941</updated>
|
|
343
|
+
<workItem from="1498724471250" duration="508000" />
|
|
344
|
+
</task>
|
|
345
|
+
<servers />
|
|
346
|
+
</component>
|
|
347
|
+
<component name="TimeTrackingManager">
|
|
348
|
+
<option name="totallyTimeSpent" value="508000" />
|
|
349
|
+
</component>
|
|
350
|
+
<component name="ToolWindowManager">
|
|
351
|
+
<frame x="0" y="23" width="1440" height="873" extended-state="6" />
|
|
352
|
+
<editor active="false" />
|
|
353
|
+
<layout>
|
|
354
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24964234" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
355
|
+
<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" />
|
|
356
|
+
<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.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
|
|
357
|
+
<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" />
|
|
358
|
+
<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" />
|
|
359
|
+
<window_info id="Run" 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="2" side_tool="false" content_ui="tabs" />
|
|
360
|
+
<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" />
|
|
361
|
+
<window_info id="Terminal" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.3290653" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
|
362
|
+
<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" />
|
|
363
|
+
<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" />
|
|
364
|
+
<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" />
|
|
365
|
+
<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" />
|
|
366
|
+
<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" />
|
|
367
|
+
<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" />
|
|
368
|
+
<window_info id="Find" 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" />
|
|
369
|
+
<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" />
|
|
370
|
+
<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" />
|
|
371
|
+
</layout>
|
|
372
|
+
</component>
|
|
373
|
+
<component name="TypeScriptGeneratedFilesManager">
|
|
374
|
+
<option name="processedProjectFiles" value="true" />
|
|
375
|
+
</component>
|
|
376
|
+
<component name="VcsContentAnnotationSettings">
|
|
377
|
+
<option name="myLimit" value="2678400000" />
|
|
378
|
+
</component>
|
|
379
|
+
<component name="XDebuggerManager">
|
|
380
|
+
<breakpoint-manager />
|
|
381
|
+
<watches-manager />
|
|
382
|
+
</component>
|
|
383
|
+
<component name="editorHistoryManager">
|
|
384
|
+
<entry file="file://$PROJECT_DIR$/spec/gem_test/Gemfile">
|
|
385
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
386
|
+
<state relative-caret-position="75">
|
|
387
|
+
<caret line="5" column="39" lean-forward="false" selection-start-line="5" selection-start-column="39" selection-end-line="5" selection-end-column="39" />
|
|
388
|
+
<folding />
|
|
389
|
+
</state>
|
|
390
|
+
</provider>
|
|
391
|
+
</entry>
|
|
392
|
+
<entry file="file://$PROJECT_DIR$/lib/test.rb">
|
|
393
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
394
|
+
<state relative-caret-position="30">
|
|
395
|
+
<caret line="2" column="14" lean-forward="false" selection-start-line="2" selection-start-column="14" selection-end-line="2" selection-end-column="14" />
|
|
396
|
+
<folding />
|
|
397
|
+
</state>
|
|
398
|
+
</provider>
|
|
399
|
+
</entry>
|
|
400
|
+
<entry file="file://$PROJECT_DIR$/lib/first_gema.rb">
|
|
401
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
402
|
+
<state relative-caret-position="150">
|
|
403
|
+
<caret line="10" column="16" lean-forward="false" selection-start-line="10" selection-start-column="16" selection-end-line="10" selection-end-column="16" />
|
|
404
|
+
<folding />
|
|
405
|
+
</state>
|
|
406
|
+
</provider>
|
|
407
|
+
</entry>
|
|
408
|
+
<entry file="file://$PROJECT_DIR$/spec/first_gema_spec.rb">
|
|
409
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
410
|
+
<state relative-caret-position="120">
|
|
411
|
+
<caret line="8" column="29" lean-forward="false" selection-start-line="8" selection-start-column="29" selection-end-line="8" selection-end-column="29" />
|
|
412
|
+
<folding />
|
|
413
|
+
</state>
|
|
414
|
+
</provider>
|
|
415
|
+
</entry>
|
|
416
|
+
<entry file="file://$PROJECT_DIR$/first_gema.gemspec">
|
|
417
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
418
|
+
<state relative-caret-position="330">
|
|
419
|
+
<caret line="22" column="2" lean-forward="false" selection-start-line="17" selection-start-column="4" selection-end-line="22" selection-end-column="2" />
|
|
420
|
+
<folding />
|
|
421
|
+
</state>
|
|
422
|
+
</provider>
|
|
423
|
+
</entry>
|
|
424
|
+
</component>
|
|
425
|
+
</project>
|
data/.rspec
ADDED
data/.travis.yml
ADDED
data/Gemfile
ADDED
data/README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# FirstGema
|
|
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/first_gema`. 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 'first_gema'
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
And then execute:
|
|
16
|
+
|
|
17
|
+
$ bundle
|
|
18
|
+
|
|
19
|
+
Or install it yourself as:
|
|
20
|
+
|
|
21
|
+
$ gem install first_gema
|
|
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 `rake spec` to run the tests. 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/Keita Ogawa/first_gema.
|
|
36
|
+
|
data/Rakefile
ADDED
data/bin/console
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
#!/usr/bin/env ruby
|
|
2
|
+
|
|
3
|
+
require "bundler/setup"
|
|
4
|
+
require "first_gema"
|
|
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(__FILE__)
|
data/bin/setup
ADDED
data/first_gema.gemspec
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
+
require 'first_gema/version'
|
|
5
|
+
|
|
6
|
+
Gem::Specification.new do |spec|
|
|
7
|
+
spec.name = "first_gema"
|
|
8
|
+
spec.version = FirstGema::VERSION
|
|
9
|
+
spec.authors = ["Keita Ogawa"]
|
|
10
|
+
spec.email = ["sufyl1016@gmail.com"]
|
|
11
|
+
|
|
12
|
+
spec.summary = %q{first gema gem}
|
|
13
|
+
spec.description = %q{gema}
|
|
14
|
+
spec.homepage = "http://example.com"
|
|
15
|
+
|
|
16
|
+
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
|
17
|
+
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
|
18
|
+
# if spec.respond_to?(:metadata)
|
|
19
|
+
# spec.metadata['allowed_push_host'] = ""
|
|
20
|
+
# else
|
|
21
|
+
# raise "RubyGems 2.0 or newer is required to protect against " \
|
|
22
|
+
# "public gem pushes."
|
|
23
|
+
# end
|
|
24
|
+
|
|
25
|
+
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
26
|
+
f.match(%r{^(test|spec|features)/})
|
|
27
|
+
end
|
|
28
|
+
spec.bindir = "exe"
|
|
29
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
30
|
+
spec.require_paths = ["lib"]
|
|
31
|
+
|
|
32
|
+
spec.add_development_dependency "bundler", "~> 1.14"
|
|
33
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
|
34
|
+
spec.add_development_dependency "rspec", "~> 3.0"
|
|
35
|
+
end
|
data/lib/first_gema.rb
ADDED
data/lib/test.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: first_gema
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Keita Ogawa
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: exe
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2017-06-29 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.14'
|
|
20
|
+
type: :development
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '1.14'
|
|
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
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: rspec
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - "~>"
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '3.0'
|
|
48
|
+
type: :development
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - "~>"
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '3.0'
|
|
55
|
+
description: gema
|
|
56
|
+
email:
|
|
57
|
+
- sufyl1016@gmail.com
|
|
58
|
+
executables: []
|
|
59
|
+
extensions: []
|
|
60
|
+
extra_rdoc_files: []
|
|
61
|
+
files:
|
|
62
|
+
- ".gitignore"
|
|
63
|
+
- ".idea/.rakeTasks"
|
|
64
|
+
- ".idea/first_gema.iml"
|
|
65
|
+
- ".idea/misc.xml"
|
|
66
|
+
- ".idea/modules.xml"
|
|
67
|
+
- ".idea/vcs.xml"
|
|
68
|
+
- ".idea/workspace.xml"
|
|
69
|
+
- ".rspec"
|
|
70
|
+
- ".travis.yml"
|
|
71
|
+
- Gemfile
|
|
72
|
+
- README.md
|
|
73
|
+
- Rakefile
|
|
74
|
+
- bin/console
|
|
75
|
+
- bin/setup
|
|
76
|
+
- first_gema.gemspec
|
|
77
|
+
- lib/first_gema.rb
|
|
78
|
+
- lib/first_gema/version.rb
|
|
79
|
+
- lib/test.rb
|
|
80
|
+
homepage: http://example.com
|
|
81
|
+
licenses: []
|
|
82
|
+
metadata: {}
|
|
83
|
+
post_install_message:
|
|
84
|
+
rdoc_options: []
|
|
85
|
+
require_paths:
|
|
86
|
+
- lib
|
|
87
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
88
|
+
requirements:
|
|
89
|
+
- - ">="
|
|
90
|
+
- !ruby/object:Gem::Version
|
|
91
|
+
version: '0'
|
|
92
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - ">="
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: '0'
|
|
97
|
+
requirements: []
|
|
98
|
+
rubyforge_project:
|
|
99
|
+
rubygems_version: 2.5.1
|
|
100
|
+
signing_key:
|
|
101
|
+
specification_version: 4
|
|
102
|
+
summary: first gema gem
|
|
103
|
+
test_files: []
|