thor_template 2.1.0 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +4 -0
- data/lib/starter_project/README.md +3 -5
- data/lib/starter_project/lib/thor_template/version.rb +1 -1
- data/lib/thor_template/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: beb6675124101ee3b1963142ccdfc3282efa0e0cfc800c735d924f5a4e9596ba
|
4
|
+
data.tar.gz: 50162e0bcf30aa26256528e92a9c40084b79439dd4fc37f8ea5e0a9975d37fc0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36cbe9617f4ee5c85df9c454f952205cd6fea42d698691965d0f0aa06db25e33a291c428e59a59e422d7ad6eebb4cc259b304c7e03f16af8fef9348e4a44e84b
|
7
|
+
data.tar.gz: 438dc6c3a7b97d939366c1bafafca4e65fda7aeaadcddec9aa8234b40787d63d4b9f4e1ac3b118f5d18f41a1a7144c974ca00c7897d2fc29057e4b003e5c13fa
|
data/CHANGELOG.md
CHANGED
@@ -3,6 +3,10 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
|
5
5
|
|
6
|
+
## [2.1.1]
|
7
|
+
|
8
|
+
- starter project use version 0.1.0
|
9
|
+
|
6
10
|
## [2.1.0]
|
7
11
|
|
8
12
|
- improve help class
|
@@ -4,8 +4,6 @@
|
|
4
4
|
[![Code Climate](https://codeclimate.com/)](https://codeclimate.com/)
|
5
5
|
[![Code Climate](https://codeclimate.com/)](https://codeclimate.com/)
|
6
6
|
|
7
|
-
To these the thor_template, run these commands:
|
8
|
-
|
9
7
|
TODO: Write a gem description
|
10
8
|
|
11
9
|
## Installation
|
@@ -13,7 +11,7 @@ TODO: Write a gem description
|
|
13
11
|
Add this line to your application's Gemfile:
|
14
12
|
|
15
13
|
```sh
|
16
|
-
gem "
|
14
|
+
gem "USER_PROVIDED_NAME"
|
17
15
|
```
|
18
16
|
|
19
17
|
And then execute:
|
@@ -25,12 +23,12 @@ $ bundle
|
|
25
23
|
Or install it yourself as:
|
26
24
|
|
27
25
|
```sh
|
28
|
-
$ gem install
|
26
|
+
$ gem install USER_PROVIDED_NAME
|
29
27
|
```
|
30
28
|
## Usage
|
31
29
|
|
32
30
|
```sh
|
33
|
-
|
31
|
+
USER_PROVIDED_NAME hello yourname
|
34
32
|
```
|
35
33
|
|
36
34
|
## Contributing
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thor_template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tung Nguyen
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -229,7 +229,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
229
229
|
version: '0'
|
230
230
|
requirements: []
|
231
231
|
rubyforge_project:
|
232
|
-
rubygems_version: 2.
|
232
|
+
rubygems_version: 2.7.3
|
233
233
|
signing_key:
|
234
234
|
specification_version: 4
|
235
235
|
summary: Generates starter cli tool project.
|