rails-server-monitor 0.1.6 → 0.1.7

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
  SHA256:
3
- metadata.gz: cdc9d411e0e34aa75f88a1aaf94cac5420ea3ef24a132411dd18ec8a07e45d4c
4
- data.tar.gz: 035ea3f7bbc708270853587163c4119ea736341ae1bd268e1d3782c2ad418f1c
3
+ metadata.gz: a4c02a410440fe656a5775b8fcbf634cde598ccfbdc931ea6df0c100fd52b566
4
+ data.tar.gz: d9f857b9f0cfa8da45543c2f9b5a7fdb8aa39388bb31a6020dfe66c9c90984e6
5
5
  SHA512:
6
- metadata.gz: 272d35c8e815664ef6e9d4399fe5ad501bdb38e497423ea39c82e89a0bac9eb22e06b120ea619012d6e635425c01d28a79ad130c57b583bc5cdd46553f84bf2d
7
- data.tar.gz: bfb2e7a317c1e2b1f5687e560d60e08c2ba9793e74476355f0c172d3f2235c6b31e2459d1fc6d5b5c780d80c9196204f7aaf24fc6543fc4514e12deef3152ccd
6
+ metadata.gz: 68a29e610bb3bb98ba4381c930301fd39c74e9195eeaf173d8803f58dec0152f9076a2897f88f917119602ef6ee0567f53ae53aace1edf0b2cc905c15e14e62f
7
+ data.tar.gz: b17b84868d09d28008763b049601124eac946b34d42d3b3f20aa73e2e38bf0a3bb3f7f983c01db6a8ca19645ef12494c898250f8f7cec5c5c9d06c561b9db46e
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsServerMonitor
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
5
5
  end
@@ -1,14 +1,14 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  namespace :rails_server_monitor do
4
- desc "Install deps with yarn"
4
+ desc "Install rails-server-monitor deps with yarn"
5
5
  task :yarn_install do
6
6
  Dir.chdir(File.join(__dir__, "..", "..")) do
7
7
  system "yarn install --no-progress --production"
8
8
  end
9
9
  end
10
10
 
11
- desc "Compile JavaScript packs using webpack for production with digests"
11
+ desc "Compile rails-server-monitor JavaScript packs using webpack for production with digests"
12
12
  task compile: [:yarn_install, :environment] do
13
13
  Webpacker.with_node_env("production") do
14
14
  if RailsServerMonitor.webpacker.commands.compile
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-server-monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Personal Social Media