grape-starter 1.2.0 → 1.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 33b0c8dc1a0e50cd3c8670b7f8021efeaf815f549d53e15f354804bf8fad6e78
4
- data.tar.gz: d15bf5a32c109d86975f70932d24a4494294ab70f724b67f2c756dfd24f258fd
3
+ metadata.gz: 27194b5d8b6336fb7a52abab9aaa16c67dcf4fcc58838236e0d2b23819c81c04
4
+ data.tar.gz: 21d76fda0a48ec356fc70bc7c6e6d0079fb2aea84cbb79055946c7391ec3c091
5
5
  SHA512:
6
- metadata.gz: 7a86191e9dcf771a23c0e45ed44570d21411680bd9a9da6969c8ea8e1424709468fe436cc1e701cf329bd3c0dbd3a2ee4c98f825809a1c47ddcdebcee9dbd767
7
- data.tar.gz: 8ff943679d6ef2983cb5972b23f76467d5fcbee027cec120cb88a4fccff4372a13b8d16aee920d337b71f030a97b281de6ba4b6d368f26683c40282f1a5e3cb2
6
+ metadata.gz: 8376fae30eb83f003ae3bd1013d8c07c67929434712a3939e0934609f4bd1db9f78823f592bed151e9978c4485b4d77949624e36498cce6314c978f2b06bcfb2
7
+ data.tar.gz: 7ee89fd4f2e4b65fcab27499f843f093b9b46af84a12aa4fb26affb29a49e465cfd2e858f52a4824c785f77611a868f14974f82eaa66747a9dbdeee2b555eb11
@@ -2,6 +2,14 @@
2
2
 
3
3
  - contributions
4
4
 
5
+ ### ### v1.2.1 / 2019-02-24
6
+
7
+ - [!17](https://github.com/LeFnord/grape-starter/pull/17) - fix script/server shebang for ubuntu - [rawongithub](https://github.com/rawongithub)
8
+
9
+ ### ### v1.2.0 / 2019-02-24
10
+
11
+ - Code improvements, now `environment`, `application` and `boot` are used in a more expected way.
12
+
5
13
  ### v1.1.0 / 2019-02-22
6
14
  - Replaces own migration tasks through [standalone-migrations](https://github.com/thuss/standalone-migrations)
7
15
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Starter
4
- VERSION = '1.2.0'
4
+ VERSION = '1.2.1'
5
5
  end
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env bash -l
1
+ #!/usr/bin/env bash
2
2
 
3
3
  set -e
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grape-starter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - LeFnord