grape-starter 1.5.0 → 1.5.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: 65942404f99d8bea76240859799e24a8c45cf6496745f798dc16fead61eed13d
4
- data.tar.gz: 329605b12e4367a471de428cbaaaff6ad02cb9413c55067e39d9215a35442447
3
+ metadata.gz: 1bf6bb14f7920a1c45c3bbd5737167d239f752b31d2977416647ac96f9ef7207
4
+ data.tar.gz: 6d9a2bb32927b585a1f32bae838f79edadb634420492f5c5b149c50754dc4c33
5
5
  SHA512:
6
- metadata.gz: cf7f58b1429be6f644ba211551d278f1f8359119ea75612cd6961edd374db022697b7fc7335d2d8348681dc483a6e603fb8050154d674303cf89d9e1e5c445d7
7
- data.tar.gz: 4a0fba7c41ec9c22d043af268aa981d95c2387e976bf16b6b939e641427b1ac358c666422638f4028047d0e6c515aac5475e1d278490ff065561d74fefefc588
6
+ metadata.gz: 439b3e8c90b6e79c3b61da51b27ff4158e5958271035da0aa8181a0c8664cda39f4140fd32708cc013893932b5e795c42d3e9a8101776594fde0258c0986c610
7
+ data.tar.gz: ec9da624c7c41f6c0af7660650ea53da8b3da609e7354e878e07dbfd80e1dca0aa4a3092a6243ef5786547d1d3f4e10efb49fc9e5e256dc8dbe968a902102436
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  - your contributions
4
4
 
5
+ ### v1.5.1 / 2021-12-28
6
+
7
+ - Fixes ActiveSupport in template. [LeFnord](https://github.com/LeFnord)
8
+
5
9
  ### v1.5.0 / 2021-12-28
6
10
 
7
11
  - Sets minimum ruby version to 2.7 [LeFnord](https://github.com/LeFnord)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Starter
4
- VERSION = '1.5.0'
4
+ VERSION = '1.5.1'
5
5
  end
@@ -6,6 +6,7 @@ AllCops:
6
6
  - Gemfile
7
7
  UseCache: true
8
8
  NewCops: enable
9
+ SuggestExtensions: false
9
10
 
10
11
  Layout/LineLength:
11
12
  Max: 120
@@ -2,6 +2,7 @@
2
2
 
3
3
  require 'rubygems'
4
4
  require 'bundler/setup'
5
+ require 'active_support'
5
6
 
6
7
  Bundler.require :default, ENV['RACK_ENV']
7
8
 
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.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - LeFnord
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  - !ruby/object:Gem::Version
159
159
  version: '0'
160
160
  requirements: []
161
- rubygems_version: 3.2.33
161
+ rubygems_version: 3.3.3
162
162
  signing_key:
163
163
  specification_version: 4
164
164
  summary: Creates a Grape Rack skeleton