spigoter 0.4.0 → 0.4.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: 819e6f285d90936301c7b51a6d06ebb64f9e890b
4
- data.tar.gz: 61c3f63202d9c6a2947f9adc87e73037e5e3c790
3
+ metadata.gz: 79747edbd2518cf8206729e3f1221eae117e3344
4
+ data.tar.gz: 3b4f36ce4c493d8e030da9aedb875b1ce0572a91
5
5
  SHA512:
6
- metadata.gz: b5a4c0e9a2b5f104610bd8fff16b65cfb199d125f90417a208b8f74db10ed30fa881cccafc1898bc8fa94c23084e2e65585038c8b1c72d5b103fdd366697b842
7
- data.tar.gz: 15cdc47ceb1e8a341b9e4ef5ea81fe157a7bb3b550f314fc424907d6dec590aa987c0721e3d0e9ea3319576935499a279a2ba2d0719474c1632fcf817d1d989b
6
+ metadata.gz: 24ebd04806a392d645ae7f10756046f8cb3ca4a18a43422a168ebfeaec9b46484db62bb2c2b9416d276263f3c349c5bdcb377b6612bedd3003ad5868df3c8638
7
+ data.tar.gz: 43719e4f984dae43f0cb7ef4c5a53b27a0870f399e14a65b17699fc9d86258123fe9aa8b6aeef2a53f5491f13294bd27090dc3573d0812c53ef525ba3599c36a
data/exe/spigoter CHANGED
@@ -7,6 +7,7 @@ options = {}
7
7
 
8
8
  subtext = <<HELP
9
9
  COMMAND are:
10
+ init creates the spigoter.yml and plugins.yml files
10
11
  start [options] starts the server
11
12
  update [options] updates plugin
12
13
  compile [options] compiles spigot and replaces as the current version
@@ -27,7 +28,7 @@ end
27
28
  subcommands = {
28
29
  'init' => OptionParser.new do |opts|
29
30
  opts.banner = "Usage: #{File.basename $PROGRAM_NAME} init"
30
- opts.separator "\nCreates a new spigoter.yml for you"
31
+ opts.separator "\nCreates a new spigoter.yml and plugins.yml for you"
31
32
  end,
32
33
  'start' => OptionParser.new do |opts|
33
34
  opts.banner = "Usage: #{File.basename $PROGRAM_NAME} start"
@@ -1,3 +1,3 @@
1
1
  module Spigoter
2
- VERSION = '0.4.0'.freeze
2
+ VERSION = '0.4.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spigoter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Ramos