Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.

Commit 78d4cc6

Browse files
authored
Merge pull request #172 from TheGnarCo/aj-deprecate
Deprecate Gnarails
2 parents aee6b97 + f5f63dd commit 78d4cc6

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This Gem has been Deprecated
2+
3+
If you are looking to build rails apps with Gnarly Opinions, check out the `init` command of [`gnar-cli`](https://www.github.com/theGnarCo/gnar-cli).
4+
15
# Gnarails
26

37
Create a gnarly rails app, ready to go with all the base functionality you can

gnarails.gemspec

+10
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,14 @@ Gem::Specification.new do |spec|
3131
spec.add_development_dependency "rake", "~> 13.0"
3232
spec.add_development_dependency "rspec", "~> 3.0"
3333
spec.metadata["rubygems_mfa_required"] = "true"
34+
spec.post_install_message = %(
35+
==============================
36+
THIS GEM HAS BEEN DEPRECATED!
37+
==============================
38+
If you are looking to initialize
39+
Rails apps with Gnarly Opinions,
40+
check out Gnar-CLI:
41+
42+
https://www.github.com/theGnarCo/gnar-cli
43+
)
3444
end

lib/gnarails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Gnarails
4-
VERSION = "3.0.0"
4+
VERSION = "3.0.1"
55
end

0 commit comments

Comments
 (0)