kiriya_honey 0.0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +22 -0
- data/.idea/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/encodings.xml +5 -0
- data/.idea/kiriya_honey.iml +57 -0
- data/.idea/misc.xml +5 -0
- data/.idea/modules.xml +9 -0
- data/.idea/scopes/scope_settings.xml +5 -0
- data/.idea/vcs.xml +7 -0
- data/.idea/workspace.xml +505 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +29 -0
- data/Rakefile +2 -0
- data/kiriya_honey.gemspec +23 -0
- data/lib/kiriya_honey.rb +6 -0
- data/lib/kiriya_honey/extention/object.rb +7 -0
- data/lib/kiriya_honey/version.rb +3 -0
- data/spec/extention/object_spec.rb +7 -0
- data/spec/spec_helper.rb +6 -0
- metadata +94 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 4d139fc6803753d001db900dab75e2b776d06038
|
4
|
+
data.tar.gz: 89986ef3cf25eaf7ce59f6f61ef8bb7911d42e39
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 35122ce70a91064a8a5461a6e83d7b08a2bc008d017fcb793255ee908a247f496ef5aa01c4d9ea5733d75cc9138c557346701d7090e1ac4cc769cb108a8c88f5
|
7
|
+
data.tar.gz: f040e6b77e2bbad18e363593c1cce8d9133a7e6ebaba3e7014ec2d8dae081ad3a6089783031ada35dae080a5063333a45805c838b479fb378ca7fc9babf93912
|
data/.gitignore
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
*.gem
|
2
|
+
*.rbc
|
3
|
+
.bundle
|
4
|
+
.config
|
5
|
+
.yardoc
|
6
|
+
Gemfile.lock
|
7
|
+
InstalledFiles
|
8
|
+
_yardoc
|
9
|
+
coverage
|
10
|
+
doc/
|
11
|
+
lib/bundler/man
|
12
|
+
pkg
|
13
|
+
rdoc
|
14
|
+
spec/reports
|
15
|
+
test/tmp
|
16
|
+
test/version_tmp
|
17
|
+
tmp
|
18
|
+
*.bundle
|
19
|
+
*.so
|
20
|
+
*.o
|
21
|
+
*.a
|
22
|
+
mkmf.log
|
data/.idea/.name
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
kiriya_honey
|
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 kiriya_honey-0.0.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install kiriya_honey-0.0.1.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.1 and build and push kiriya_honey-0.0.1.gem to Rubygems" fullCmd="release" taksId="release" /></RakeGroup></Settings>
|
data/.idea/encodings.xml
ADDED
@@ -0,0 +1,57 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="FacetManager">
|
4
|
+
<facet type="gem" name="Ruby Gem">
|
5
|
+
<configuration>
|
6
|
+
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
7
|
+
<option name="GEM_APP_TEST_PATH" value="" />
|
8
|
+
<option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
|
9
|
+
</configuration>
|
10
|
+
</facet>
|
11
|
+
</component>
|
12
|
+
<component name="ModuleRunConfigurationManager">
|
13
|
+
<configuration default="false" name="IRB console: kiriya_honey" type="IrbRunConfigurationType" factoryName="IRB console" temporary="true">
|
14
|
+
<module name="kiriya_honey" />
|
15
|
+
<IRB_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
16
|
+
<IRB_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
17
|
+
<IRB_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
18
|
+
<IRB_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
19
|
+
<IRB_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
20
|
+
<envs />
|
21
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
22
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
23
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
24
|
+
<COVERAGE_PATTERN ENABLED="true">
|
25
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
26
|
+
</COVERAGE_PATTERN>
|
27
|
+
</EXTENSION>
|
28
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
29
|
+
<IRB_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$USER_HOME$/.rbenv/versions/2.1.1/bin/irb" />
|
30
|
+
<IRB_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="--prompt simple" />
|
31
|
+
<IRB_RUN_CONFIG NAME="IS_RAILS_CONSOLE" VALUE="false" />
|
32
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
33
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
34
|
+
<method />
|
35
|
+
</configuration>
|
36
|
+
</component>
|
37
|
+
<component name="NewModuleRootManager">
|
38
|
+
<content url="file://$MODULE_DIR$" />
|
39
|
+
<orderEntry type="inheritedJdk" />
|
40
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
41
|
+
<orderEntry type="module-library">
|
42
|
+
<library name="kiriya_honey (v0.0.1, /Users/mybys/RubymineProjects/kiriya_honey) [path][gem]">
|
43
|
+
<CLASSES>
|
44
|
+
<root url="file://$MODULE_DIR$/lib" />
|
45
|
+
<root url="file://$MODULE_DIR$/.idea" />
|
46
|
+
</CLASSES>
|
47
|
+
<SOURCES>
|
48
|
+
<root url="file://$MODULE_DIR$/lib" />
|
49
|
+
<root url="file://$MODULE_DIR$/.idea" />
|
50
|
+
</SOURCES>
|
51
|
+
</library>
|
52
|
+
</orderEntry>
|
53
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.6.2, rbenv: 2.1.1) [gem]" level="application" />
|
54
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.3.1, rbenv: 2.1.1) [gem]" level="application" />
|
55
|
+
</component>
|
56
|
+
</module>
|
57
|
+
|
data/.idea/misc.xml
ADDED
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/kiriya_honey.iml" filepath="$PROJECT_DIR$/.idea/kiriya_honey.iml" />
|
6
|
+
</modules>
|
7
|
+
</component>
|
8
|
+
</project>
|
9
|
+
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,505 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ChangeListManager">
|
4
|
+
<list default="true" id="ce32ee21-6501-4669-ba13-0b6b52a75e40" name="Default" comment="">
|
5
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/kiriya_honey/version.rb" afterPath="$PROJECT_DIR$/lib/kiriya_honey/version.rb" />
|
6
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
7
|
+
</list>
|
8
|
+
<ignored path="kiriya_honey.iws" />
|
9
|
+
<ignored path=".idea/workspace.xml" />
|
10
|
+
<option name="TRACKING_ENABLED" value="true" />
|
11
|
+
<option name="SHOW_DIALOG" value="false" />
|
12
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
13
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
14
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
15
|
+
</component>
|
16
|
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
17
|
+
<component name="CoverageDataManager">
|
18
|
+
<SUITE FILE_PATH="coverage/kiriya_honey@IRB_console__kiriya_honey.coverage" NAME="IRB console: kiriya_honey Coverage Results" MODIFIED="1399992686154" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="kiriya_honey" />
|
19
|
+
</component>
|
20
|
+
<component name="CreatePatchCommitExecutor">
|
21
|
+
<option name="PATCH_PATH" value="" />
|
22
|
+
</component>
|
23
|
+
<component name="DaemonCodeAnalyzer">
|
24
|
+
<disable_hints />
|
25
|
+
</component>
|
26
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
27
|
+
<component name="FavoritesManager">
|
28
|
+
<favorites_list name="kiriya_honey" />
|
29
|
+
</component>
|
30
|
+
<component name="FileEditorManager">
|
31
|
+
<leaf>
|
32
|
+
<file leaf-file-name="kiriya_honey.gemspec" pinned="false" current="false" current-in-tab="false">
|
33
|
+
<entry file="file://$PROJECT_DIR$/kiriya_honey.gemspec">
|
34
|
+
<provider selected="true" editor-type-id="text-editor">
|
35
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="435">
|
36
|
+
<caret line="17" column="66" selection-start-line="17" selection-start-column="66" selection-end-line="17" selection-end-column="66" />
|
37
|
+
<folding />
|
38
|
+
</state>
|
39
|
+
</provider>
|
40
|
+
</entry>
|
41
|
+
</file>
|
42
|
+
<file leaf-file-name="kiriya_honey.rb" pinned="false" current="false" current-in-tab="false">
|
43
|
+
<entry file="file://$PROJECT_DIR$/lib/kiriya_honey.rb">
|
44
|
+
<provider selected="true" editor-type-id="text-editor">
|
45
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="180">
|
46
|
+
<caret line="3" column="18" selection-start-line="3" selection-start-column="18" selection-end-line="3" selection-end-column="18" />
|
47
|
+
<folding />
|
48
|
+
</state>
|
49
|
+
</provider>
|
50
|
+
</entry>
|
51
|
+
</file>
|
52
|
+
<file leaf-file-name="object.rb" pinned="false" current="false" current-in-tab="false">
|
53
|
+
<entry file="file://$PROJECT_DIR$/lib/kiriya_honey/extention/object.rb">
|
54
|
+
<provider selected="true" editor-type-id="text-editor">
|
55
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="180">
|
56
|
+
<caret line="2" column="14" selection-start-line="2" selection-start-column="14" selection-end-line="2" selection-end-column="14" />
|
57
|
+
<folding />
|
58
|
+
</state>
|
59
|
+
</provider>
|
60
|
+
</entry>
|
61
|
+
</file>
|
62
|
+
<file leaf-file-name="version.rb" pinned="false" current="true" current-in-tab="true">
|
63
|
+
<entry file="file://$PROJECT_DIR$/lib/kiriya_honey/version.rb">
|
64
|
+
<provider selected="true" editor-type-id="text-editor">
|
65
|
+
<state vertical-scroll-proportion="0.02617801" vertical-offset="0" max-vertical-offset="573">
|
66
|
+
<caret line="1" column="20" selection-start-line="1" selection-start-column="20" selection-end-line="1" selection-end-column="20" />
|
67
|
+
<folding />
|
68
|
+
</state>
|
69
|
+
</provider>
|
70
|
+
</entry>
|
71
|
+
</file>
|
72
|
+
<file leaf-file-name="spec_helper.rb" pinned="false" current="false" current-in-tab="false">
|
73
|
+
<entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
|
74
|
+
<provider selected="true" editor-type-id="text-editor">
|
75
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="165">
|
76
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="5" selection-end-column="3" />
|
77
|
+
<folding />
|
78
|
+
</state>
|
79
|
+
</provider>
|
80
|
+
</entry>
|
81
|
+
</file>
|
82
|
+
<file leaf-file-name="object_spec.rb" pinned="false" current="false" current-in-tab="false">
|
83
|
+
<entry file="file://$PROJECT_DIR$/spec/extention/object_spec.rb">
|
84
|
+
<provider selected="true" editor-type-id="text-editor">
|
85
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="195">
|
86
|
+
<caret line="5" column="73" selection-start-line="5" selection-start-column="73" selection-end-line="5" selection-end-column="73" />
|
87
|
+
<folding />
|
88
|
+
</state>
|
89
|
+
</provider>
|
90
|
+
</entry>
|
91
|
+
</file>
|
92
|
+
</leaf>
|
93
|
+
</component>
|
94
|
+
<component name="FindManager">
|
95
|
+
<FindUsagesManager>
|
96
|
+
<setting name="OPEN_NEW_TAB" value="true" />
|
97
|
+
</FindUsagesManager>
|
98
|
+
</component>
|
99
|
+
<component name="Git.Settings">
|
100
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
101
|
+
</component>
|
102
|
+
<component name="IdeDocumentHistory">
|
103
|
+
<option name="changedFiles">
|
104
|
+
<list>
|
105
|
+
<option value="$PROJECT_DIR$/kiriya_honey.gemspec" />
|
106
|
+
<option value="$PROJECT_DIR$/lib/kiriya_honey/object.rb" />
|
107
|
+
<option value="$PROJECT_DIR$/spec/spec_helper.rb" />
|
108
|
+
<option value="$PROJECT_DIR$/lib/kiriya_honey.rb" />
|
109
|
+
<option value="$PROJECT_DIR$/spec/extention/object_spec.rb" />
|
110
|
+
<option value="$PROJECT_DIR$/lib/kiriya_honey/extention/object.rb" />
|
111
|
+
<option value="$PROJECT_DIR$/lib/kiriya_honey/version.rb" />
|
112
|
+
</list>
|
113
|
+
</option>
|
114
|
+
</component>
|
115
|
+
<component name="ProjectFrameBounds">
|
116
|
+
<option name="x" value="10" />
|
117
|
+
<option name="y" value="22" />
|
118
|
+
<option name="width" value="1346" />
|
119
|
+
<option name="height" value="742" />
|
120
|
+
</component>
|
121
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
122
|
+
<OptionsSetting value="true" id="Add" />
|
123
|
+
<OptionsSetting value="true" id="Remove" />
|
124
|
+
<OptionsSetting value="true" id="Checkout" />
|
125
|
+
<OptionsSetting value="true" id="Update" />
|
126
|
+
<OptionsSetting value="true" id="Status" />
|
127
|
+
<OptionsSetting value="true" id="Edit" />
|
128
|
+
<ConfirmationsSetting value="0" id="Add" />
|
129
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
130
|
+
</component>
|
131
|
+
<component name="ProjectReloadState">
|
132
|
+
<option name="STATE" value="0" />
|
133
|
+
</component>
|
134
|
+
<component name="ProjectView">
|
135
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
136
|
+
<flattenPackages />
|
137
|
+
<showMembers />
|
138
|
+
<showModules />
|
139
|
+
<showLibraryContents />
|
140
|
+
<hideEmptyPackages />
|
141
|
+
<abbreviatePackageNames />
|
142
|
+
<autoscrollToSource />
|
143
|
+
<autoscrollFromSource />
|
144
|
+
<sortByType />
|
145
|
+
</navigator>
|
146
|
+
<panes>
|
147
|
+
<pane id="Scope" />
|
148
|
+
<pane id="ProjectPane">
|
149
|
+
<subPane>
|
150
|
+
<PATH>
|
151
|
+
<PATH_ELEMENT>
|
152
|
+
<option name="myItemId" value="kiriya_honey" />
|
153
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
154
|
+
</PATH_ELEMENT>
|
155
|
+
</PATH>
|
156
|
+
<PATH>
|
157
|
+
<PATH_ELEMENT>
|
158
|
+
<option name="myItemId" value="kiriya_honey" />
|
159
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
160
|
+
</PATH_ELEMENT>
|
161
|
+
<PATH_ELEMENT>
|
162
|
+
<option name="myItemId" value="kiriya_honey" />
|
163
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
164
|
+
</PATH_ELEMENT>
|
165
|
+
</PATH>
|
166
|
+
<PATH>
|
167
|
+
<PATH_ELEMENT>
|
168
|
+
<option name="myItemId" value="kiriya_honey" />
|
169
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
170
|
+
</PATH_ELEMENT>
|
171
|
+
<PATH_ELEMENT>
|
172
|
+
<option name="myItemId" value="kiriya_honey" />
|
173
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
174
|
+
</PATH_ELEMENT>
|
175
|
+
<PATH_ELEMENT>
|
176
|
+
<option name="myItemId" value="spec" />
|
177
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
178
|
+
</PATH_ELEMENT>
|
179
|
+
</PATH>
|
180
|
+
<PATH>
|
181
|
+
<PATH_ELEMENT>
|
182
|
+
<option name="myItemId" value="kiriya_honey" />
|
183
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
184
|
+
</PATH_ELEMENT>
|
185
|
+
<PATH_ELEMENT>
|
186
|
+
<option name="myItemId" value="kiriya_honey" />
|
187
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
188
|
+
</PATH_ELEMENT>
|
189
|
+
<PATH_ELEMENT>
|
190
|
+
<option name="myItemId" value="spec" />
|
191
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
192
|
+
</PATH_ELEMENT>
|
193
|
+
<PATH_ELEMENT>
|
194
|
+
<option name="myItemId" value="extention" />
|
195
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
196
|
+
</PATH_ELEMENT>
|
197
|
+
</PATH>
|
198
|
+
<PATH>
|
199
|
+
<PATH_ELEMENT>
|
200
|
+
<option name="myItemId" value="kiriya_honey" />
|
201
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
202
|
+
</PATH_ELEMENT>
|
203
|
+
<PATH_ELEMENT>
|
204
|
+
<option name="myItemId" value="kiriya_honey" />
|
205
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
206
|
+
</PATH_ELEMENT>
|
207
|
+
<PATH_ELEMENT>
|
208
|
+
<option name="myItemId" value="lib" />
|
209
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
210
|
+
</PATH_ELEMENT>
|
211
|
+
</PATH>
|
212
|
+
<PATH>
|
213
|
+
<PATH_ELEMENT>
|
214
|
+
<option name="myItemId" value="kiriya_honey" />
|
215
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
216
|
+
</PATH_ELEMENT>
|
217
|
+
<PATH_ELEMENT>
|
218
|
+
<option name="myItemId" value="kiriya_honey" />
|
219
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
220
|
+
</PATH_ELEMENT>
|
221
|
+
<PATH_ELEMENT>
|
222
|
+
<option name="myItemId" value="lib" />
|
223
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
224
|
+
</PATH_ELEMENT>
|
225
|
+
<PATH_ELEMENT>
|
226
|
+
<option name="myItemId" value="kiriya_honey" />
|
227
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
228
|
+
</PATH_ELEMENT>
|
229
|
+
</PATH>
|
230
|
+
<PATH>
|
231
|
+
<PATH_ELEMENT>
|
232
|
+
<option name="myItemId" value="kiriya_honey" />
|
233
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
234
|
+
</PATH_ELEMENT>
|
235
|
+
<PATH_ELEMENT>
|
236
|
+
<option name="myItemId" value="kiriya_honey" />
|
237
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
238
|
+
</PATH_ELEMENT>
|
239
|
+
<PATH_ELEMENT>
|
240
|
+
<option name="myItemId" value="lib" />
|
241
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
242
|
+
</PATH_ELEMENT>
|
243
|
+
<PATH_ELEMENT>
|
244
|
+
<option name="myItemId" value="kiriya_honey" />
|
245
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
246
|
+
</PATH_ELEMENT>
|
247
|
+
<PATH_ELEMENT>
|
248
|
+
<option name="myItemId" value="extention" />
|
249
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
250
|
+
</PATH_ELEMENT>
|
251
|
+
</PATH>
|
252
|
+
</subPane>
|
253
|
+
</pane>
|
254
|
+
</panes>
|
255
|
+
</component>
|
256
|
+
<component name="PropertiesComponent">
|
257
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
258
|
+
<property name="recentsLimit" value="5" />
|
259
|
+
</component>
|
260
|
+
<component name="RecentsManager">
|
261
|
+
<key name="MoveFile.RECENT_KEYS">
|
262
|
+
<recent name="$PROJECT_DIR$/lib/kiriya_honey/extention" />
|
263
|
+
</key>
|
264
|
+
</component>
|
265
|
+
<component name="RunManager" selected="IRB console.IRB console: kiriya_honey">
|
266
|
+
<configuration default="false" name="IRB console: kiriya_honey" type="IrbRunConfigurationType" factoryName="IRB console" temporary="true">
|
267
|
+
<module name="kiriya_honey" />
|
268
|
+
<IRB_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
269
|
+
<IRB_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
270
|
+
<IRB_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
271
|
+
<IRB_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
272
|
+
<IRB_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
273
|
+
<envs />
|
274
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
275
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
276
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
277
|
+
<COVERAGE_PATTERN ENABLED="true">
|
278
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
279
|
+
</COVERAGE_PATTERN>
|
280
|
+
</EXTENSION>
|
281
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
282
|
+
<IRB_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$USER_HOME$/.rbenv/versions/2.1.1/bin/irb" />
|
283
|
+
<IRB_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="--prompt simple" />
|
284
|
+
<IRB_RUN_CONFIG NAME="IS_RAILS_CONSOLE" VALUE="false" />
|
285
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
286
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
287
|
+
<method />
|
288
|
+
</configuration>
|
289
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
290
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
291
|
+
<module name="" />
|
292
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
293
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
294
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
295
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
296
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
297
|
+
<envs />
|
298
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
299
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
300
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
301
|
+
<COVERAGE_PATTERN ENABLED="true">
|
302
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
303
|
+
</COVERAGE_PATTERN>
|
304
|
+
</EXTENSION>
|
305
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
306
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
307
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
308
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
309
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
310
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
311
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
312
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
313
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
314
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
315
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
316
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
317
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
318
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
319
|
+
<method />
|
320
|
+
</configuration>
|
321
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
322
|
+
<method />
|
323
|
+
</configuration>
|
324
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
325
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
326
|
+
<module name="" />
|
327
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
328
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
329
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
330
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
331
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
332
|
+
<envs />
|
333
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
334
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
335
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
336
|
+
<COVERAGE_PATTERN ENABLED="true">
|
337
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
338
|
+
</COVERAGE_PATTERN>
|
339
|
+
</EXTENSION>
|
340
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
341
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
342
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
343
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
344
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
345
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
346
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
347
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
348
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
349
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
350
|
+
<method />
|
351
|
+
</configuration>
|
352
|
+
<configuration default="true" type="IrbRunConfigurationType" factoryName="IRB console">
|
353
|
+
<module name="" />
|
354
|
+
<IRB_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
355
|
+
<IRB_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
356
|
+
<IRB_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
357
|
+
<IRB_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
358
|
+
<IRB_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
359
|
+
<envs />
|
360
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
361
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
362
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
363
|
+
<COVERAGE_PATTERN ENABLED="true">
|
364
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
365
|
+
</COVERAGE_PATTERN>
|
366
|
+
</EXTENSION>
|
367
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
368
|
+
<IRB_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
369
|
+
<IRB_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
370
|
+
<IRB_RUN_CONFIG NAME="IS_RAILS_CONSOLE" VALUE="false" />
|
371
|
+
<method />
|
372
|
+
</configuration>
|
373
|
+
<list size="1">
|
374
|
+
<item index="0" class="java.lang.String" itemvalue="IRB console.IRB console: kiriya_honey" />
|
375
|
+
</list>
|
376
|
+
<recent_temporary>
|
377
|
+
<list size="1">
|
378
|
+
<item index="0" class="java.lang.String" itemvalue="IRB console.IRB console: kiriya_honey" />
|
379
|
+
</list>
|
380
|
+
</recent_temporary>
|
381
|
+
</component>
|
382
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
383
|
+
<component name="TaskManager">
|
384
|
+
<task active="true" id="Default" summary="Default task">
|
385
|
+
<changelist id="ce32ee21-6501-4669-ba13-0b6b52a75e40" name="Default" comment="" />
|
386
|
+
<created>1399988985497</created>
|
387
|
+
<updated>1399988985497</updated>
|
388
|
+
</task>
|
389
|
+
<servers />
|
390
|
+
</component>
|
391
|
+
<component name="TodoView" selected-index="0">
|
392
|
+
<todo-panel id="selected-file">
|
393
|
+
<are-packages-shown value="false" />
|
394
|
+
<are-modules-shown value="false" />
|
395
|
+
<flatten-packages value="false" />
|
396
|
+
<is-autoscroll-to-source value="false" />
|
397
|
+
</todo-panel>
|
398
|
+
<todo-panel id="all">
|
399
|
+
<are-packages-shown value="false" />
|
400
|
+
<are-modules-shown value="false" />
|
401
|
+
<flatten-packages value="false" />
|
402
|
+
<is-autoscroll-to-source value="false" />
|
403
|
+
</todo-panel>
|
404
|
+
<todo-panel id="default-changelist">
|
405
|
+
<are-packages-shown value="false" />
|
406
|
+
<are-modules-shown value="false" />
|
407
|
+
<flatten-packages value="false" />
|
408
|
+
<is-autoscroll-to-source value="false" />
|
409
|
+
</todo-panel>
|
410
|
+
</component>
|
411
|
+
<component name="ToolWindowManager">
|
412
|
+
<frame x="10" y="22" width="1346" height="742" extended-state="0" />
|
413
|
+
<editor active="false" />
|
414
|
+
<layout>
|
415
|
+
<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="0" side_tool="false" content_ui="tabs" />
|
416
|
+
<window_info id="Terminal" 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" />
|
417
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3290735" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
|
418
|
+
<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="0" side_tool="false" content_ui="tabs" />
|
419
|
+
<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" />
|
420
|
+
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
421
|
+
<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="6" side_tool="false" content_ui="tabs" />
|
422
|
+
<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" />
|
423
|
+
<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="2" side_tool="true" content_ui="tabs" />
|
424
|
+
<window_info id="Run" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32898772" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
425
|
+
<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="3" side_tool="false" content_ui="tabs" />
|
426
|
+
<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="7" side_tool="false" content_ui="tabs" />
|
427
|
+
<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="4" side_tool="false" content_ui="tabs" />
|
428
|
+
<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="2" side_tool="false" content_ui="tabs" />
|
429
|
+
<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="5" side_tool="false" content_ui="tabs" />
|
430
|
+
<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="1" side_tool="false" content_ui="tabs" />
|
431
|
+
<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="3" side_tool="false" content_ui="combo" />
|
432
|
+
<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="8" side_tool="false" content_ui="tabs" />
|
433
|
+
</layout>
|
434
|
+
</component>
|
435
|
+
<component name="Vcs.Log.UiProperties">
|
436
|
+
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
437
|
+
<collection />
|
438
|
+
</option>
|
439
|
+
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
440
|
+
<collection />
|
441
|
+
</option>
|
442
|
+
</component>
|
443
|
+
<component name="VcsContentAnnotationSettings">
|
444
|
+
<option name="myLimit" value="2678400000" />
|
445
|
+
</component>
|
446
|
+
<component name="VcsManagerConfiguration">
|
447
|
+
<option name="myTodoPanelSettings">
|
448
|
+
<TodoPanelSettings />
|
449
|
+
</option>
|
450
|
+
</component>
|
451
|
+
<component name="XDebuggerManager">
|
452
|
+
<breakpoint-manager />
|
453
|
+
</component>
|
454
|
+
<component name="editorHistoryManager">
|
455
|
+
<entry file="file://$PROJECT_DIR$/kiriya_honey.gemspec">
|
456
|
+
<provider selected="true" editor-type-id="text-editor">
|
457
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="435">
|
458
|
+
<caret line="17" column="66" selection-start-line="17" selection-start-column="66" selection-end-line="17" selection-end-column="66" />
|
459
|
+
<folding />
|
460
|
+
</state>
|
461
|
+
</provider>
|
462
|
+
</entry>
|
463
|
+
<entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
|
464
|
+
<provider selected="true" editor-type-id="text-editor">
|
465
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="575">
|
466
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="5" selection-end-column="3" />
|
467
|
+
<folding />
|
468
|
+
</state>
|
469
|
+
</provider>
|
470
|
+
</entry>
|
471
|
+
<entry file="file://$PROJECT_DIR$/spec/extention/object_spec.rb">
|
472
|
+
<provider selected="true" editor-type-id="text-editor">
|
473
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="195">
|
474
|
+
<caret line="5" column="73" selection-start-line="5" selection-start-column="73" selection-end-line="5" selection-end-column="73" />
|
475
|
+
<folding />
|
476
|
+
</state>
|
477
|
+
</provider>
|
478
|
+
</entry>
|
479
|
+
<entry file="file://$PROJECT_DIR$/lib/kiriya_honey.rb">
|
480
|
+
<provider selected="true" editor-type-id="text-editor">
|
481
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="180">
|
482
|
+
<caret line="3" column="18" selection-start-line="3" selection-start-column="18" selection-end-line="3" selection-end-column="18" />
|
483
|
+
<folding />
|
484
|
+
</state>
|
485
|
+
</provider>
|
486
|
+
</entry>
|
487
|
+
<entry file="file://$PROJECT_DIR$/lib/kiriya_honey/extention/object.rb">
|
488
|
+
<provider selected="true" editor-type-id="text-editor">
|
489
|
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="180">
|
490
|
+
<caret line="2" column="14" selection-start-line="2" selection-start-column="14" selection-end-line="2" selection-end-column="14" />
|
491
|
+
<folding />
|
492
|
+
</state>
|
493
|
+
</provider>
|
494
|
+
</entry>
|
495
|
+
<entry file="file://$PROJECT_DIR$/lib/kiriya_honey/version.rb">
|
496
|
+
<provider selected="true" editor-type-id="text-editor">
|
497
|
+
<state vertical-scroll-proportion="0.02617801" vertical-offset="0" max-vertical-offset="573">
|
498
|
+
<caret line="1" column="20" selection-start-line="1" selection-start-column="20" selection-end-line="1" selection-end-column="20" />
|
499
|
+
<folding />
|
500
|
+
</state>
|
501
|
+
</provider>
|
502
|
+
</entry>
|
503
|
+
</component>
|
504
|
+
</project>
|
505
|
+
|
data/Gemfile
ADDED
data/LICENSE.txt
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
Copyright (c) 2014 yadoya
|
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.md
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
# KiriyaHoney
|
2
|
+
|
3
|
+
TODO: Write a gem description
|
4
|
+
|
5
|
+
## Installation
|
6
|
+
|
7
|
+
Add this line to your application's Gemfile:
|
8
|
+
|
9
|
+
gem 'kiriya_honey'
|
10
|
+
|
11
|
+
And then execute:
|
12
|
+
|
13
|
+
$ bundle
|
14
|
+
|
15
|
+
Or install it yourself as:
|
16
|
+
|
17
|
+
$ gem install kiriya_honey
|
18
|
+
|
19
|
+
## Usage
|
20
|
+
|
21
|
+
TODO: Write usage instructions here
|
22
|
+
|
23
|
+
## Contributing
|
24
|
+
|
25
|
+
1. Fork it ( https://github.com/[my-github-username]/kiriya_honey/fork )
|
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 a new Pull Request
|
data/Rakefile
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
+
require 'kiriya_honey/version'
|
5
|
+
|
6
|
+
Gem::Specification.new do |spec|
|
7
|
+
spec.name = "kiriya_honey"
|
8
|
+
spec.version = KiriyaHoney::VERSION
|
9
|
+
spec.authors = ["yadoya"]
|
10
|
+
spec.email = ["miyabayashi88@gmail.com"]
|
11
|
+
spec.summary = %q{kiriya_honey}
|
12
|
+
spec.description = %q{kiriya_honey}
|
13
|
+
spec.homepage = ""
|
14
|
+
spec.license = "MIT"
|
15
|
+
|
16
|
+
spec.files = `git ls-files -z`.split("\x0")
|
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.6"
|
22
|
+
spec.add_development_dependency "rake"
|
23
|
+
end
|
data/lib/kiriya_honey.rb
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
# -*- encoding: UTF-8 -*-
|
2
|
+
require File.expand_path(File.join('../', 'spec_helper'), File.dirname(__FILE__))
|
3
|
+
|
4
|
+
describe Object do
|
5
|
+
it "Ichigo should odayakajanai" do "Ichigo".odayaka?.should == "穏やかじゃないわね"; end
|
6
|
+
it "nil should yappari odayakajanai" do nil.odayaka?.should == "この穏やかさ 穏やかじゃないわね。" end
|
7
|
+
end
|
data/spec/spec_helper.rb
ADDED
metadata
ADDED
@@ -0,0 +1,94 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: kiriya_honey
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.3.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- yadoya
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2014-05-13 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.6'
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ~>
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.6'
|
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
|
+
description: kiriya_honey
|
42
|
+
email:
|
43
|
+
- miyabayashi88@gmail.com
|
44
|
+
executables: []
|
45
|
+
extensions: []
|
46
|
+
extra_rdoc_files: []
|
47
|
+
files:
|
48
|
+
- .gitignore
|
49
|
+
- .idea/.name
|
50
|
+
- .idea/.rakeTasks
|
51
|
+
- .idea/encodings.xml
|
52
|
+
- .idea/kiriya_honey.iml
|
53
|
+
- .idea/misc.xml
|
54
|
+
- .idea/modules.xml
|
55
|
+
- .idea/scopes/scope_settings.xml
|
56
|
+
- .idea/vcs.xml
|
57
|
+
- .idea/workspace.xml
|
58
|
+
- Gemfile
|
59
|
+
- LICENSE.txt
|
60
|
+
- README.md
|
61
|
+
- Rakefile
|
62
|
+
- kiriya_honey.gemspec
|
63
|
+
- lib/kiriya_honey.rb
|
64
|
+
- lib/kiriya_honey/extention/object.rb
|
65
|
+
- lib/kiriya_honey/version.rb
|
66
|
+
- spec/extention/object_spec.rb
|
67
|
+
- spec/spec_helper.rb
|
68
|
+
homepage: ''
|
69
|
+
licenses:
|
70
|
+
- MIT
|
71
|
+
metadata: {}
|
72
|
+
post_install_message:
|
73
|
+
rdoc_options: []
|
74
|
+
require_paths:
|
75
|
+
- lib
|
76
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
77
|
+
requirements:
|
78
|
+
- - '>='
|
79
|
+
- !ruby/object:Gem::Version
|
80
|
+
version: '0'
|
81
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
82
|
+
requirements:
|
83
|
+
- - '>='
|
84
|
+
- !ruby/object:Gem::Version
|
85
|
+
version: '0'
|
86
|
+
requirements: []
|
87
|
+
rubyforge_project:
|
88
|
+
rubygems_version: 2.0.14
|
89
|
+
signing_key:
|
90
|
+
specification_version: 4
|
91
|
+
summary: kiriya_honey
|
92
|
+
test_files:
|
93
|
+
- spec/extention/object_spec.rb
|
94
|
+
- spec/spec_helper.rb
|