susana 0.0.4 → 0.0.5

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/susana.rb +4 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3d6d3ab75c395a9b7d2e001b9905715fa774596e
4
- data.tar.gz: ed625c28876aabc03cf46c85657d8eb9b1d92710
3
+ metadata.gz: 880668952666ff483afa2924acce07f11d805d52
4
+ data.tar.gz: ba34d30c36f4850286a40395b9c0b237e4a2abbd
5
5
  SHA512:
6
- metadata.gz: c0be28c2feabde0e3532268a00517e31000c7affd2e0f03d1577a17fcb24054fc81e17f33c199933cccdffc98fa7efcc9a8d0c942e58f2174143142e47907f7b
7
- data.tar.gz: d52192edc08c19acc5b9d79c2c9a078291b36d5b635acf711a45bcf3cfdd43a827523b447fa3ce6778f2f6bb983838697c81d899d39eb890b4cddf8404eba3b1
6
+ metadata.gz: 4e8e1c4c679f053b350e74d965c179742d8196102746221297fc32930fc66010fef3f813cc6be2e2da538cb417637e2269578631a1e2e2c2bf5cc86ff457fed4
7
+ data.tar.gz: 4809f413ea73fb22174319e0c18c86dd3740d6627b118a139acf75d0780cc3cc8751a75ff4aeb9f824359b8f0edbaecd12f33e3a9c61c5cd5f5010e4a3fb222f
data/lib/susana.rb CHANGED
@@ -37,5 +37,8 @@ file = File.read("config.ru").gsub(key, secret)
37
37
  File.open("config.ru", 'w'){|f| f.write(file)}
38
38
 
39
39
  puts "\nApp #{name} created, please review your settings in the config directory\n\n"
40
- puts "To start the application, go to the #{name} directory and run 'puma'\n"
40
+ puts "To start the application:\n\n"
41
+ puts "cd #{name}"
42
+ puts "bundle install"
43
+ puts "puma\n\n"
41
44
  puts "Go to https://github.com/fugroup/susana for documentation\n\n"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: susana
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fugroup Limited