semi_static 0.7.2 → 0.7.3
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 +5 -5
- data/LICENSE +21 -0
- data/lib/semi_static/version.rb +1 -1
- data/semi_static.gemspec +1 -0
- data/spec/features/acceptance_helper.rb +1 -0
- metadata +9 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: f60d927d351c3d3d77f485ac6868736a7e1d067c5883809f9762976869ac84c8
|
4
|
+
data.tar.gz: 74f65648b7943d572f3b72eb4f1651741f8bacaaa3e63df49084a8b1775f9e8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc4ac37f779c387a409d5e0c93f5d37dfb2ae6f98cb46cc088b247737901121ab9b486c8e342e7dea13aa693e5ce70f12827b1b8c26cbd3e2140f8440ce56e43
|
7
|
+
data.tar.gz: d1c635c728084e2f6d3cbd0558f0b473653a32662244a43d2a987df7cf22dde76b8a555e18d480b0578536670a456aa82b4492d97bdd1dcf546ce4450b91642f
|
data/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
Copyright (c) 2021 Doorkeeper Inc
|
2
|
+
|
3
|
+
MIT License
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/lib/semi_static/version.rb
CHANGED
data/semi_static.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: semi_static
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul McMahon
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -104,6 +104,7 @@ files:
|
|
104
104
|
- ".gitignore"
|
105
105
|
- CHANGELOG.md
|
106
106
|
- Gemfile
|
107
|
+
- LICENSE
|
107
108
|
- README.md
|
108
109
|
- Rakefile
|
109
110
|
- app/controllers/semi_static/news_controller.rb
|
@@ -150,9 +151,10 @@ files:
|
|
150
151
|
- spec/semi_static_pages/news/2011-07-26-replaced-download.md
|
151
152
|
- spec/spec_helper.rb
|
152
153
|
homepage: http://www.mobalean.com
|
153
|
-
licenses:
|
154
|
+
licenses:
|
155
|
+
- MIT
|
154
156
|
metadata: {}
|
155
|
-
post_install_message:
|
157
|
+
post_install_message:
|
156
158
|
rdoc_options: []
|
157
159
|
require_paths:
|
158
160
|
- lib
|
@@ -167,9 +169,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
167
169
|
- !ruby/object:Gem::Version
|
168
170
|
version: '0'
|
169
171
|
requirements: []
|
170
|
-
|
171
|
-
|
172
|
-
signing_key:
|
172
|
+
rubygems_version: 3.2.15
|
173
|
+
signing_key:
|
173
174
|
specification_version: 4
|
174
175
|
summary: Text file based CMS for Rails
|
175
176
|
test_files:
|