newrelic_ping 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7654c06eeed3be25f9655c498a29de33445fa02b
4
- data.tar.gz: 1a55ad5a2f41dcf8f570aac77e03cc2688c9ad47
3
+ metadata.gz: 1bdedf31d7d976ddfc20c6e7432cfa8e679c2a9f
4
+ data.tar.gz: e4f4706ef9c771a365c070fe3896e47591c35ec4
5
5
  SHA512:
6
- metadata.gz: 7bfee5885191a08a7bda3324df8289167260f82f0e62db49d22083bf4fdd1f908a80df76078d648caf4ecadd001055a3e0a6b902d67c37da90d7a31c357610f1
7
- data.tar.gz: e87bc221fa46091d0c9085d2349d5b013c91a4080e7deb65a8ef10482db82311a64d6779a296e64954e8353a54a82ad9e8dc4ee25fb963a057fc86534dbd559c
6
+ metadata.gz: 76e4900c60ca718e6a328108c9e4eb92dff30a8a32f0b424026c9a5b72e17d30b974b48f1550565640bcabe93c584c1adef6195c117f320249c890b4e8dce19e
7
+ data.tar.gz: bd460d3f6527c678868e4a7a78980e00b627363044a3bf57be0354fe396d6076ab3cce02356a8bb5a1855f8b806c5976913948e1168b28d77f52bd407c06d795
@@ -1,3 +1,3 @@
1
1
  module NewRelicPing
2
- VERSION = '0.3.1'
2
+ VERSION = '0.3.2'
3
3
  end
@@ -1,4 +1,4 @@
1
- require "newrelic_ping/engine"
1
+ require "new_relic_ping/engine"
2
2
 
3
3
  module NewRelicPing
4
4
  end
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'newrelic_ping/version'
4
+ require 'new_relic_ping/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'newrelic_ping'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: newrelic_ping
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Hooijer
@@ -18,12 +18,12 @@ extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
20
  - ".gitignore"
21
- - app/controllers/newrelic_ping/application_controller.rb
22
- - app/views/newrelic_ping/application/index.html.erb
21
+ - app/controllers/new_relic_ping/application_controller.rb
22
+ - app/views/new_relic_ping/application/index.html.erb
23
23
  - config/routes.rb
24
+ - lib/new_relic_ping/engine.rb
25
+ - lib/new_relic_ping/version.rb
24
26
  - lib/newrelic_ping.rb
25
- - lib/newrelic_ping/engine.rb
26
- - lib/newrelic_ping/version.rb
27
27
  - newrelic_ping.gemspec
28
28
  homepage: https://github.com/leonhooijer/status
29
29
  licenses: