my_libs 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 900aa38a5f2411e5d69457f1129f1f24f4813037
4
+ data.tar.gz: 385ec048d40bb80173f7449c0554adb529cdcff5
5
+ SHA512:
6
+ metadata.gz: fd35eb85896ae6aebf4cbd546fee4e04f66018d40eb537af60b615d96abdd6f4f8f1c62685c0a7c79be1eeb16508076f1ba994b129a6a1459a8b8775bce04a81
7
+ data.tar.gz: 535400f3a2b3732b36ff1966d5e3b0ee8d0f71515ec5291d94f3946fd71667fe867f722a0fac904b4c1b5af490b64d7af493168746e30890b0831171eaef2724
data/.gitignore ADDED
@@ -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
data/.idea/.name ADDED
@@ -0,0 +1 @@
1
+ my_libs
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 my_libs-0.0.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install my_libs-0.0.1.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.1 and build and push my_libs-0.0.1.gem to Rubygems" fullCmd="release" taksId="release" /></RakeGroup></Settings>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
4
+ </project>
5
+
data/.idea/misc.xml ADDED
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="ruby-2.0.0-p247" project-jdk-type="RUBY_SDK" />
4
+ </project>
5
+
data/.idea/modules.xml ADDED
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/my_libs.iml" filepath="$PROJECT_DIR$/.idea/my_libs.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
9
+
data/.idea/my_libs.iml ADDED
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="FacetManager">
4
+ <facet type="gem" name="Gem">
5
+ <configuration>
6
+ <option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
7
+ <option name="GEM_APP_TEST_PATH" value="" />
8
+ <option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
9
+ </configuration>
10
+ </facet>
11
+ </component>
12
+ <component name="NewModuleRootManager">
13
+ <content url="file://$MODULE_DIR$" />
14
+ <orderEntry type="inheritedJdk" />
15
+ <orderEntry type="sourceFolder" forTests="false" />
16
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.5.1, ruby-2.0.0-p247) [gem]" level="application" />
17
+ <orderEntry type="library" scope="PROVIDED" name="rake (v10.1.1, ruby-2.0.0-p247) [gem]" level="application" />
18
+ </component>
19
+ </module>
20
+
@@ -0,0 +1,5 @@
1
+ <component name="DependencyValidationManager">
2
+ <state>
3
+ <option name="SKIP_IMPORT_STATEMENTS" value="false" />
4
+ </state>
5
+ </component>
data/.idea/vcs.xml ADDED
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>
7
+
@@ -0,0 +1,293 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="3bf176ec-be8d-4419-a3d3-ce307ea195d1" name="Default" comment="">
5
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Gemfile" />
6
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/LICENSE.txt" />
7
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/README.md" />
8
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Rakefile" />
9
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/my_libs.gemspec" />
10
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/my_libs.rb" />
11
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/my_libs/version.rb" />
12
+ </list>
13
+ <ignored path="my_libs.iws" />
14
+ <ignored path=".idea/workspace.xml" />
15
+ <option name="TRACKING_ENABLED" value="true" />
16
+ <option name="SHOW_DIALOG" value="false" />
17
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
18
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
19
+ <option name="LAST_RESOLUTION" value="IGNORE" />
20
+ </component>
21
+ <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
22
+ <component name="CreatePatchCommitExecutor">
23
+ <option name="PATCH_PATH" value="" />
24
+ </component>
25
+ <component name="DaemonCodeAnalyzer">
26
+ <disable_hints />
27
+ </component>
28
+ <component name="FavoritesManager">
29
+ <favorites_list name="my_libs" />
30
+ </component>
31
+ <component name="FileEditorManager">
32
+ <leaf>
33
+ <file leaf-file-name="my_libs.gemspec" pinned="false" current="false" current-in-tab="false">
34
+ <entry file="file://$PROJECT_DIR$/my_libs.gemspec">
35
+ <provider selected="true" editor-type-id="text-editor">
36
+ <state line="11" column="37" selection-start="400" selection-end="400" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="435">
37
+ <folding />
38
+ </state>
39
+ </provider>
40
+ </entry>
41
+ </file>
42
+ <file leaf-file-name="version.rb" pinned="false" current="true" current-in-tab="true">
43
+ <entry file="file://$PROJECT_DIR$/lib/my_libs/version.rb">
44
+ <provider selected="true" editor-type-id="text-editor">
45
+ <state line="1" column="18" selection-start="32" selection-end="32" vertical-scroll-proportion="0.020215634" vertical-offset="0" max-vertical-offset="742">
46
+ <folding />
47
+ </state>
48
+ </provider>
49
+ </entry>
50
+ </file>
51
+ <file leaf-file-name="my_libs.rb" pinned="false" current="false" current-in-tab="false">
52
+ <entry file="file://$PROJECT_DIR$/lib/my_libs.rb">
53
+ <provider selected="true" editor-type-id="text-editor">
54
+ <state line="10" column="17" selection-start="140" selection-end="140" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="285">
55
+ <folding />
56
+ </state>
57
+ </provider>
58
+ </entry>
59
+ </file>
60
+ <file leaf-file-name="Gemfile" pinned="false" current="false" current-in-tab="false">
61
+ <entry file="file://$PROJECT_DIR$/Gemfile">
62
+ <provider selected="true" editor-type-id="text-editor">
63
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="150">
64
+ <folding />
65
+ </state>
66
+ </provider>
67
+ </entry>
68
+ </file>
69
+ <file leaf-file-name="Rakefile" pinned="false" current="false" current-in-tab="false">
70
+ <entry file="file://$PROJECT_DIR$/Rakefile">
71
+ <provider selected="true" editor-type-id="text-editor">
72
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="105">
73
+ <folding />
74
+ </state>
75
+ </provider>
76
+ </entry>
77
+ </file>
78
+ <file leaf-file-name="README.md" pinned="false" current="false" current-in-tab="false">
79
+ <entry file="file://$PROJECT_DIR$/README.md">
80
+ <provider selected="true" editor-type-id="text-editor">
81
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="-0.0" vertical-offset="0" max-vertical-offset="525">
82
+ <folding />
83
+ </state>
84
+ </provider>
85
+ </entry>
86
+ </file>
87
+ </leaf>
88
+ </component>
89
+ <component name="FindManager">
90
+ <FindUsagesManager>
91
+ <setting name="OPEN_NEW_TAB" value="false" />
92
+ </FindUsagesManager>
93
+ </component>
94
+ <component name="Git.Settings">
95
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
96
+ </component>
97
+ <component name="IdeDocumentHistory">
98
+ <option name="changedFiles">
99
+ <list>
100
+ <option value="$PROJECT_DIR$/lib/my_libs.rb" />
101
+ <option value="$PROJECT_DIR$/my_libs.gemspec" />
102
+ <option value="$PROJECT_DIR$/lib/my_libs/version.rb" />
103
+ </list>
104
+ </option>
105
+ </component>
106
+ <component name="ProjectFrameBounds">
107
+ <option name="x" value="775" />
108
+ <option name="y" value="30" />
109
+ <option name="width" value="1138" />
110
+ <option name="height" value="813" />
111
+ </component>
112
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
113
+ <OptionsSetting value="true" id="Add" />
114
+ <OptionsSetting value="true" id="Remove" />
115
+ <OptionsSetting value="true" id="Checkout" />
116
+ <OptionsSetting value="true" id="Update" />
117
+ <OptionsSetting value="true" id="Status" />
118
+ <OptionsSetting value="true" id="Edit" />
119
+ <ConfirmationsSetting value="0" id="Add" />
120
+ <ConfirmationsSetting value="0" id="Remove" />
121
+ </component>
122
+ <component name="ProjectReloadState">
123
+ <option name="STATE" value="0" />
124
+ </component>
125
+ <component name="ProjectView">
126
+ <navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
127
+ <flattenPackages />
128
+ <showMembers />
129
+ <showModules />
130
+ <showLibraryContents />
131
+ <hideEmptyPackages />
132
+ <abbreviatePackageNames />
133
+ <autoscrollToSource />
134
+ <autoscrollFromSource />
135
+ <sortByType />
136
+ </navigator>
137
+ <panes>
138
+ <pane id="Scope" />
139
+ <pane id="ProjectPane">
140
+ <subPane>
141
+ <PATH>
142
+ <PATH_ELEMENT>
143
+ <option name="myItemId" value="my_libs" />
144
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
145
+ </PATH_ELEMENT>
146
+ </PATH>
147
+ <PATH>
148
+ <PATH_ELEMENT>
149
+ <option name="myItemId" value="my_libs" />
150
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
151
+ </PATH_ELEMENT>
152
+ <PATH_ELEMENT>
153
+ <option name="myItemId" value="my_libs" />
154
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
155
+ </PATH_ELEMENT>
156
+ </PATH>
157
+ <PATH>
158
+ <PATH_ELEMENT>
159
+ <option name="myItemId" value="my_libs" />
160
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
161
+ </PATH_ELEMENT>
162
+ <PATH_ELEMENT>
163
+ <option name="myItemId" value="my_libs" />
164
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
165
+ </PATH_ELEMENT>
166
+ <PATH_ELEMENT>
167
+ <option name="myItemId" value="lib" />
168
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
169
+ </PATH_ELEMENT>
170
+ </PATH>
171
+ <PATH>
172
+ <PATH_ELEMENT>
173
+ <option name="myItemId" value="my_libs" />
174
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
175
+ </PATH_ELEMENT>
176
+ <PATH_ELEMENT>
177
+ <option name="myItemId" value="my_libs" />
178
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
179
+ </PATH_ELEMENT>
180
+ <PATH_ELEMENT>
181
+ <option name="myItemId" value="lib" />
182
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
183
+ </PATH_ELEMENT>
184
+ <PATH_ELEMENT>
185
+ <option name="myItemId" value="my_libs" />
186
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
187
+ </PATH_ELEMENT>
188
+ </PATH>
189
+ </subPane>
190
+ </pane>
191
+ </panes>
192
+ </component>
193
+ <component name="PropertiesComponent">
194
+ <property name="WebServerToolWindowFactoryState" value="false" />
195
+ </component>
196
+ <component name="RunManager">
197
+ <list size="0" />
198
+ </component>
199
+ <component name="ShelveChangesManager" show_recycled="false" />
200
+ <component name="TaskManager">
201
+ <task active="true" id="Default" summary="Default task">
202
+ <changelist id="3bf176ec-be8d-4419-a3d3-ce307ea195d1" name="Default" comment="" />
203
+ <created>1390306446798</created>
204
+ <updated>1390306446798</updated>
205
+ </task>
206
+ <servers />
207
+ </component>
208
+ <component name="ToolWindowManager">
209
+ <frame x="775" y="30" width="1138" height="813" extended-state="0" />
210
+ <editor active="false" />
211
+ <layout>
212
+ <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" />
213
+ <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" />
214
+ <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" />
215
+ <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" />
216
+ <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" />
217
+ <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24956064" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
218
+ <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" />
219
+ <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" />
220
+ <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" />
221
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
222
+ <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" />
223
+ <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" />
224
+ <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" />
225
+ <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" />
226
+ <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" />
227
+ <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" />
228
+ <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" />
229
+ <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" />
230
+ </layout>
231
+ </component>
232
+ <component name="Vcs.Log.UiProperties">
233
+ <option name="RECENTLY_FILTERED_USERS">
234
+ <collection />
235
+ </option>
236
+ </component>
237
+ <component name="VcsContentAnnotationSettings">
238
+ <option name="myLimit" value="2678400000" />
239
+ </component>
240
+ <component name="VcsManagerConfiguration">
241
+ <option name="myTodoPanelSettings">
242
+ <TodoPanelSettings />
243
+ </option>
244
+ </component>
245
+ <component name="XDebuggerManager">
246
+ <breakpoint-manager />
247
+ </component>
248
+ <component name="editorHistoryManager">
249
+ <entry file="file://$PROJECT_DIR$/lib/my_libs.rb">
250
+ <provider selected="true" editor-type-id="text-editor">
251
+ <state line="10" column="17" selection-start="140" selection-end="140" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="285">
252
+ <folding />
253
+ </state>
254
+ </provider>
255
+ </entry>
256
+ <entry file="file://$PROJECT_DIR$/Gemfile">
257
+ <provider selected="true" editor-type-id="text-editor">
258
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="742">
259
+ <folding />
260
+ </state>
261
+ </provider>
262
+ </entry>
263
+ <entry file="file://$PROJECT_DIR$/Rakefile">
264
+ <provider selected="true" editor-type-id="text-editor">
265
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="742">
266
+ <folding />
267
+ </state>
268
+ </provider>
269
+ </entry>
270
+ <entry file="file://$PROJECT_DIR$/README.md">
271
+ <provider selected="true" editor-type-id="text-editor">
272
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="742">
273
+ <folding />
274
+ </state>
275
+ </provider>
276
+ </entry>
277
+ <entry file="file://$PROJECT_DIR$/my_libs.gemspec">
278
+ <provider selected="true" editor-type-id="text-editor">
279
+ <state line="11" column="37" selection-start="400" selection-end="400" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="435">
280
+ <folding />
281
+ </state>
282
+ </provider>
283
+ </entry>
284
+ <entry file="file://$PROJECT_DIR$/lib/my_libs/version.rb">
285
+ <provider selected="true" editor-type-id="text-editor">
286
+ <state line="1" column="18" selection-start="32" selection-end="32" vertical-scroll-proportion="0.020215634" vertical-offset="0" max-vertical-offset="742">
287
+ <folding />
288
+ </state>
289
+ </provider>
290
+ </entry>
291
+ </component>
292
+ </project>
293
+
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in my_libs.gemspec
4
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2014 takao
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
+ # MyLibs
2
+
3
+ TODO: Write a gem description
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ gem 'my_libs'
10
+
11
+ And then execute:
12
+
13
+ $ bundle
14
+
15
+ Or install it yourself as:
16
+
17
+ $ gem install my_libs
18
+
19
+ ## Usage
20
+
21
+ TODO: Write usage instructions here
22
+
23
+ ## Contributing
24
+
25
+ 1. Fork it ( http://github.com/<my-github-username>/my_libs/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 new Pull Request
data/Rakefile ADDED
@@ -0,0 +1 @@
1
+ require "bundler/gem_tasks"
@@ -0,0 +1,3 @@
1
+ module MyLibs
2
+ VERSION = "0.0.2"
3
+ end
data/lib/my_libs.rb ADDED
@@ -0,0 +1,13 @@
1
+ require "my_libs/version"
2
+
3
+ module MyLibs
4
+ # Your code goes here...
5
+
6
+ def self.hello
7
+ 'hello gem!'
8
+ end
9
+
10
+ def hello2
11
+ 'hello gem! 2'
12
+ end
13
+ end
data/my_libs.gemspec 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 'my_libs/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "my_libs"
8
+ spec.version = MyLibs::VERSION
9
+ spec.authors = ["Takao Taira"]
10
+ spec.email = ["taira@hanoi.jp"]
11
+ spec.summary = %q{Summary}
12
+ spec.description = %q{Description}
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.5"
22
+ spec.add_development_dependency "rake"
23
+ end
metadata ADDED
@@ -0,0 +1,89 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: my_libs
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Takao Taira
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-01-21 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.5'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '1.5'
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: Description
42
+ email:
43
+ - taira@hanoi.jp
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - .gitignore
49
+ - .idea/.name
50
+ - .idea/.rakeTasks
51
+ - .idea/encodings.xml
52
+ - .idea/misc.xml
53
+ - .idea/modules.xml
54
+ - .idea/my_libs.iml
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
+ - lib/my_libs.rb
63
+ - lib/my_libs/version.rb
64
+ - my_libs.gemspec
65
+ homepage: ''
66
+ licenses:
67
+ - MIT
68
+ metadata: {}
69
+ post_install_message:
70
+ rdoc_options: []
71
+ require_paths:
72
+ - lib
73
+ required_ruby_version: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - '>='
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
78
+ required_rubygems_version: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - '>='
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ requirements: []
84
+ rubyforge_project:
85
+ rubygems_version: 2.0.3
86
+ signing_key:
87
+ specification_version: 4
88
+ summary: Summary
89
+ test_files: []