UrlCounter 0.1.5 → 0.1.6
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/.rakeTasks +7 -0
 - data/.idea/UrlCounter.iml +35 -0
 - data/.idea/workspace.xml +101 -31
 - data/Gemfile +1 -0
 - data/Gemfile.lock +99 -1
 - data/lib/UrlCounter/version.rb +1 -1
 - data/lib/UrlCounter.rb +4 -0
 - data/lib/generators/UrlCounter/install_generator.rb +1 -1
 - metadata +2 -1
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: f4f027fd2dd9c0d1dc269c4d2af78f016d95aad4
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 1ce3ef99bd079ecfa5148760b184343380d756a2
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: bb8b2d72c10f84c12b90f1b036cc60cc47db19ebb3346345d536c6b77f14289734b984a33a90db2c9e9f8eebdf376b1ab56a690826c30c7520e62a435f1235c9
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: b484a8f6c43f1f311340e6e1597e8daf126a8ed4ccfd44e64f8f917215af71f9b5a667fff1c29bd417e6863c55143cd0623196776f02bdcae3d2caf40e8c6225
         
     | 
    
        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 UrlCounter-0.1.5.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated files" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install UrlCounter-0.1.5.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install UrlCounter-0.1.5.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.1.5 and build and push UrlCounter-0.1.5.gem to rubygems.org" fullCmd="release[remote]" taksId="release[remote]" /><RakeTask description="Run tests" fullCmd="test" taksId="test" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
         
     | 
    
        data/.idea/UrlCounter.iml
    CHANGED
    
    | 
         @@ -7,8 +7,43 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
                <content url="file://$MODULE_DIR$" />
         
     | 
| 
       8 
8 
     | 
    
         
             
                <orderEntry type="inheritedJdk" />
         
     | 
| 
       9 
9 
     | 
    
         
             
                <orderEntry type="sourceFolder" forTests="false" />
         
     | 
| 
      
 10 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="actioncable (v5.0.6, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 11 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="actionmailer (v5.0.6, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 12 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="actionpack (v5.0.6, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 13 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="actionview (v5.0.6, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 14 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="activejob (v5.0.6, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 15 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="activemodel (v5.0.6, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 16 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="activerecord (v5.0.6, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 17 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="activesupport (v5.0.6, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 18 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="arel (v7.1.4, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 19 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="builder (v3.2.3, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
       10 
20 
     | 
    
         
             
                <orderEntry type="library" scope="PROVIDED" name="bundler (v1.16.0, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 21 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="concurrent-ruby (v1.0.5, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 22 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="crass (v1.0.3, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 23 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="erubis (v2.7.0, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 24 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="globalid (v0.4.1, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 25 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="i18n (v0.9.1, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 26 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="loofah (v2.1.1, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 27 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="mail (v2.7.0, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 28 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="method_source (v0.9.0, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="mini_mime (v1.0.0, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 30 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="mini_portile2 (v2.3.0, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
       11 
31 
     | 
    
         
             
                <orderEntry type="library" scope="PROVIDED" name="minitest (v5.10.3, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 32 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="nio4r (v2.1.0, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 33 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.8.1, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 34 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="rack (v2.0.3, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 35 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="rack-test (v0.6.3, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 36 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="rails (v5.0.6, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 37 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="rails-dom-testing (v2.0.3, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 38 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="rails-html-sanitizer (v1.0.3, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 39 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="railties (v5.0.6, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
       12 
40 
     | 
    
         
             
                <orderEntry type="library" scope="PROVIDED" name="rake (v10.5.0, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 41 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="sprockets (v3.7.1, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 42 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="sprockets-rails (v3.2.1, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 43 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="thor (v0.20.0, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 44 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="thread_safe (v0.3.6, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 45 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="tzinfo (v1.2.4, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 46 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="websocket-driver (v0.6.5, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
      
 47 
     | 
    
         
            +
                <orderEntry type="library" scope="PROVIDED" name="websocket-extensions (v0.1.3, ruby-2.4.2-p198) [gem]" level="application" />
         
     | 
| 
       13 
48 
     | 
    
         
             
              </component>
         
     | 
| 
       14 
49 
     | 
    
         
             
            </module>
         
     | 
    
        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="MOVED" beforePath="$PROJECT_DIR$/lib/generators/UrlCounter/initializer_generator.rb" afterPath="$PROJECT_DIR$/lib/generators/UrlCounter/install_generator.rb" />
         
     | 
| 
       6 
     | 
    
         
            -
                  <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
         
     | 
| 
       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" />
         
     | 
| 
         @@ -14,7 +12,7 @@ 
     | 
|
| 
       14 
12 
     | 
    
         
             
                <option name="LAST_RESOLUTION" value="IGNORE" />
         
     | 
| 
       15 
13 
     | 
    
         
             
              </component>
         
     | 
| 
       16 
14 
     | 
    
         
             
              <component name="FileEditorManager">
         
     | 
| 
       17 
     | 
    
         
            -
                <leaf>
         
     | 
| 
      
 15 
     | 
    
         
            +
                <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
         
     | 
| 
       18 
16 
     | 
    
         
             
                  <file leaf-file-name="README.md" pinned="false" current-in-tab="false">
         
     | 
| 
       19 
17 
     | 
    
         
             
                    <entry file="file://$PROJECT_DIR$/README.md">
         
     | 
| 
       20 
18 
     | 
    
         
             
                      <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
         
     | 
| 
         @@ -31,8 +29,8 @@ 
     | 
|
| 
       31 
29 
     | 
    
         
             
                  <file leaf-file-name="Gemfile" pinned="false" current-in-tab="false">
         
     | 
| 
       32 
30 
     | 
    
         
             
                    <entry file="file://$PROJECT_DIR$/Gemfile">
         
     | 
| 
       33 
31 
     | 
    
         
             
                      <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
       34 
     | 
    
         
            -
                        <state relative-caret-position=" 
     | 
| 
       35 
     | 
    
         
            -
                          <caret line=" 
     | 
| 
      
 32 
     | 
    
         
            +
                        <state relative-caret-position="119">
         
     | 
| 
      
 33 
     | 
    
         
            +
                          <caret line="7" column="0" lean-forward="false" selection-start-line="7" selection-start-column="0" selection-end-line="7" selection-end-column="0" />
         
     | 
| 
       36 
34 
     | 
    
         
             
                          <folding />
         
     | 
| 
       37 
35 
     | 
    
         
             
                        </state>
         
     | 
| 
       38 
36 
     | 
    
         
             
                      </provider>
         
     | 
| 
         @@ -61,8 +59,8 @@ 
     | 
|
| 
       61 
59 
     | 
    
         
             
                  <file leaf-file-name="version.rb" pinned="false" current-in-tab="true">
         
     | 
| 
       62 
60 
     | 
    
         
             
                    <entry file="file://$PROJECT_DIR$/lib/UrlCounter/version.rb">
         
     | 
| 
       63 
61 
     | 
    
         
             
                      <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
       64 
     | 
    
         
            -
                        <state relative-caret-position=" 
     | 
| 
       65 
     | 
    
         
            -
                          <caret line=" 
     | 
| 
      
 62 
     | 
    
         
            +
                        <state relative-caret-position="34">
         
     | 
| 
      
 63 
     | 
    
         
            +
                          <caret line="2" column="3" lean-forward="true" selection-start-line="2" selection-start-column="3" selection-end-line="2" selection-end-column="3" />
         
     | 
| 
       66 
64 
     | 
    
         
             
                          <folding />
         
     | 
| 
       67 
65 
     | 
    
         
             
                        </state>
         
     | 
| 
       68 
66 
     | 
    
         
             
                      </provider>
         
     | 
| 
         @@ -71,8 +69,8 @@ 
     | 
|
| 
       71 
69 
     | 
    
         
             
                  <file leaf-file-name="UrlCounter.rb" pinned="false" current-in-tab="false">
         
     | 
| 
       72 
70 
     | 
    
         
             
                    <entry file="file://$PROJECT_DIR$/lib/UrlCounter.rb">
         
     | 
| 
       73 
71 
     | 
    
         
             
                      <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
       74 
     | 
    
         
            -
                        <state relative-caret-position=" 
     | 
| 
       75 
     | 
    
         
            -
                          <caret line=" 
     | 
| 
      
 72 
     | 
    
         
            +
                        <state relative-caret-position="34">
         
     | 
| 
      
 73 
     | 
    
         
            +
                          <caret line="2" column="17" lean-forward="false" selection-start-line="2" selection-start-column="17" selection-end-line="2" selection-end-column="17" />
         
     | 
| 
       76 
74 
     | 
    
         
             
                          <folding />
         
     | 
| 
       77 
75 
     | 
    
         
             
                        </state>
         
     | 
| 
       78 
76 
     | 
    
         
             
                      </provider>
         
     | 
| 
         @@ -81,8 +79,8 @@ 
     | 
|
| 
       81 
79 
     | 
    
         
             
                  <file leaf-file-name="install_generator.rb" pinned="false" current-in-tab="false">
         
     | 
| 
       82 
80 
     | 
    
         
             
                    <entry file="file://$PROJECT_DIR$/lib/generators/UrlCounter/install_generator.rb">
         
     | 
| 
       83 
81 
     | 
    
         
             
                      <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
       84 
     | 
    
         
            -
                        <state relative-caret-position=" 
     | 
| 
       85 
     | 
    
         
            -
                          <caret line=" 
     | 
| 
      
 82 
     | 
    
         
            +
                        <state relative-caret-position="153">
         
     | 
| 
      
 83 
     | 
    
         
            +
                          <caret line="9" column="0" lean-forward="false" selection-start-line="9" selection-start-column="0" selection-end-line="9" selection-end-column="0" />
         
     | 
| 
       86 
84 
     | 
    
         
             
                          <folding />
         
     | 
| 
       87 
85 
     | 
    
         
             
                        </state>
         
     | 
| 
       88 
86 
     | 
    
         
             
                      </provider>
         
     | 
| 
         @@ -99,10 +97,11 @@ 
     | 
|
| 
       99 
97 
     | 
    
         
             
                    <option value="$PROJECT_DIR$/README.md" />
         
     | 
| 
       100 
98 
     | 
    
         
             
                    <option value="$PROJECT_DIR$/.gitignore" />
         
     | 
| 
       101 
99 
     | 
    
         
             
                    <option value="$PROJECT_DIR$/UrlCounter.gemspec" />
         
     | 
| 
       102 
     | 
    
         
            -
                    <option value="$PROJECT_DIR$/lib/UrlCounter.rb" />
         
     | 
| 
       103 
100 
     | 
    
         
             
                    <option value="$PROJECT_DIR$/lib/generators/initializer_generator.rb" />
         
     | 
| 
       104 
101 
     | 
    
         
             
                    <option value="$PROJECT_DIR$/lib/generators/UrlCounter/initializer_generator.rb" />
         
     | 
| 
      
 102 
     | 
    
         
            +
                    <option value="$PROJECT_DIR$/lib/UrlCounter.rb" />
         
     | 
| 
       105 
103 
     | 
    
         
             
                    <option value="$PROJECT_DIR$/lib/generators/UrlCounter/install_generator.rb" />
         
     | 
| 
      
 104 
     | 
    
         
            +
                    <option value="$PROJECT_DIR$/Gemfile" />
         
     | 
| 
       106 
105 
     | 
    
         
             
                    <option value="$PROJECT_DIR$/lib/UrlCounter/version.rb" />
         
     | 
| 
       107 
106 
     | 
    
         
             
                  </list>
         
     | 
| 
       108 
107 
     | 
    
         
             
                </option>
         
     | 
| 
         @@ -135,7 +134,6 @@ 
     | 
|
| 
       135 
134 
     | 
    
         
             
                  <foldersAlwaysOnTop value="true" />
         
     | 
| 
       136 
135 
     | 
    
         
             
                </navigator>
         
     | 
| 
       137 
136 
     | 
    
         
             
                <panes>
         
     | 
| 
       138 
     | 
    
         
            -
                  <pane id="Scope" />
         
     | 
| 
       139 
137 
     | 
    
         
             
                  <pane id="Scratches" />
         
     | 
| 
       140 
138 
     | 
    
         
             
                  <pane id="ProjectPane">
         
     | 
| 
       141 
139 
     | 
    
         
             
                    <subPane>
         
     | 
| 
         @@ -168,10 +166,15 @@ 
     | 
|
| 
       168 
166 
     | 
    
         
             
                          <item name="lib" type="462c0819:PsiDirectoryNode" />
         
     | 
| 
       169 
167 
     | 
    
         
             
                          <item name="UrlCounter" type="462c0819:PsiDirectoryNode" />
         
     | 
| 
       170 
168 
     | 
    
         
             
                        </path>
         
     | 
| 
      
 169 
     | 
    
         
            +
                        <path>
         
     | 
| 
      
 170 
     | 
    
         
            +
                          <item name="UrlCounter" type="b2602c69:ProjectViewProjectNode" />
         
     | 
| 
      
 171 
     | 
    
         
            +
                          <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
         
     | 
| 
      
 172 
     | 
    
         
            +
                        </path>
         
     | 
| 
       171 
173 
     | 
    
         
             
                      </expand>
         
     | 
| 
       172 
174 
     | 
    
         
             
                      <select />
         
     | 
| 
       173 
175 
     | 
    
         
             
                    </subPane>
         
     | 
| 
       174 
176 
     | 
    
         
             
                  </pane>
         
     | 
| 
      
 177 
     | 
    
         
            +
                  <pane id="Scope" />
         
     | 
| 
       175 
178 
     | 
    
         
             
                </panes>
         
     | 
| 
       176 
179 
     | 
    
         
             
              </component>
         
     | 
| 
       177 
180 
     | 
    
         
             
              <component name="PropertiesComponent">
         
     | 
| 
         @@ -205,12 +208,13 @@ 
     | 
|
| 
       205 
208 
     | 
    
         
             
                  <option name="number" value="Default" />
         
     | 
| 
       206 
209 
     | 
    
         
             
                  <option name="presentableId" value="Default" />
         
     | 
| 
       207 
210 
     | 
    
         
             
                  <updated>1512413459007</updated>
         
     | 
| 
       208 
     | 
    
         
            -
                  <workItem from="1512413462087" duration=" 
     | 
| 
      
 211 
     | 
    
         
            +
                  <workItem from="1512413462087" duration="9763000" />
         
     | 
| 
      
 212 
     | 
    
         
            +
                  <workItem from="1512484040999" duration="183000" />
         
     | 
| 
       209 
213 
     | 
    
         
             
                </task>
         
     | 
| 
       210 
214 
     | 
    
         
             
                <servers />
         
     | 
| 
       211 
215 
     | 
    
         
             
              </component>
         
     | 
| 
       212 
216 
     | 
    
         
             
              <component name="TimeTrackingManager">
         
     | 
| 
       213 
     | 
    
         
            -
                <option name="totallyTimeSpent" value=" 
     | 
| 
      
 217 
     | 
    
         
            +
                <option name="totallyTimeSpent" value="9946000" />
         
     | 
| 
       214 
218 
     | 
    
         
             
              </component>
         
     | 
| 
       215 
219 
     | 
    
         
             
              <component name="ToolWindowManager">
         
     | 
| 
       216 
220 
     | 
    
         
             
                <frame x="1358" y="-8" width="1936" height="1056" extended-state="6" />
         
     | 
| 
         @@ -218,20 +222,20 @@ 
     | 
|
| 
       218 
222 
     | 
    
         
             
                <layout>
         
     | 
| 
       219 
223 
     | 
    
         
             
                  <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" />
         
     | 
| 
       220 
224 
     | 
    
         
             
                  <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" />
         
     | 
| 
       221 
     | 
    
         
            -
                  <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.33" sideWeight="0.5" order=" 
     | 
| 
       222 
     | 
    
         
            -
                  <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=" 
     | 
| 
       223 
     | 
    
         
            -
                  <window_info id=" 
     | 
| 
       224 
     | 
    
         
            -
                  <window_info id=" 
     | 
| 
       225 
     | 
    
         
            -
                  <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.19753087" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
         
     | 
| 
      
 225 
     | 
    
         
            +
                  <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.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
         
     | 
| 
      
 226 
     | 
    
         
            +
                  <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" />
         
     | 
| 
      
 227 
     | 
    
         
            +
                  <window_info id="Version Control" 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="7" side_tool="false" content_ui="tabs" />
         
     | 
| 
      
 228 
     | 
    
         
            +
                  <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.19753087" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
         
     | 
| 
       226 
229 
     | 
    
         
             
                  <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
         
     | 
| 
       227 
     | 
    
         
            -
                  <window_info id="Terminal" 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=" 
     | 
| 
       228 
     | 
    
         
            -
                  <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order=" 
     | 
| 
      
 230 
     | 
    
         
            +
                  <window_info id="Terminal" 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="7" side_tool="false" content_ui="tabs" />
         
     | 
| 
      
 231 
     | 
    
         
            +
                  <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
         
     | 
| 
       229 
232 
     | 
    
         
             
                  <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
         
     | 
| 
       230 
233 
     | 
    
         
             
                  <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
         
     | 
| 
       231 
     | 
    
         
            -
                  <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
         
     | 
| 
       232 
234 
     | 
    
         
             
                  <window_info id="Message" 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="0" side_tool="false" content_ui="tabs" />
         
     | 
| 
       233 
235 
     | 
    
         
             
                  <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
         
     | 
| 
       234 
236 
     | 
    
         
             
                  <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
         
     | 
| 
      
 237 
     | 
    
         
            +
                  <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
         
     | 
| 
      
 238 
     | 
    
         
            +
                  <window_info id="Find" 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="1" side_tool="false" content_ui="tabs" />
         
     | 
| 
       235 
239 
     | 
    
         
             
                  <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
         
     | 
| 
       236 
240 
     | 
    
         
             
                </layout>
         
     | 
| 
       237 
241 
     | 
    
         
             
              </component>
         
     | 
| 
         @@ -257,6 +261,14 @@ 
     | 
|
| 
       257 
261 
     | 
    
         
             
                    </state>
         
     | 
| 
       258 
262 
     | 
    
         
             
                  </provider>
         
     | 
| 
       259 
263 
     | 
    
         
             
                </entry>
         
     | 
| 
      
 264 
     | 
    
         
            +
                <entry file="file://$PROJECT_DIR$/Gemfile">
         
     | 
| 
      
 265 
     | 
    
         
            +
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
      
 266 
     | 
    
         
            +
                    <state relative-caret-position="0">
         
     | 
| 
      
 267 
     | 
    
         
            +
                      <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
         
     | 
| 
      
 268 
     | 
    
         
            +
                      <folding />
         
     | 
| 
      
 269 
     | 
    
         
            +
                    </state>
         
     | 
| 
      
 270 
     | 
    
         
            +
                  </provider>
         
     | 
| 
      
 271 
     | 
    
         
            +
                </entry>
         
     | 
| 
       260 
272 
     | 
    
         
             
                <entry file="file://$PROJECT_DIR$/.gitignore">
         
     | 
| 
       261 
273 
     | 
    
         
             
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
       262 
274 
     | 
    
         
             
                    <state relative-caret-position="136">
         
     | 
| 
         @@ -273,34 +285,92 @@ 
     | 
|
| 
       273 
285 
     | 
    
         
             
                    </state>
         
     | 
| 
       274 
286 
     | 
    
         
             
                  </provider>
         
     | 
| 
       275 
287 
     | 
    
         
             
                </entry>
         
     | 
| 
       276 
     | 
    
         
            -
                <entry file="file://$PROJECT_DIR$/ 
     | 
| 
      
 288 
     | 
    
         
            +
                <entry file="file://$PROJECT_DIR$/lib/UrlCounter/version.rb">
         
     | 
| 
       277 
289 
     | 
    
         
             
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
       278 
     | 
    
         
            -
                    <state relative-caret-position=" 
     | 
| 
       279 
     | 
    
         
            -
                      <caret line=" 
     | 
| 
      
 290 
     | 
    
         
            +
                    <state relative-caret-position="17">
         
     | 
| 
      
 291 
     | 
    
         
            +
                      <caret line="1" column="18" lean-forward="false" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
         
     | 
| 
      
 292 
     | 
    
         
            +
                      <folding />
         
     | 
| 
      
 293 
     | 
    
         
            +
                    </state>
         
     | 
| 
      
 294 
     | 
    
         
            +
                  </provider>
         
     | 
| 
      
 295 
     | 
    
         
            +
                </entry>
         
     | 
| 
      
 296 
     | 
    
         
            +
                <entry file="file://$PROJECT_DIR$/lib/generators/UrlCounter/install_generator.rb">
         
     | 
| 
      
 297 
     | 
    
         
            +
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
      
 298 
     | 
    
         
            +
                    <state relative-caret-position="153">
         
     | 
| 
      
 299 
     | 
    
         
            +
                      <caret line="9" column="0" lean-forward="true" selection-start-line="9" selection-start-column="0" selection-end-line="9" selection-end-column="0" />
         
     | 
| 
      
 300 
     | 
    
         
            +
                      <folding />
         
     | 
| 
      
 301 
     | 
    
         
            +
                    </state>
         
     | 
| 
      
 302 
     | 
    
         
            +
                  </provider>
         
     | 
| 
      
 303 
     | 
    
         
            +
                </entry>
         
     | 
| 
      
 304 
     | 
    
         
            +
                <entry file="file://$PROJECT_DIR$/lib/UrlCounter.rb">
         
     | 
| 
      
 305 
     | 
    
         
            +
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
      
 306 
     | 
    
         
            +
                    <state relative-caret-position="34">
         
     | 
| 
      
 307 
     | 
    
         
            +
                      <caret line="2" column="17" lean-forward="true" selection-start-line="2" selection-start-column="17" selection-end-line="2" selection-end-column="17" />
         
     | 
| 
       280 
308 
     | 
    
         
             
                      <folding />
         
     | 
| 
       281 
309 
     | 
    
         
             
                    </state>
         
     | 
| 
       282 
310 
     | 
    
         
             
                  </provider>
         
     | 
| 
       283 
311 
     | 
    
         
             
                </entry>
         
     | 
| 
      
 312 
     | 
    
         
            +
                <entry file="file://$PROJECT_DIR$/README.md">
         
     | 
| 
      
 313 
     | 
    
         
            +
                  <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
         
     | 
| 
      
 314 
     | 
    
         
            +
                    <state split_layout="SPLIT">
         
     | 
| 
      
 315 
     | 
    
         
            +
                      <first_editor relative-caret-position="68">
         
     | 
| 
      
 316 
     | 
    
         
            +
                        <caret line="4" column="0" lean-forward="false" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
         
     | 
| 
      
 317 
     | 
    
         
            +
                        <folding />
         
     | 
| 
      
 318 
     | 
    
         
            +
                      </first_editor>
         
     | 
| 
      
 319 
     | 
    
         
            +
                      <second_editor />
         
     | 
| 
      
 320 
     | 
    
         
            +
                    </state>
         
     | 
| 
      
 321 
     | 
    
         
            +
                  </provider>
         
     | 
| 
      
 322 
     | 
    
         
            +
                </entry>
         
     | 
| 
      
 323 
     | 
    
         
            +
                <entry file="file://$PROJECT_DIR$/.gitignore">
         
     | 
| 
      
 324 
     | 
    
         
            +
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
      
 325 
     | 
    
         
            +
                    <state relative-caret-position="136">
         
     | 
| 
      
 326 
     | 
    
         
            +
                      <caret line="8" column="5" lean-forward="false" selection-start-line="8" selection-start-column="5" selection-end-line="8" selection-end-column="5" />
         
     | 
| 
      
 327 
     | 
    
         
            +
                      <folding />
         
     | 
| 
      
 328 
     | 
    
         
            +
                    </state>
         
     | 
| 
      
 329 
     | 
    
         
            +
                  </provider>
         
     | 
| 
      
 330 
     | 
    
         
            +
                </entry>
         
     | 
| 
      
 331 
     | 
    
         
            +
                <entry file="file://$PROJECT_DIR$/UrlCounter.gemspec">
         
     | 
| 
      
 332 
     | 
    
         
            +
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
      
 333 
     | 
    
         
            +
                    <state relative-caret-position="204">
         
     | 
| 
      
 334 
     | 
    
         
            +
                      <caret line="12" column="65" lean-forward="false" selection-start-line="12" selection-start-column="65" selection-end-line="12" selection-end-column="65" />
         
     | 
| 
      
 335 
     | 
    
         
            +
                      <folding />
         
     | 
| 
      
 336 
     | 
    
         
            +
                    </state>
         
     | 
| 
      
 337 
     | 
    
         
            +
                  </provider>
         
     | 
| 
      
 338 
     | 
    
         
            +
                </entry>
         
     | 
| 
      
 339 
     | 
    
         
            +
                <entry file="file://$APPLICATION_HOME_DIR$/rubystubs24/kernel.rb">
         
     | 
| 
      
 340 
     | 
    
         
            +
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
      
 341 
     | 
    
         
            +
                    <state relative-caret-position="315">
         
     | 
| 
      
 342 
     | 
    
         
            +
                      <caret line="275" column="8" lean-forward="false" selection-start-line="275" selection-start-column="8" selection-end-line="275" selection-end-column="8" />
         
     | 
| 
      
 343 
     | 
    
         
            +
                    </state>
         
     | 
| 
      
 344 
     | 
    
         
            +
                  </provider>
         
     | 
| 
      
 345 
     | 
    
         
            +
                </entry>
         
     | 
| 
       284 
346 
     | 
    
         
             
                <entry file="file://$PROJECT_DIR$/lib/UrlCounter.rb">
         
     | 
| 
      
 347 
     | 
    
         
            +
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
      
 348 
     | 
    
         
            +
                    <state relative-caret-position="34">
         
     | 
| 
      
 349 
     | 
    
         
            +
                      <caret line="2" column="17" lean-forward="false" selection-start-line="2" selection-start-column="17" selection-end-line="2" selection-end-column="17" />
         
     | 
| 
      
 350 
     | 
    
         
            +
                      <folding />
         
     | 
| 
      
 351 
     | 
    
         
            +
                    </state>
         
     | 
| 
      
 352 
     | 
    
         
            +
                  </provider>
         
     | 
| 
      
 353 
     | 
    
         
            +
                </entry>
         
     | 
| 
      
 354 
     | 
    
         
            +
                <entry file="file://$PROJECT_DIR$/Gemfile">
         
     | 
| 
       285 
355 
     | 
    
         
             
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
       286 
356 
     | 
    
         
             
                    <state relative-caret-position="119">
         
     | 
| 
       287 
     | 
    
         
            -
                      <caret line="7" column="0" lean-forward=" 
     | 
| 
      
 357 
     | 
    
         
            +
                      <caret line="7" column="0" lean-forward="false" selection-start-line="7" selection-start-column="0" selection-end-line="7" selection-end-column="0" />
         
     | 
| 
       288 
358 
     | 
    
         
             
                      <folding />
         
     | 
| 
       289 
359 
     | 
    
         
             
                    </state>
         
     | 
| 
       290 
360 
     | 
    
         
             
                  </provider>
         
     | 
| 
       291 
361 
     | 
    
         
             
                </entry>
         
     | 
| 
       292 
362 
     | 
    
         
             
                <entry file="file://$PROJECT_DIR$/lib/generators/UrlCounter/install_generator.rb">
         
     | 
| 
       293 
363 
     | 
    
         
             
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
       294 
     | 
    
         
            -
                    <state relative-caret-position=" 
     | 
| 
       295 
     | 
    
         
            -
                      <caret line=" 
     | 
| 
      
 364 
     | 
    
         
            +
                    <state relative-caret-position="153">
         
     | 
| 
      
 365 
     | 
    
         
            +
                      <caret line="9" column="0" lean-forward="false" selection-start-line="9" selection-start-column="0" selection-end-line="9" selection-end-column="0" />
         
     | 
| 
       296 
366 
     | 
    
         
             
                      <folding />
         
     | 
| 
       297 
367 
     | 
    
         
             
                    </state>
         
     | 
| 
       298 
368 
     | 
    
         
             
                  </provider>
         
     | 
| 
       299 
369 
     | 
    
         
             
                </entry>
         
     | 
| 
       300 
370 
     | 
    
         
             
                <entry file="file://$PROJECT_DIR$/lib/UrlCounter/version.rb">
         
     | 
| 
       301 
371 
     | 
    
         
             
                  <provider selected="true" editor-type-id="text-editor">
         
     | 
| 
       302 
     | 
    
         
            -
                    <state relative-caret-position=" 
     | 
| 
       303 
     | 
    
         
            -
                      <caret line=" 
     | 
| 
      
 372 
     | 
    
         
            +
                    <state relative-caret-position="34">
         
     | 
| 
      
 373 
     | 
    
         
            +
                      <caret line="2" column="3" lean-forward="true" selection-start-line="2" selection-start-column="3" selection-end-line="2" selection-end-column="3" />
         
     | 
| 
       304 
374 
     | 
    
         
             
                      <folding />
         
     | 
| 
       305 
375 
     | 
    
         
             
                    </state>
         
     | 
| 
       306 
376 
     | 
    
         
             
                  </provider>
         
     | 
    
        data/Gemfile
    CHANGED
    
    
    
        data/Gemfile.lock
    CHANGED
    
    | 
         @@ -1,13 +1,110 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            PATH
         
     | 
| 
       2 
2 
     | 
    
         
             
              remote: .
         
     | 
| 
       3 
3 
     | 
    
         
             
              specs:
         
     | 
| 
       4 
     | 
    
         
            -
                UrlCounter (0.1. 
     | 
| 
      
 4 
     | 
    
         
            +
                UrlCounter (0.1.6)
         
     | 
| 
       5 
5 
     | 
    
         | 
| 
       6 
6 
     | 
    
         
             
            GEM
         
     | 
| 
       7 
7 
     | 
    
         
             
              remote: https://rubygems.org/
         
     | 
| 
       8 
8 
     | 
    
         
             
              specs:
         
     | 
| 
      
 9 
     | 
    
         
            +
                actioncable (5.0.6)
         
     | 
| 
      
 10 
     | 
    
         
            +
                  actionpack (= 5.0.6)
         
     | 
| 
      
 11 
     | 
    
         
            +
                  nio4r (>= 1.2, < 3.0)
         
     | 
| 
      
 12 
     | 
    
         
            +
                  websocket-driver (~> 0.6.1)
         
     | 
| 
      
 13 
     | 
    
         
            +
                actionmailer (5.0.6)
         
     | 
| 
      
 14 
     | 
    
         
            +
                  actionpack (= 5.0.6)
         
     | 
| 
      
 15 
     | 
    
         
            +
                  actionview (= 5.0.6)
         
     | 
| 
      
 16 
     | 
    
         
            +
                  activejob (= 5.0.6)
         
     | 
| 
      
 17 
     | 
    
         
            +
                  mail (~> 2.5, >= 2.5.4)
         
     | 
| 
      
 18 
     | 
    
         
            +
                  rails-dom-testing (~> 2.0)
         
     | 
| 
      
 19 
     | 
    
         
            +
                actionpack (5.0.6)
         
     | 
| 
      
 20 
     | 
    
         
            +
                  actionview (= 5.0.6)
         
     | 
| 
      
 21 
     | 
    
         
            +
                  activesupport (= 5.0.6)
         
     | 
| 
      
 22 
     | 
    
         
            +
                  rack (~> 2.0)
         
     | 
| 
      
 23 
     | 
    
         
            +
                  rack-test (~> 0.6.3)
         
     | 
| 
      
 24 
     | 
    
         
            +
                  rails-dom-testing (~> 2.0)
         
     | 
| 
      
 25 
     | 
    
         
            +
                  rails-html-sanitizer (~> 1.0, >= 1.0.2)
         
     | 
| 
      
 26 
     | 
    
         
            +
                actionview (5.0.6)
         
     | 
| 
      
 27 
     | 
    
         
            +
                  activesupport (= 5.0.6)
         
     | 
| 
      
 28 
     | 
    
         
            +
                  builder (~> 3.1)
         
     | 
| 
      
 29 
     | 
    
         
            +
                  erubis (~> 2.7.0)
         
     | 
| 
      
 30 
     | 
    
         
            +
                  rails-dom-testing (~> 2.0)
         
     | 
| 
      
 31 
     | 
    
         
            +
                  rails-html-sanitizer (~> 1.0, >= 1.0.3)
         
     | 
| 
      
 32 
     | 
    
         
            +
                activejob (5.0.6)
         
     | 
| 
      
 33 
     | 
    
         
            +
                  activesupport (= 5.0.6)
         
     | 
| 
      
 34 
     | 
    
         
            +
                  globalid (>= 0.3.6)
         
     | 
| 
      
 35 
     | 
    
         
            +
                activemodel (5.0.6)
         
     | 
| 
      
 36 
     | 
    
         
            +
                  activesupport (= 5.0.6)
         
     | 
| 
      
 37 
     | 
    
         
            +
                activerecord (5.0.6)
         
     | 
| 
      
 38 
     | 
    
         
            +
                  activemodel (= 5.0.6)
         
     | 
| 
      
 39 
     | 
    
         
            +
                  activesupport (= 5.0.6)
         
     | 
| 
      
 40 
     | 
    
         
            +
                  arel (~> 7.0)
         
     | 
| 
      
 41 
     | 
    
         
            +
                activesupport (5.0.6)
         
     | 
| 
      
 42 
     | 
    
         
            +
                  concurrent-ruby (~> 1.0, >= 1.0.2)
         
     | 
| 
      
 43 
     | 
    
         
            +
                  i18n (~> 0.7)
         
     | 
| 
      
 44 
     | 
    
         
            +
                  minitest (~> 5.1)
         
     | 
| 
      
 45 
     | 
    
         
            +
                  tzinfo (~> 1.1)
         
     | 
| 
      
 46 
     | 
    
         
            +
                arel (7.1.4)
         
     | 
| 
      
 47 
     | 
    
         
            +
                builder (3.2.3)
         
     | 
| 
      
 48 
     | 
    
         
            +
                concurrent-ruby (1.0.5)
         
     | 
| 
      
 49 
     | 
    
         
            +
                crass (1.0.3)
         
     | 
| 
      
 50 
     | 
    
         
            +
                erubis (2.7.0)
         
     | 
| 
      
 51 
     | 
    
         
            +
                globalid (0.4.1)
         
     | 
| 
      
 52 
     | 
    
         
            +
                  activesupport (>= 4.2.0)
         
     | 
| 
      
 53 
     | 
    
         
            +
                i18n (0.9.1)
         
     | 
| 
      
 54 
     | 
    
         
            +
                  concurrent-ruby (~> 1.0)
         
     | 
| 
      
 55 
     | 
    
         
            +
                loofah (2.1.1)
         
     | 
| 
      
 56 
     | 
    
         
            +
                  crass (~> 1.0.2)
         
     | 
| 
      
 57 
     | 
    
         
            +
                  nokogiri (>= 1.5.9)
         
     | 
| 
      
 58 
     | 
    
         
            +
                mail (2.7.0)
         
     | 
| 
      
 59 
     | 
    
         
            +
                  mini_mime (>= 0.1.1)
         
     | 
| 
      
 60 
     | 
    
         
            +
                method_source (0.9.0)
         
     | 
| 
      
 61 
     | 
    
         
            +
                mini_mime (1.0.0)
         
     | 
| 
      
 62 
     | 
    
         
            +
                mini_portile2 (2.3.0)
         
     | 
| 
       9 
63 
     | 
    
         
             
                minitest (5.10.3)
         
     | 
| 
      
 64 
     | 
    
         
            +
                nio4r (2.1.0)
         
     | 
| 
      
 65 
     | 
    
         
            +
                nokogiri (1.8.1-x64-mingw32)
         
     | 
| 
      
 66 
     | 
    
         
            +
                  mini_portile2 (~> 2.3.0)
         
     | 
| 
      
 67 
     | 
    
         
            +
                rack (2.0.3)
         
     | 
| 
      
 68 
     | 
    
         
            +
                rack-test (0.6.3)
         
     | 
| 
      
 69 
     | 
    
         
            +
                  rack (>= 1.0)
         
     | 
| 
      
 70 
     | 
    
         
            +
                rails (5.0.6)
         
     | 
| 
      
 71 
     | 
    
         
            +
                  actioncable (= 5.0.6)
         
     | 
| 
      
 72 
     | 
    
         
            +
                  actionmailer (= 5.0.6)
         
     | 
| 
      
 73 
     | 
    
         
            +
                  actionpack (= 5.0.6)
         
     | 
| 
      
 74 
     | 
    
         
            +
                  actionview (= 5.0.6)
         
     | 
| 
      
 75 
     | 
    
         
            +
                  activejob (= 5.0.6)
         
     | 
| 
      
 76 
     | 
    
         
            +
                  activemodel (= 5.0.6)
         
     | 
| 
      
 77 
     | 
    
         
            +
                  activerecord (= 5.0.6)
         
     | 
| 
      
 78 
     | 
    
         
            +
                  activesupport (= 5.0.6)
         
     | 
| 
      
 79 
     | 
    
         
            +
                  bundler (>= 1.3.0)
         
     | 
| 
      
 80 
     | 
    
         
            +
                  railties (= 5.0.6)
         
     | 
| 
      
 81 
     | 
    
         
            +
                  sprockets-rails (>= 2.0.0)
         
     | 
| 
      
 82 
     | 
    
         
            +
                rails-dom-testing (2.0.3)
         
     | 
| 
      
 83 
     | 
    
         
            +
                  activesupport (>= 4.2.0)
         
     | 
| 
      
 84 
     | 
    
         
            +
                  nokogiri (>= 1.6)
         
     | 
| 
      
 85 
     | 
    
         
            +
                rails-html-sanitizer (1.0.3)
         
     | 
| 
      
 86 
     | 
    
         
            +
                  loofah (~> 2.0)
         
     | 
| 
      
 87 
     | 
    
         
            +
                railties (5.0.6)
         
     | 
| 
      
 88 
     | 
    
         
            +
                  actionpack (= 5.0.6)
         
     | 
| 
      
 89 
     | 
    
         
            +
                  activesupport (= 5.0.6)
         
     | 
| 
      
 90 
     | 
    
         
            +
                  method_source
         
     | 
| 
      
 91 
     | 
    
         
            +
                  rake (>= 0.8.7)
         
     | 
| 
      
 92 
     | 
    
         
            +
                  thor (>= 0.18.1, < 2.0)
         
     | 
| 
       10 
93 
     | 
    
         
             
                rake (10.5.0)
         
     | 
| 
      
 94 
     | 
    
         
            +
                sprockets (3.7.1)
         
     | 
| 
      
 95 
     | 
    
         
            +
                  concurrent-ruby (~> 1.0)
         
     | 
| 
      
 96 
     | 
    
         
            +
                  rack (> 1, < 3)
         
     | 
| 
      
 97 
     | 
    
         
            +
                sprockets-rails (3.2.1)
         
     | 
| 
      
 98 
     | 
    
         
            +
                  actionpack (>= 4.0)
         
     | 
| 
      
 99 
     | 
    
         
            +
                  activesupport (>= 4.0)
         
     | 
| 
      
 100 
     | 
    
         
            +
                  sprockets (>= 3.0.0)
         
     | 
| 
      
 101 
     | 
    
         
            +
                thor (0.20.0)
         
     | 
| 
      
 102 
     | 
    
         
            +
                thread_safe (0.3.6)
         
     | 
| 
      
 103 
     | 
    
         
            +
                tzinfo (1.2.4)
         
     | 
| 
      
 104 
     | 
    
         
            +
                  thread_safe (~> 0.1)
         
     | 
| 
      
 105 
     | 
    
         
            +
                websocket-driver (0.6.5)
         
     | 
| 
      
 106 
     | 
    
         
            +
                  websocket-extensions (>= 0.1.0)
         
     | 
| 
      
 107 
     | 
    
         
            +
                websocket-extensions (0.1.3)
         
     | 
| 
       11 
108 
     | 
    
         | 
| 
       12 
109 
     | 
    
         
             
            PLATFORMS
         
     | 
| 
       13 
110 
     | 
    
         
             
              x64-mingw32
         
     | 
| 
         @@ -16,6 +113,7 @@ DEPENDENCIES 
     | 
|
| 
       16 
113 
     | 
    
         
             
              UrlCounter!
         
     | 
| 
       17 
114 
     | 
    
         
             
              bundler (~> 1.16)
         
     | 
| 
       18 
115 
     | 
    
         
             
              minitest (~> 5.0)
         
     | 
| 
      
 116 
     | 
    
         
            +
              rails
         
     | 
| 
       19 
117 
     | 
    
         
             
              rake (~> 10.0)
         
     | 
| 
       20 
118 
     | 
    
         | 
| 
       21 
119 
     | 
    
         
             
            BUNDLED WITH
         
     | 
    
        data/lib/UrlCounter/version.rb
    CHANGED
    
    
    
        data/lib/UrlCounter.rb
    CHANGED
    
    
    
        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. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.1.6
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Hassan Nouri
         
     | 
| 
         @@ -60,6 +60,7 @@ extensions: [] 
     | 
|
| 
       60 
60 
     | 
    
         
             
            extra_rdoc_files: []
         
     | 
| 
       61 
61 
     | 
    
         
             
            files:
         
     | 
| 
       62 
62 
     | 
    
         
             
            - ".gitignore"
         
     | 
| 
      
 63 
     | 
    
         
            +
            - ".idea/.rakeTasks"
         
     | 
| 
       63 
64 
     | 
    
         
             
            - ".idea/UrlCounter.iml"
         
     | 
| 
       64 
65 
     | 
    
         
             
            - ".idea/inspectionProfiles/Project_Default.xml"
         
     | 
| 
       65 
66 
     | 
    
         
             
            - ".idea/misc.xml"
         
     |