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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 22ad4aec347a42f10830a054fcb8041a8bc87a8a
4
- data.tar.gz: 4ceba7117165aef6d8f34bcd72e194361dd144a9
2
+ SHA256:
3
+ metadata.gz: f60d927d351c3d3d77f485ac6868736a7e1d067c5883809f9762976869ac84c8
4
+ data.tar.gz: 74f65648b7943d572f3b72eb4f1651741f8bacaaa3e63df49084a8b1775f9e8d
5
5
  SHA512:
6
- metadata.gz: faf505ca278d1980efacac781c4703bf47e1857288cdbe743d0ad95fd21cd0395807279317e1494b143360ac171902af25491c87f6dac9da34fa3f9c39b301a8
7
- data.tar.gz: 965c9e62c788f9ca5c7132f9f0f0a9a6c8ce9021882972bec400358e318facf28f8addf742db9e2c18c4582546282e4f1094d13594d274c9743b31017dbe5281
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.
@@ -1,3 +1,3 @@
1
1
  module SemiStatic
2
- VERSION = "0.7.2"
2
+ VERSION = "0.7.3"
3
3
  end
data/semi_static.gemspec CHANGED
@@ -5,6 +5,7 @@ require "semi_static/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "semi_static"
7
7
  s.version = SemiStatic::VERSION
8
+ s.licenses = ["MIT"]
8
9
  s.authors = ["Paul McMahon"]
9
10
  s.email = ["paul@mobalean.com"]
10
11
  s.homepage = "http://www.mobalean.com"
@@ -1,4 +1,5 @@
1
1
  require File.expand_path(File.dirname(__FILE__) + "/../spec_helper")
2
+ ENV['RAILS_ENV'] ||= 'test'
2
3
  require File.expand_path(File.dirname(__FILE__) + "/fake/app")
3
4
  require 'capybara/rspec'
4
5
 
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.2
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: 2017-07-27 00:00:00.000000000 Z
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
- rubyforge_project: semi_static
171
- rubygems_version: 2.5.2
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: