static-rails 0.2.0 → 0.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: 8633797890f1b85a04483b7b3c3927d838c2b92e26284a74981a76d89cb7b2a2
4
- data.tar.gz: c738b9e9cff83c79b6f5deaf44cda66e951bc1aeaa8c2bd6e95d240b14f4c4c0
3
+ metadata.gz: bc66075d1db7b7ddd8b43a7019f7f622e845f09bcbdf530e68e49af4d21ab284
4
+ data.tar.gz: 310de52e9bded296cef4411ddf655599611ddba3c2aa87ae6bbbce15097b781f
5
5
  SHA512:
6
- metadata.gz: 371675f3265c33c8662819fbe3ee6f198dab1c1fe170703fece75ecfd36906769e31def30e20e7d35ab7c206d24f22a25290175a5344ef798d5e3e4327b0bac0
7
- data.tar.gz: cdcde5698a32cf31775620842ccea02c0685c2658a53298ed19e270778c20e9e51a608643594d961da15c9e054bae591e37ab554df98639626dab880a232c6da
6
+ metadata.gz: c9cbb692fd66da245a402dc868ef5451c26fb343b1b2e9f81804cda297c500f63614101e70746b47045379668ca358a6a4049759d43e9c9a6e75993489b60f0e
7
+ data.tar.gz: 96bc9082e246ff77bc12feeb0d4b26078d04fcc09f64aa673cf7c45f18a5d4541693b817926f687af630089e06ab7ee2cf78a6f0e0cd264b5fddf37cbe7cd495
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.2.1
2
+
3
+ * Add deprecation notice to gemspec summary and description
4
+
1
5
  ## 0.2.0
2
6
 
3
7
  * Deprecate static-rails
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- static-rails (0.2.0)
4
+ static-rails (0.2.1)
5
5
  rack-proxy (~> 0.6)
6
6
  railties (>= 5.0.0)
7
7
 
@@ -1,3 +1,3 @@
1
1
  module StaticRails
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
data/static-rails.gemspec CHANGED
@@ -6,7 +6,12 @@ Gem::Specification.new do |spec|
6
6
  spec.authors = ["Justin Searls"]
7
7
  spec.email = ["searls@gmail.com"]
8
8
 
9
- spec.summary = "Build & serve static sites (e.g. Jekyll, Hugo) from your Rails app"
9
+ spec.summary = "DEPRECATED: Build & serve static sites (e.g. Jekyll, Hugo) from your Rails app"
10
+ spec.description = <<~DESCRIPTION
11
+ DEPRECATED: static-rails is deprecated and unmaintained. We have no plans to hand off the package or resurrect it, but you are of course welcome to fork it.
12
+
13
+ Build & serve static sites (e.g. Jekyll, Hugo) from your Rails app.
14
+ DESCRIPTION
10
15
  spec.homepage = "https://github.com/testdouble/static-rails"
11
16
  spec.license = "MIT"
12
17
  spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: static-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls
@@ -37,6 +37,10 @@ dependencies:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
39
  version: '0.6'
40
+ description: |
41
+ DEPRECATED: static-rails is deprecated and unmaintained. We have no plans to hand off the package or resurrect it, but you are of course welcome to fork it.
42
+
43
+ Build & serve static sites (e.g. Jekyll, Hugo) from your Rails app.
40
44
  email:
41
45
  - searls@gmail.com
42
46
  executables: []
@@ -103,5 +107,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
107
  requirements: []
104
108
  rubygems_version: 4.0.21
105
109
  specification_version: 4
106
- summary: Build & serve static sites (e.g. Jekyll, Hugo) from your Rails app
110
+ summary: 'DEPRECATED: Build & serve static sites (e.g. Jekyll, Hugo) from your Rails
111
+ app'
107
112
  test_files: []