librato-rails 0.4.1 → 0.5.0
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.
- data/README.md +3 -1
- data/lib/librato/rails/aggregator.rb +11 -2
- data/lib/librato/rails/subscribers.rb +4 -4
- data/lib/librato/rails/version.rb +1 -1
- data/lib/librato/rails.rb +6 -5
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +2189 -0
- data/test/dummy/log/test.log +5250 -0
- data/test/dummy/test_env.sh +2 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/CDF/870/sprockets%2Fb878faf942403e313a5b103e5d80488e +0 -0
- data/test/dummy/tmp/cache/assets/CE8/7E0/sprockets%2F178e2a1f9aa891d473009c7f3095df28 +0 -0
- data/test/dummy/tmp/cache/assets/CF9/7C0/sprockets%2F40fc2f3d2a468a00e463f1d313cb1683 +0 -0
- data/test/dummy/tmp/cache/assets/D04/890/sprockets%2F587335c079eef8d5a63784fc8f99905a +0 -0
- data/test/dummy/tmp/cache/assets/D05/D40/sprockets%2F1c9faaf28d05409b88ad3113374d613c +0 -0
- data/test/dummy/tmp/cache/assets/D11/D90/sprockets%2Ff688bee5b15ad322749fd06432065df2 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D48/6E0/sprockets%2F3d5dd928c45756c99bb1018cdbba7485 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D4F/000/sprockets%2F25e44896aac12384727e9dab827ebef9 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/D66/890/sprockets%2F789354d3ec91e1ba6c8e92878d8f6ff8 +0 -0
- data/test/dummy/tmp/cache/assets/D84/000/sprockets%2F2ed60caa8412eb8334fe327cab12cb32 +0 -0
- data/test/dummy/tmp/cache/assets/D8B/F90/sprockets%2Ffe6ce696e9141eb755d8eed79128e17c +0 -0
- data/test/dummy/tmp/cache/assets/D98/8B0/sprockets%2Fedbef6e0d0a4742346cf479f2c522eb0 +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/fixtures/config/librato.yml +1 -0
- data/test/integration/mail_test.rb +1 -3
- data/test/integration/request_test.rb +14 -18
- data/test/integration/sql_test.rb +8 -10
- data/test/metrics-rails_test.rb +5 -0
- data/test/unit/aggregator_test.rb +29 -6
- data/test/unit/configuration_test.rb +5 -3
- metadata +223 -183
    
        metadata
    CHANGED
    
    | @@ -1,260 +1,300 @@ | |
| 1 | 
            -
            --- !ruby/object:Gem::Specification | 
| 1 | 
            +
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: librato-rails
         | 
| 3 | 
            -
            version: !ruby/object:Gem::Version | 
| 4 | 
            -
               | 
| 3 | 
            +
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            +
              version: 0.5.0
         | 
| 5 5 | 
             
              prerelease: 
         | 
| 6 | 
            -
              segments: 
         | 
| 7 | 
            -
              - 0
         | 
| 8 | 
            -
              - 4
         | 
| 9 | 
            -
              - 1
         | 
| 10 | 
            -
              version: 0.4.1
         | 
| 11 6 | 
             
            platform: ruby
         | 
| 12 | 
            -
            authors: | 
| 7 | 
            +
            authors:
         | 
| 13 8 | 
             
            - Matt Sanders
         | 
| 14 9 | 
             
            autorequire: 
         | 
| 15 10 | 
             
            bindir: bin
         | 
| 16 11 | 
             
            cert_chain: []
         | 
| 17 | 
            -
             | 
| 18 | 
            -
             | 
| 19 | 
            -
             | 
| 20 | 
            -
            - !ruby/object:Gem::Dependency 
         | 
| 21 | 
            -
              version_requirements: &id001 !ruby/object:Gem::Requirement 
         | 
| 22 | 
            -
                none: false
         | 
| 23 | 
            -
                requirements: 
         | 
| 24 | 
            -
                - - ">="
         | 
| 25 | 
            -
                  - !ruby/object:Gem::Version 
         | 
| 26 | 
            -
                    hash: 7
         | 
| 27 | 
            -
                    segments: 
         | 
| 28 | 
            -
                    - 3
         | 
| 29 | 
            -
                    - 0
         | 
| 30 | 
            -
                    version: "3.0"
         | 
| 31 | 
            -
              requirement: *id001
         | 
| 12 | 
            +
            date: 2012-10-05 00:00:00.000000000 Z
         | 
| 13 | 
            +
            dependencies:
         | 
| 14 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 32 15 | 
             
              name: rails
         | 
| 33 | 
            -
               | 
| 16 | 
            +
              requirement: !ruby/object:Gem::Requirement
         | 
| 17 | 
            +
                none: false
         | 
| 18 | 
            +
                requirements:
         | 
| 19 | 
            +
                - - ! '>='
         | 
| 20 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 21 | 
            +
                    version: '3.0'
         | 
| 34 22 | 
             
              type: :runtime
         | 
| 35 | 
            -
             | 
| 36 | 
            -
              version_requirements:  | 
| 23 | 
            +
              prerelease: false
         | 
| 24 | 
            +
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 37 25 | 
             
                none: false
         | 
| 38 | 
            -
                requirements: | 
| 39 | 
            -
                - -  | 
| 40 | 
            -
                  - !ruby/object:Gem::Version | 
| 41 | 
            -
                     | 
| 42 | 
            -
             | 
| 43 | 
            -
                    - 0
         | 
| 44 | 
            -
                    - 7
         | 
| 45 | 
            -
                    - 0
         | 
| 46 | 
            -
                    version: 0.7.0
         | 
| 47 | 
            -
              requirement: *id002
         | 
| 26 | 
            +
                requirements:
         | 
| 27 | 
            +
                - - ! '>='
         | 
| 28 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 29 | 
            +
                    version: '3.0'
         | 
| 30 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 48 31 | 
             
              name: librato-metrics
         | 
| 49 | 
            -
               | 
| 32 | 
            +
              requirement: !ruby/object:Gem::Requirement
         | 
| 33 | 
            +
                none: false
         | 
| 34 | 
            +
                requirements:
         | 
| 35 | 
            +
                - - ~>
         | 
| 36 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 37 | 
            +
                    version: 0.7.1
         | 
| 50 38 | 
             
              type: :runtime
         | 
| 51 | 
            -
             | 
| 52 | 
            -
              version_requirements:  | 
| 39 | 
            +
              prerelease: false
         | 
| 40 | 
            +
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 53 41 | 
             
                none: false
         | 
| 54 | 
            -
                requirements: | 
| 55 | 
            -
                - -  | 
| 56 | 
            -
                  - !ruby/object:Gem::Version | 
| 57 | 
            -
                     | 
| 58 | 
            -
             | 
| 59 | 
            -
                    - 0
         | 
| 60 | 
            -
                    version: "0"
         | 
| 61 | 
            -
              requirement: *id003
         | 
| 42 | 
            +
                requirements:
         | 
| 43 | 
            +
                - - ~>
         | 
| 44 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 45 | 
            +
                    version: 0.7.1
         | 
| 46 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 62 47 | 
             
              name: sqlite3
         | 
| 63 | 
            -
               | 
| 48 | 
            +
              requirement: !ruby/object:Gem::Requirement
         | 
| 49 | 
            +
                none: false
         | 
| 50 | 
            +
                requirements:
         | 
| 51 | 
            +
                - - ! '>='
         | 
| 52 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 53 | 
            +
                    version: '0'
         | 
| 64 54 | 
             
              type: :development
         | 
| 65 | 
            -
             | 
| 66 | 
            -
              version_requirements:  | 
| 55 | 
            +
              prerelease: false
         | 
| 56 | 
            +
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 67 57 | 
             
                none: false
         | 
| 68 | 
            -
                requirements: | 
| 69 | 
            -
                - -  | 
| 70 | 
            -
                  - !ruby/object:Gem::Version | 
| 71 | 
            -
                     | 
| 72 | 
            -
             | 
| 73 | 
            -
                    - 0
         | 
| 74 | 
            -
                    version: "0"
         | 
| 75 | 
            -
              requirement: *id004
         | 
| 58 | 
            +
                requirements:
         | 
| 59 | 
            +
                - - ! '>='
         | 
| 60 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 61 | 
            +
                    version: '0'
         | 
| 62 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 76 63 | 
             
              name: minitest
         | 
| 77 | 
            -
               | 
| 64 | 
            +
              requirement: !ruby/object:Gem::Requirement
         | 
| 65 | 
            +
                none: false
         | 
| 66 | 
            +
                requirements:
         | 
| 67 | 
            +
                - - ~>
         | 
| 68 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 69 | 
            +
                    version: 3.4.0
         | 
| 78 70 | 
             
              type: :development
         | 
| 79 | 
            -
             | 
| 80 | 
            -
             | 
| 71 | 
            +
              prerelease: false
         | 
| 72 | 
            +
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 73 | 
            +
                none: false
         | 
| 74 | 
            +
                requirements:
         | 
| 75 | 
            +
                - - ~>
         | 
| 76 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 77 | 
            +
                    version: 3.4.0
         | 
| 78 | 
            +
            description: Report key app statistics to the Librato Metrics service and easily track
         | 
| 79 | 
            +
              your own custom metrics.
         | 
| 80 | 
            +
            email:
         | 
| 81 81 | 
             
            - matt@librato.com
         | 
| 82 82 | 
             
            executables: []
         | 
| 83 | 
            -
             | 
| 84 83 | 
             
            extensions: []
         | 
| 85 | 
            -
             | 
| 86 84 | 
             
            extra_rdoc_files: []
         | 
| 87 | 
            -
             | 
| 88 | 
            -
            files: 
         | 
| 89 | 
            -
            - lib/librato/rack.rb
         | 
| 90 | 
            -
            - lib/librato/rails.rb
         | 
| 85 | 
            +
            files:
         | 
| 91 86 | 
             
            - lib/librato/rack/middleware.rb
         | 
| 87 | 
            +
            - lib/librato/rack.rb
         | 
| 92 88 | 
             
            - lib/librato/rails/aggregator.rb
         | 
| 93 | 
            -
            - lib/librato/rails/helpers.rb
         | 
| 94 | 
            -
            - lib/librato/rails/worker.rb
         | 
| 95 | 
            -
            - lib/librato/rails/subscribers.rb
         | 
| 96 89 | 
             
            - lib/librato/rails/counter_cache.rb
         | 
| 97 90 | 
             
            - lib/librato/rails/group.rb
         | 
| 91 | 
            +
            - lib/librato/rails/helpers.rb
         | 
| 98 92 | 
             
            - lib/librato/rails/railtie.rb
         | 
| 93 | 
            +
            - lib/librato/rails/subscribers.rb
         | 
| 99 94 | 
             
            - lib/librato/rails/version.rb
         | 
| 95 | 
            +
            - lib/librato/rails/worker.rb
         | 
| 96 | 
            +
            - lib/librato/rails.rb
         | 
| 100 97 | 
             
            - lib/librato-rails.rb
         | 
| 101 98 | 
             
            - lib/tasks/metrics-rails_tasks.rake
         | 
| 102 99 | 
             
            - LICENSE
         | 
| 103 100 | 
             
            - Rakefile
         | 
| 104 101 | 
             
            - README.md
         | 
| 105 | 
            -
            - test/dummy/ | 
| 102 | 
            +
            - test/dummy/app/assets/javascripts/application.js
         | 
| 103 | 
            +
            - test/dummy/app/assets/javascripts/home.js
         | 
| 104 | 
            +
            - test/dummy/app/assets/javascripts/status.js
         | 
| 105 | 
            +
            - test/dummy/app/assets/stylesheets/application.css
         | 
| 106 | 
            +
            - test/dummy/app/assets/stylesheets/home.css
         | 
| 107 | 
            +
            - test/dummy/app/assets/stylesheets/status.css
         | 
| 108 | 
            +
            - test/dummy/app/controllers/application_controller.rb
         | 
| 109 | 
            +
            - test/dummy/app/controllers/home_controller.rb
         | 
| 110 | 
            +
            - test/dummy/app/controllers/status_controller.rb
         | 
| 111 | 
            +
            - test/dummy/app/controllers/user_controller.rb
         | 
| 112 | 
            +
            - test/dummy/app/helpers/application_helper.rb
         | 
| 113 | 
            +
            - test/dummy/app/helpers/home_helper.rb
         | 
| 114 | 
            +
            - test/dummy/app/helpers/status_helper.rb
         | 
| 115 | 
            +
            - test/dummy/app/mailers/user_mailer.rb
         | 
| 116 | 
            +
            - test/dummy/app/models/user.rb
         | 
| 117 | 
            +
            - test/dummy/app/views/home/index.html.erb
         | 
| 118 | 
            +
            - test/dummy/app/views/layouts/application.html.erb
         | 
| 119 | 
            +
            - test/dummy/app/views/status/code.html.erb
         | 
| 120 | 
            +
            - test/dummy/app/views/user_mailer/welcome_email.text.erb
         | 
| 121 | 
            +
            - test/dummy/config/application.rb
         | 
| 122 | 
            +
            - test/dummy/config/boot.rb
         | 
| 123 | 
            +
            - test/dummy/config/database.yml
         | 
| 124 | 
            +
            - test/dummy/config/environment.rb
         | 
| 106 125 | 
             
            - test/dummy/config/environments/development.rb
         | 
| 107 126 | 
             
            - test/dummy/config/environments/production.rb
         | 
| 108 127 | 
             
            - test/dummy/config/environments/test.rb
         | 
| 109 | 
            -
            - test/dummy/config/routes.rb
         | 
| 110 | 
            -
            - test/dummy/config/database.yml
         | 
| 111 | 
            -
            - test/dummy/config/unicorn.rb
         | 
| 112 | 
            -
            - test/dummy/config/initializers/inflections.rb
         | 
| 113 | 
            -
            - test/dummy/config/initializers/wrap_parameters.rb
         | 
| 114 128 | 
             
            - test/dummy/config/initializers/backtrace_silencers.rb
         | 
| 115 | 
            -
            - test/dummy/config/initializers/ | 
| 116 | 
            -
            - test/dummy/config/initializers/silence_assets.rb
         | 
| 129 | 
            +
            - test/dummy/config/initializers/inflections.rb
         | 
| 117 130 | 
             
            - test/dummy/config/initializers/mime_types.rb
         | 
| 131 | 
            +
            - test/dummy/config/initializers/secret_token.rb
         | 
| 118 132 | 
             
            - test/dummy/config/initializers/session_store.rb
         | 
| 133 | 
            +
            - test/dummy/config/initializers/silence_assets.rb
         | 
| 134 | 
            +
            - test/dummy/config/initializers/wrap_parameters.rb
         | 
| 119 135 | 
             
            - test/dummy/config/locales/en.yml
         | 
| 120 | 
            -
            - test/dummy/config/ | 
| 121 | 
            -
            - test/dummy/config/ | 
| 122 | 
            -
            - test/dummy/config | 
| 123 | 
            -
            - test/dummy/ | 
| 136 | 
            +
            - test/dummy/config/routes.rb
         | 
| 137 | 
            +
            - test/dummy/config/unicorn.rb
         | 
| 138 | 
            +
            - test/dummy/config.ru
         | 
| 139 | 
            +
            - test/dummy/db/development.sqlite3
         | 
| 124 140 | 
             
            - test/dummy/db/migrate/20120719231810_create_users.rb
         | 
| 125 141 | 
             
            - test/dummy/db/schema.rb
         | 
| 126 | 
            -
            - test/dummy/ | 
| 127 | 
            -
            - test/dummy/ | 
| 128 | 
            -
            - test/dummy/ | 
| 129 | 
            -
            - test/dummy/app/assets/stylesheets/application.css
         | 
| 130 | 
            -
            - test/dummy/app/assets/javascripts/status.js
         | 
| 131 | 
            -
            - test/dummy/app/assets/javascripts/application.js
         | 
| 132 | 
            -
            - test/dummy/app/assets/javascripts/home.js
         | 
| 133 | 
            -
            - test/dummy/app/controllers/home_controller.rb
         | 
| 134 | 
            -
            - test/dummy/app/controllers/status_controller.rb
         | 
| 135 | 
            -
            - test/dummy/app/controllers/user_controller.rb
         | 
| 136 | 
            -
            - test/dummy/app/controllers/application_controller.rb
         | 
| 137 | 
            -
            - test/dummy/app/views/status/code.html.erb
         | 
| 138 | 
            -
            - test/dummy/app/views/layouts/application.html.erb
         | 
| 139 | 
            -
            - test/dummy/app/views/user_mailer/welcome_email.text.erb
         | 
| 140 | 
            -
            - test/dummy/app/views/home/index.html.erb
         | 
| 141 | 
            -
            - test/dummy/app/mailers/user_mailer.rb
         | 
| 142 | 
            -
            - test/dummy/app/helpers/status_helper.rb
         | 
| 143 | 
            -
            - test/dummy/app/helpers/home_helper.rb
         | 
| 144 | 
            -
            - test/dummy/app/helpers/application_helper.rb
         | 
| 145 | 
            -
            - test/dummy/app/models/user.rb
         | 
| 146 | 
            -
            - test/dummy/README.rdoc
         | 
| 147 | 
            -
            - test/dummy/public/422.html
         | 
| 148 | 
            -
            - test/dummy/public/favicon.ico
         | 
| 142 | 
            +
            - test/dummy/db/test.sqlite3
         | 
| 143 | 
            +
            - test/dummy/log/development.log
         | 
| 144 | 
            +
            - test/dummy/log/test.log
         | 
| 149 145 | 
             
            - test/dummy/public/404.html
         | 
| 146 | 
            +
            - test/dummy/public/422.html
         | 
| 150 147 | 
             
            - test/dummy/public/500.html
         | 
| 151 | 
            -
            - test/ | 
| 152 | 
            -
            - test/ | 
| 153 | 
            -
            - test/ | 
| 154 | 
            -
            - test/ | 
| 155 | 
            -
            - test/ | 
| 156 | 
            -
            - test/ | 
| 157 | 
            -
            - test/ | 
| 148 | 
            +
            - test/dummy/public/favicon.ico
         | 
| 149 | 
            +
            - test/dummy/Rakefile
         | 
| 150 | 
            +
            - test/dummy/README.rdoc
         | 
| 151 | 
            +
            - test/dummy/script/rails
         | 
| 152 | 
            +
            - test/dummy/test_env.sh
         | 
| 153 | 
            +
            - test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
         | 
| 154 | 
            +
            - test/dummy/tmp/cache/assets/CDF/870/sprockets%2Fb878faf942403e313a5b103e5d80488e
         | 
| 155 | 
            +
            - test/dummy/tmp/cache/assets/CE8/7E0/sprockets%2F178e2a1f9aa891d473009c7f3095df28
         | 
| 156 | 
            +
            - test/dummy/tmp/cache/assets/CF9/7C0/sprockets%2F40fc2f3d2a468a00e463f1d313cb1683
         | 
| 157 | 
            +
            - test/dummy/tmp/cache/assets/D04/890/sprockets%2F587335c079eef8d5a63784fc8f99905a
         | 
| 158 | 
            +
            - test/dummy/tmp/cache/assets/D05/D40/sprockets%2F1c9faaf28d05409b88ad3113374d613c
         | 
| 159 | 
            +
            - test/dummy/tmp/cache/assets/D11/D90/sprockets%2Ff688bee5b15ad322749fd06432065df2
         | 
| 160 | 
            +
            - test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
         | 
| 161 | 
            +
            - test/dummy/tmp/cache/assets/D48/6E0/sprockets%2F3d5dd928c45756c99bb1018cdbba7485
         | 
| 162 | 
            +
            - test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
         | 
| 163 | 
            +
            - test/dummy/tmp/cache/assets/D4F/000/sprockets%2F25e44896aac12384727e9dab827ebef9
         | 
| 164 | 
            +
            - test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
         | 
| 165 | 
            +
            - test/dummy/tmp/cache/assets/D66/890/sprockets%2F789354d3ec91e1ba6c8e92878d8f6ff8
         | 
| 166 | 
            +
            - test/dummy/tmp/cache/assets/D84/000/sprockets%2F2ed60caa8412eb8334fe327cab12cb32
         | 
| 167 | 
            +
            - test/dummy/tmp/cache/assets/D8B/F90/sprockets%2Ffe6ce696e9141eb755d8eed79128e17c
         | 
| 168 | 
            +
            - test/dummy/tmp/cache/assets/D98/8B0/sprockets%2Fedbef6e0d0a4742346cf479f2c522eb0
         | 
| 169 | 
            +
            - test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
         | 
| 170 | 
            +
            - test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
         | 
| 171 | 
            +
            - test/fixtures/config/librato.yml
         | 
| 172 | 
            +
            - test/integration/helper_test.rb
         | 
| 158 173 | 
             
            - test/integration/mail_test.rb
         | 
| 159 | 
            -
            - test/integration/sql_test.rb
         | 
| 160 174 | 
             
            - test/integration/request_test.rb
         | 
| 161 | 
            -
            - test/integration/ | 
| 162 | 
            -
            - test/ | 
| 175 | 
            +
            - test/integration/sql_test.rb
         | 
| 176 | 
            +
            - test/metrics-rails_test.rb
         | 
| 163 177 | 
             
            - test/remote/rails_remote_test.rb
         | 
| 178 | 
            +
            - test/support/integration_case.rb
         | 
| 164 179 | 
             
            - test/test_helper.rb
         | 
| 165 | 
            -
            - test/ | 
| 180 | 
            +
            - test/unit/aggregator_test.rb
         | 
| 181 | 
            +
            - test/unit/configuration_test.rb
         | 
| 182 | 
            +
            - test/unit/counter_cache_test.rb
         | 
| 183 | 
            +
            - test/unit/group_test.rb
         | 
| 184 | 
            +
            - test/unit/middleware_test.rb
         | 
| 185 | 
            +
            - test/unit/worker_test.rb
         | 
| 166 186 | 
             
            homepage: https://github.com/librato/librato-rails
         | 
| 167 187 | 
             
            licenses: []
         | 
| 168 | 
            -
             | 
| 169 188 | 
             
            post_install_message: 
         | 
| 170 189 | 
             
            rdoc_options: []
         | 
| 171 | 
            -
             | 
| 172 | 
            -
            require_paths: 
         | 
| 190 | 
            +
            require_paths:
         | 
| 173 191 | 
             
            - lib
         | 
| 174 | 
            -
            required_ruby_version: !ruby/object:Gem::Requirement | 
| 192 | 
            +
            required_ruby_version: !ruby/object:Gem::Requirement
         | 
| 175 193 | 
             
              none: false
         | 
| 176 | 
            -
              requirements: | 
| 177 | 
            -
              - -  | 
| 178 | 
            -
                - !ruby/object:Gem::Version | 
| 179 | 
            -
                   | 
| 180 | 
            -
                  segments: | 
| 194 | 
            +
              requirements:
         | 
| 195 | 
            +
              - - ! '>='
         | 
| 196 | 
            +
                - !ruby/object:Gem::Version
         | 
| 197 | 
            +
                  version: '0'
         | 
| 198 | 
            +
                  segments:
         | 
| 181 199 | 
             
                  - 0
         | 
| 182 | 
            -
                   | 
| 183 | 
            -
            required_rubygems_version: !ruby/object:Gem::Requirement | 
| 200 | 
            +
                  hash: 3183536948491913828
         | 
| 201 | 
            +
            required_rubygems_version: !ruby/object:Gem::Requirement
         | 
| 184 202 | 
             
              none: false
         | 
| 185 | 
            -
              requirements: | 
| 186 | 
            -
              - -  | 
| 187 | 
            -
                - !ruby/object:Gem::Version | 
| 188 | 
            -
                   | 
| 189 | 
            -
                  segments: | 
| 203 | 
            +
              requirements:
         | 
| 204 | 
            +
              - - ! '>='
         | 
| 205 | 
            +
                - !ruby/object:Gem::Version
         | 
| 206 | 
            +
                  version: '0'
         | 
| 207 | 
            +
                  segments:
         | 
| 190 208 | 
             
                  - 0
         | 
| 191 | 
            -
                   | 
| 209 | 
            +
                  hash: 3183536948491913828
         | 
| 192 210 | 
             
            requirements: []
         | 
| 193 | 
            -
             | 
| 194 211 | 
             
            rubyforge_project: 
         | 
| 195 | 
            -
            rubygems_version: 1.8. | 
| 212 | 
            +
            rubygems_version: 1.8.24
         | 
| 196 213 | 
             
            signing_key: 
         | 
| 197 214 | 
             
            specification_version: 3
         | 
| 198 215 | 
             
            summary: Use Librato Metrics with your Rails 3 app
         | 
| 199 | 
            -
            test_files: | 
| 200 | 
            -
            - test/dummy/ | 
| 216 | 
            +
            test_files:
         | 
| 217 | 
            +
            - test/dummy/app/assets/javascripts/application.js
         | 
| 218 | 
            +
            - test/dummy/app/assets/javascripts/home.js
         | 
| 219 | 
            +
            - test/dummy/app/assets/javascripts/status.js
         | 
| 220 | 
            +
            - test/dummy/app/assets/stylesheets/application.css
         | 
| 221 | 
            +
            - test/dummy/app/assets/stylesheets/home.css
         | 
| 222 | 
            +
            - test/dummy/app/assets/stylesheets/status.css
         | 
| 223 | 
            +
            - test/dummy/app/controllers/application_controller.rb
         | 
| 224 | 
            +
            - test/dummy/app/controllers/home_controller.rb
         | 
| 225 | 
            +
            - test/dummy/app/controllers/status_controller.rb
         | 
| 226 | 
            +
            - test/dummy/app/controllers/user_controller.rb
         | 
| 227 | 
            +
            - test/dummy/app/helpers/application_helper.rb
         | 
| 228 | 
            +
            - test/dummy/app/helpers/home_helper.rb
         | 
| 229 | 
            +
            - test/dummy/app/helpers/status_helper.rb
         | 
| 230 | 
            +
            - test/dummy/app/mailers/user_mailer.rb
         | 
| 231 | 
            +
            - test/dummy/app/models/user.rb
         | 
| 232 | 
            +
            - test/dummy/app/views/home/index.html.erb
         | 
| 233 | 
            +
            - test/dummy/app/views/layouts/application.html.erb
         | 
| 234 | 
            +
            - test/dummy/app/views/status/code.html.erb
         | 
| 235 | 
            +
            - test/dummy/app/views/user_mailer/welcome_email.text.erb
         | 
| 236 | 
            +
            - test/dummy/config/application.rb
         | 
| 237 | 
            +
            - test/dummy/config/boot.rb
         | 
| 238 | 
            +
            - test/dummy/config/database.yml
         | 
| 239 | 
            +
            - test/dummy/config/environment.rb
         | 
| 201 240 | 
             
            - test/dummy/config/environments/development.rb
         | 
| 202 241 | 
             
            - test/dummy/config/environments/production.rb
         | 
| 203 242 | 
             
            - test/dummy/config/environments/test.rb
         | 
| 204 | 
            -
            - test/dummy/config/routes.rb
         | 
| 205 | 
            -
            - test/dummy/config/database.yml
         | 
| 206 | 
            -
            - test/dummy/config/unicorn.rb
         | 
| 207 | 
            -
            - test/dummy/config/initializers/inflections.rb
         | 
| 208 | 
            -
            - test/dummy/config/initializers/wrap_parameters.rb
         | 
| 209 243 | 
             
            - test/dummy/config/initializers/backtrace_silencers.rb
         | 
| 210 | 
            -
            - test/dummy/config/initializers/ | 
| 211 | 
            -
            - test/dummy/config/initializers/silence_assets.rb
         | 
| 244 | 
            +
            - test/dummy/config/initializers/inflections.rb
         | 
| 212 245 | 
             
            - test/dummy/config/initializers/mime_types.rb
         | 
| 246 | 
            +
            - test/dummy/config/initializers/secret_token.rb
         | 
| 213 247 | 
             
            - test/dummy/config/initializers/session_store.rb
         | 
| 248 | 
            +
            - test/dummy/config/initializers/silence_assets.rb
         | 
| 249 | 
            +
            - test/dummy/config/initializers/wrap_parameters.rb
         | 
| 214 250 | 
             
            - test/dummy/config/locales/en.yml
         | 
| 215 | 
            -
            - test/dummy/config/ | 
| 216 | 
            -
            - test/dummy/config/ | 
| 217 | 
            -
            - test/dummy/config | 
| 218 | 
            -
            - test/dummy/ | 
| 251 | 
            +
            - test/dummy/config/routes.rb
         | 
| 252 | 
            +
            - test/dummy/config/unicorn.rb
         | 
| 253 | 
            +
            - test/dummy/config.ru
         | 
| 254 | 
            +
            - test/dummy/db/development.sqlite3
         | 
| 219 255 | 
             
            - test/dummy/db/migrate/20120719231810_create_users.rb
         | 
| 220 256 | 
             
            - test/dummy/db/schema.rb
         | 
| 221 | 
            -
            - test/dummy/ | 
| 222 | 
            -
            - test/dummy/ | 
| 223 | 
            -
            - test/dummy/ | 
| 224 | 
            -
            - test/dummy/app/assets/stylesheets/application.css
         | 
| 225 | 
            -
            - test/dummy/app/assets/javascripts/status.js
         | 
| 226 | 
            -
            - test/dummy/app/assets/javascripts/application.js
         | 
| 227 | 
            -
            - test/dummy/app/assets/javascripts/home.js
         | 
| 228 | 
            -
            - test/dummy/app/controllers/home_controller.rb
         | 
| 229 | 
            -
            - test/dummy/app/controllers/status_controller.rb
         | 
| 230 | 
            -
            - test/dummy/app/controllers/user_controller.rb
         | 
| 231 | 
            -
            - test/dummy/app/controllers/application_controller.rb
         | 
| 232 | 
            -
            - test/dummy/app/views/status/code.html.erb
         | 
| 233 | 
            -
            - test/dummy/app/views/layouts/application.html.erb
         | 
| 234 | 
            -
            - test/dummy/app/views/user_mailer/welcome_email.text.erb
         | 
| 235 | 
            -
            - test/dummy/app/views/home/index.html.erb
         | 
| 236 | 
            -
            - test/dummy/app/mailers/user_mailer.rb
         | 
| 237 | 
            -
            - test/dummy/app/helpers/status_helper.rb
         | 
| 238 | 
            -
            - test/dummy/app/helpers/home_helper.rb
         | 
| 239 | 
            -
            - test/dummy/app/helpers/application_helper.rb
         | 
| 240 | 
            -
            - test/dummy/app/models/user.rb
         | 
| 241 | 
            -
            - test/dummy/README.rdoc
         | 
| 242 | 
            -
            - test/dummy/public/422.html
         | 
| 243 | 
            -
            - test/dummy/public/favicon.ico
         | 
| 257 | 
            +
            - test/dummy/db/test.sqlite3
         | 
| 258 | 
            +
            - test/dummy/log/development.log
         | 
| 259 | 
            +
            - test/dummy/log/test.log
         | 
| 244 260 | 
             
            - test/dummy/public/404.html
         | 
| 261 | 
            +
            - test/dummy/public/422.html
         | 
| 245 262 | 
             
            - test/dummy/public/500.html
         | 
| 246 | 
            -
            - test/ | 
| 247 | 
            -
            - test/ | 
| 248 | 
            -
            - test/ | 
| 249 | 
            -
            - test/ | 
| 250 | 
            -
            - test/ | 
| 251 | 
            -
            - test/ | 
| 252 | 
            -
            - test/ | 
| 263 | 
            +
            - test/dummy/public/favicon.ico
         | 
| 264 | 
            +
            - test/dummy/Rakefile
         | 
| 265 | 
            +
            - test/dummy/README.rdoc
         | 
| 266 | 
            +
            - test/dummy/script/rails
         | 
| 267 | 
            +
            - test/dummy/test_env.sh
         | 
| 268 | 
            +
            - test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
         | 
| 269 | 
            +
            - test/dummy/tmp/cache/assets/CDF/870/sprockets%2Fb878faf942403e313a5b103e5d80488e
         | 
| 270 | 
            +
            - test/dummy/tmp/cache/assets/CE8/7E0/sprockets%2F178e2a1f9aa891d473009c7f3095df28
         | 
| 271 | 
            +
            - test/dummy/tmp/cache/assets/CF9/7C0/sprockets%2F40fc2f3d2a468a00e463f1d313cb1683
         | 
| 272 | 
            +
            - test/dummy/tmp/cache/assets/D04/890/sprockets%2F587335c079eef8d5a63784fc8f99905a
         | 
| 273 | 
            +
            - test/dummy/tmp/cache/assets/D05/D40/sprockets%2F1c9faaf28d05409b88ad3113374d613c
         | 
| 274 | 
            +
            - test/dummy/tmp/cache/assets/D11/D90/sprockets%2Ff688bee5b15ad322749fd06432065df2
         | 
| 275 | 
            +
            - test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
         | 
| 276 | 
            +
            - test/dummy/tmp/cache/assets/D48/6E0/sprockets%2F3d5dd928c45756c99bb1018cdbba7485
         | 
| 277 | 
            +
            - test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
         | 
| 278 | 
            +
            - test/dummy/tmp/cache/assets/D4F/000/sprockets%2F25e44896aac12384727e9dab827ebef9
         | 
| 279 | 
            +
            - test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
         | 
| 280 | 
            +
            - test/dummy/tmp/cache/assets/D66/890/sprockets%2F789354d3ec91e1ba6c8e92878d8f6ff8
         | 
| 281 | 
            +
            - test/dummy/tmp/cache/assets/D84/000/sprockets%2F2ed60caa8412eb8334fe327cab12cb32
         | 
| 282 | 
            +
            - test/dummy/tmp/cache/assets/D8B/F90/sprockets%2Ffe6ce696e9141eb755d8eed79128e17c
         | 
| 283 | 
            +
            - test/dummy/tmp/cache/assets/D98/8B0/sprockets%2Fedbef6e0d0a4742346cf479f2c522eb0
         | 
| 284 | 
            +
            - test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
         | 
| 285 | 
            +
            - test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
         | 
| 286 | 
            +
            - test/fixtures/config/librato.yml
         | 
| 287 | 
            +
            - test/integration/helper_test.rb
         | 
| 253 288 | 
             
            - test/integration/mail_test.rb
         | 
| 254 | 
            -
            - test/integration/sql_test.rb
         | 
| 255 289 | 
             
            - test/integration/request_test.rb
         | 
| 256 | 
            -
            - test/integration/ | 
| 257 | 
            -
            - test/ | 
| 290 | 
            +
            - test/integration/sql_test.rb
         | 
| 291 | 
            +
            - test/metrics-rails_test.rb
         | 
| 258 292 | 
             
            - test/remote/rails_remote_test.rb
         | 
| 293 | 
            +
            - test/support/integration_case.rb
         | 
| 259 294 | 
             
            - test/test_helper.rb
         | 
| 260 | 
            -
            - test/ | 
| 295 | 
            +
            - test/unit/aggregator_test.rb
         | 
| 296 | 
            +
            - test/unit/configuration_test.rb
         | 
| 297 | 
            +
            - test/unit/counter_cache_test.rb
         | 
| 298 | 
            +
            - test/unit/group_test.rb
         | 
| 299 | 
            +
            - test/unit/middleware_test.rb
         | 
| 300 | 
            +
            - test/unit/worker_test.rb
         |