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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 1761a5aa4a73d962066765feeb7949f606440d04
4
- data.tar.gz: c001211c5758678b4a382b4381358d87fac1a127
2
+ SHA256:
3
+ metadata.gz: beb6675124101ee3b1963142ccdfc3282efa0e0cfc800c735d924f5a4e9596ba
4
+ data.tar.gz: 50162e0bcf30aa26256528e92a9c40084b79439dd4fc37f8ea5e0a9975d37fc0
5
5
  SHA512:
6
- metadata.gz: 64b2a7d826cea332c687535c79d7739a5f2456594f7608fe5b91e6c989d55435e881ce7ca8f86a87bc0784e75d965734d6c3fcfd53a5676a601cf48117acb574
7
- data.tar.gz: f74a3bc2cafeae3d4317233c699657852c1be5002c9ce1857c2fc57a809577ada22feb2f0b880d1108ad19ab02324623ae8004ae1eeaf8b5d09048995bb59124
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 "thor_template"
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 thor_template
26
+ $ gem install USER_PROVIDED_NAME
29
27
  ```
30
28
  ## Usage
31
29
 
32
30
  ```sh
33
- exe/thor_template hello yourname
31
+ USER_PROVIDED_NAME hello yourname
34
32
  ```
35
33
 
36
34
  ## Contributing
@@ -1,3 +1,3 @@
1
1
  module ThorTemplate
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module ThorTemplate
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.1"
3
3
  end
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.0
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: 2017-12-05 00:00:00.000000000 Z
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.6.13
232
+ rubygems_version: 2.7.3
233
233
  signing_key:
234
234
  specification_version: 4
235
235
  summary: Generates starter cli tool project.