bake-modernize 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7908815384fd00dbf912c6239b8331e4d1519dddf36fa19ae12781f894322c17
4
- data.tar.gz: 8e6e1afb50453e0ac3e47eb343f7de4c419a4892c8f680772423f4198304f2d2
3
+ metadata.gz: a43c383bb9baa39b723d9e32328b95221dc92d9dd71addf4aa535e4f07bd8059
4
+ data.tar.gz: 15488c3b2641443ab69909e139faa43d8cba0c6b4f71653d0cf6775faf8f1c1d
5
5
  SHA512:
6
- metadata.gz: ba10af7f2227f597c5211a261e5febd461134ad5ed8a037f6797423a7c0cb7009a576fb8297e6550e33e791fea7406a71bcef9560e1bb07c644ceca1058ba81d
7
- data.tar.gz: '0483445a80fa99ff6431a84cd3c94a8f12f5a2328d371150780ba0b4644e4b6cba1bb5b03cb20a790b9671130deb27d2c4ff2514fc82e3101f7208da62313f2b'
6
+ metadata.gz: 3588ead1b3bbf41dd6f2760e6cc5e1be7758afabab578ca26b73802a73b115b05699a8e9d1ca68ef3cca58bc3b8ab67f83222764260d28a7dc3a7f074697c08d
7
+ data.tar.gz: 7dd515852d76b609a5c47171b7071b7073046b24982c3ecad478bfd07d78170877a6fd638707eabac444e171fa2d6c1765767d8cda8512d1f7fbf68e9cab845c
@@ -20,6 +20,6 @@
20
20
 
21
21
  module Bake
22
22
  module Modernize
23
- VERSION = "0.1.3"
23
+ VERSION = "0.1.4"
24
24
  end
25
25
  end
@@ -0,0 +1,47 @@
1
+ # #{title}
2
+
3
+ #{description}
4
+
5
+ [![Development](https://github.com/#{account}/#{project}/workflows/Development/badge.svg)](https://github.com/#{account}/#{project}/actions?workflow=Development)
6
+
7
+ ## Motivation
8
+
9
+ #{motivation}
10
+
11
+ ## Usage
12
+
13
+ Please see the [project documentation](https://#{account}.github.io/#{project}/) or run it locally using `bake utopia:project:serve`.
14
+
15
+ ## Contributing
16
+
17
+ We welcome contributions to this project.
18
+
19
+ 1. Fork it
20
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
21
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
22
+ 4. Push to the branch (`git push origin my-new-feature`)
23
+ 5. Create new Pull Request
24
+
25
+ ## License
26
+
27
+ Released under the MIT license.
28
+
29
+ Copyright, 2020, by [Samuel G. D. Williams](http://www.codeotaku.com).
30
+
31
+ Permission is hereby granted, free of charge, to any person obtaining a copy
32
+ of this software and associated documentation files (the "Software"), to deal
33
+ in the Software without restriction, including without limitation the rights
34
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
35
+ copies of the Software, and to permit persons to whom the Software is
36
+ furnished to do so, subject to the following conditions:
37
+
38
+ The above copyright notice and this permission notice shall be included in
39
+ all copies or substantial portions of the Software.
40
+
41
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
43
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
44
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
45
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
46
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
47
+ THE SOFTWARE.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bake-modernize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-25 00:00:00.000000000 Z
11
+ date: 2020-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: async-http
@@ -78,6 +78,7 @@ files:
78
78
  - bake/modernize/gemspec.rb
79
79
  - lib/bake/modernize.rb
80
80
  - lib/bake/modernize/version.rb
81
+ - template/readme/README.md
81
82
  homepage: https://github.com/ioquatix/bake-modernize
82
83
  licenses:
83
84
  - MIT