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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 134ccffb998552564a2c0298744b4d61be2196c5
4
- data.tar.gz: be6a3b116087c19691393b0830ffca2b19731ad9
3
+ metadata.gz: 6b2f09410e8f007305ac182af769d5d2a12deb69
4
+ data.tar.gz: b13568d4bfef87ddfb54b8c804160217ea5b3bfe
5
5
  SHA512:
6
- metadata.gz: 58ed5e339732cb13cd2f61af22cad6f2f8a541a79f67148be52bfd8fd5d354eeaa6d7f4a7085103e26341b6cbbe978464a1519e099277f5f4fdcdd413021b165
7
- data.tar.gz: 1efe94b00b8fef2831835e046ddaef01fdbcf1e2d62afa0cf642dfda1518b1a9e38755448edf34dd3cdf126f9d47a610bb0309235e7e7790a040e16583f28e31
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="6165000" />
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="20581000" />
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="true" 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" />
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- UrlCounter (0.1.16)
4
+ UrlCounter (0.1.17)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module UrlCounter
2
- VERSION = "0.1.16"
2
+ VERSION = "0.1.17"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: UrlCounter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hassan Nouri