my_libs 0.0.2 → 0.0.3
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 +4 -4
- data/.idea/workspace.xml +9 -15
- data/lib/my_libs/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6c1563ae34a273eb174e30d42f78d99497ff7d9
|
|
4
|
+
data.tar.gz: e90a33d49cc20aceb8eaa37145630086af67ad27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f43514988a9b31d7a2dee9e7133c95eaba4d5893c3d41ab74d8a4b9d57624ae33c539b6b569fe2db92320c8b4bfafe97c6d4ec4d08cceb6af5c56d7978f2cefb
|
|
7
|
+
data.tar.gz: 69f9b363fe3920045c58ca09fd55eb69c8aa041e511f6e84d7bc80788c087821cea9a7441f3c3c0e75cbc15bbedc7691a64ffa337e771e1b7ad3bb576a3cdb70
|
data/.idea/workspace.xml
CHANGED
|
@@ -2,13 +2,7 @@
|
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="ChangeListManager">
|
|
4
4
|
<list default="true" id="3bf176ec-be8d-4419-a3d3-ce307ea195d1" name="Default" comment="">
|
|
5
|
-
<change type="
|
|
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" />
|
|
5
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/my_libs/version.rb" afterPath="$PROJECT_DIR$/lib/my_libs/version.rb" />
|
|
12
6
|
</list>
|
|
13
7
|
<ignored path="my_libs.iws" />
|
|
14
8
|
<ignored path=".idea/workspace.xml" />
|
|
@@ -42,7 +36,7 @@
|
|
|
42
36
|
<file leaf-file-name="version.rb" pinned="false" current="true" current-in-tab="true">
|
|
43
37
|
<entry file="file://$PROJECT_DIR$/lib/my_libs/version.rb">
|
|
44
38
|
<provider selected="true" editor-type-id="text-editor">
|
|
45
|
-
<state line="1" column="18" selection-start="32" selection-end="32" vertical-scroll-proportion="0.
|
|
39
|
+
<state line="1" column="18" selection-start="32" selection-end="32" vertical-scroll-proportion="0.020242915" vertical-offset="0" max-vertical-offset="741">
|
|
46
40
|
<folding />
|
|
47
41
|
</state>
|
|
48
42
|
</provider>
|
|
@@ -104,10 +98,10 @@
|
|
|
104
98
|
</option>
|
|
105
99
|
</component>
|
|
106
100
|
<component name="ProjectFrameBounds">
|
|
107
|
-
<option name="x" value="
|
|
108
|
-
<option name="y" value="
|
|
101
|
+
<option name="x" value="632" />
|
|
102
|
+
<option name="y" value="22" />
|
|
109
103
|
<option name="width" value="1138" />
|
|
110
|
-
<option name="height" value="
|
|
104
|
+
<option name="height" value="812" />
|
|
111
105
|
</component>
|
|
112
106
|
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
|
113
107
|
<OptionsSetting value="true" id="Add" />
|
|
@@ -206,15 +200,15 @@
|
|
|
206
200
|
<servers />
|
|
207
201
|
</component>
|
|
208
202
|
<component name="ToolWindowManager">
|
|
209
|
-
<frame x="
|
|
210
|
-
<editor active="
|
|
203
|
+
<frame x="632" y="22" width="1138" height="812" extended-state="0" />
|
|
204
|
+
<editor active="true" />
|
|
211
205
|
<layout>
|
|
212
206
|
<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
207
|
<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
208
|
<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
209
|
<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
210
|
<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="
|
|
211
|
+
<window_info id="Project" active="false" 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
212
|
<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
213
|
<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
214
|
<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" />
|
|
@@ -283,7 +277,7 @@
|
|
|
283
277
|
</entry>
|
|
284
278
|
<entry file="file://$PROJECT_DIR$/lib/my_libs/version.rb">
|
|
285
279
|
<provider selected="true" editor-type-id="text-editor">
|
|
286
|
-
<state line="1" column="18" selection-start="32" selection-end="32" vertical-scroll-proportion="0.
|
|
280
|
+
<state line="1" column="18" selection-start="32" selection-end="32" vertical-scroll-proportion="0.020242915" vertical-offset="0" max-vertical-offset="741">
|
|
287
281
|
<folding />
|
|
288
282
|
</state>
|
|
289
283
|
</provider>
|
data/lib/my_libs/version.rb
CHANGED