UrlCounter 0.1.16 → 0.1.17
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 +4 -5
- data/Gemfile.lock +1 -1
- data/lib/UrlCounter/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: 6b2f09410e8f007305ac182af769d5d2a12deb69
|
|
4
|
+
data.tar.gz: b13568d4bfef87ddfb54b8c804160217ea5b3bfe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f56bae400fd43cd868f921e704f9aa7edc4d9432e2215da10629b8f7617f2f1db4ecab25aaab717d060de0351fbe4e1a76d0d9f278a359ee589190a0af65217
|
|
7
|
+
data.tar.gz: 746c038cacec97106f758897cabce491179143a0e8fe12cb055754f7a8ec32c7e0b24026b8e2c03158e3bb8a3a1b47b4f6459e3d0e5d7fada5e5bf7e37557dda
|
data/.idea/workspace.xml
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="ChangeListManager">
|
|
4
4
|
<list default="true" id="69f474a6-512c-49ef-bc58-ec4ee0071e38" name="Default" comment="">
|
|
5
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Gemfile.lock" afterPath="$PROJECT_DIR$/Gemfile.lock" />
|
|
6
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/UrlCounter.rb" afterPath="$PROJECT_DIR$/lib/UrlCounter.rb" />
|
|
7
5
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/UrlCounter/version.rb" afterPath="$PROJECT_DIR$/lib/UrlCounter/version.rb" />
|
|
8
6
|
</list>
|
|
9
7
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
@@ -264,17 +262,18 @@
|
|
|
264
262
|
<workItem from="1512484040999" duration="455000" />
|
|
265
263
|
<workItem from="1512484567036" duration="2180000" />
|
|
266
264
|
<workItem from="1512488071080" duration="2018000" />
|
|
267
|
-
<workItem from="1512498731436" duration="
|
|
265
|
+
<workItem from="1512498731436" duration="6207000" />
|
|
268
266
|
</task>
|
|
269
267
|
<servers />
|
|
270
268
|
</component>
|
|
271
269
|
<component name="TimeTrackingManager">
|
|
272
|
-
<option name="totallyTimeSpent" value="
|
|
270
|
+
<option name="totallyTimeSpent" value="20623000" />
|
|
273
271
|
</component>
|
|
274
272
|
<component name="ToolWindowManager">
|
|
275
273
|
<frame x="1358" y="-8" width="1936" height="1056" extended-state="6" />
|
|
274
|
+
<editor active="true" />
|
|
276
275
|
<layout>
|
|
277
|
-
<window_info id="Project" active="
|
|
276
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
278
277
|
<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" />
|
|
279
278
|
<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.32921812" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
|
|
280
279
|
<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="3" side_tool="false" content_ui="tabs" />
|
data/Gemfile.lock
CHANGED
data/lib/UrlCounter/version.rb
CHANGED