newrelic_ping 0.3.0 → 0.3.1

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: c0d6d7bf0c4752f2f5ff424609e605a992b5700c
4
- data.tar.gz: c9138224fd4f35f6368ec3ae0e3f4470739b8c13
3
+ metadata.gz: 7654c06eeed3be25f9655c498a29de33445fa02b
4
+ data.tar.gz: 1a55ad5a2f41dcf8f570aac77e03cc2688c9ad47
5
5
  SHA512:
6
- metadata.gz: 7abf0d55b8e6ba433fa9ca7330cd33ef58ee5bbc1b6a5142098e760fb796a057797eec639f40f1be82a48e87173db3badb3b82b5a3c71aa1e9ec5c58496ff203
7
- data.tar.gz: 1c4340ea11bd6666b57ea7cff027d855bac77073844ad6345448b9c18d1c91344e128053a34b56e43788a59c4b2cfa065e15ee509bc474c4357d578c1c80d8f6
6
+ metadata.gz: 7bfee5885191a08a7bda3324df8289167260f82f0e62db49d22083bf4fdd1f908a80df76078d648caf4ecadd001055a3e0a6b902d67c37da90d7a31c357610f1
7
+ data.tar.gz: e87bc221fa46091d0c9085d2349d5b013c91a4080e7deb65a8ef10482db82311a64d6779a296e64954e8353a54a82ad9e8dc4ee25fb963a057fc86534dbd559c
@@ -1,3 +1,3 @@
1
1
  module NewRelicPing
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
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.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Hooijer
@@ -18,8 +18,8 @@ extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
20
  - ".gitignore"
21
- - app/controllers/status/application_controller.rb
22
- - app/views/status/application/index.html.erb
21
+ - app/controllers/newrelic_ping/application_controller.rb
22
+ - app/views/newrelic_ping/application/index.html.erb
23
23
  - config/routes.rb
24
24
  - lib/newrelic_ping.rb
25
25
  - lib/newrelic_ping/engine.rb