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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/static-rails/version.rb +1 -1
- data/static-rails.gemspec +6 -1
- metadata +7 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc66075d1db7b7ddd8b43a7019f7f622e845f09bcbdf530e68e49af4d21ab284
|
|
4
|
+
data.tar.gz: 310de52e9bded296cef4411ddf655599611ddba3c2aa87ae6bbbce15097b781f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9cbb692fd66da245a402dc868ef5451c26fb343b1b2e9f81804cda297c500f63614101e70746b47045379668ca358a6a4049759d43e9c9a6e75993489b60f0e
|
|
7
|
+
data.tar.gz: 96bc9082e246ff77bc12feeb0d4b26078d04fcc09f64aa673cf7c45f18a5d4541693b817926f687af630089e06ab7ee2cf78a6f0e0cd264b5fddf37cbe7cd495
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/lib/static-rails/version.rb
CHANGED
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.
|
|
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
|
|
110
|
+
summary: 'DEPRECATED: Build & serve static sites (e.g. Jekyll, Hugo) from your Rails
|
|
111
|
+
app'
|
|
107
112
|
test_files: []
|