thor_template 2.0.0 → 2.0.1

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
2
  SHA1:
3
- metadata.gz: ab6ae7155ca474bcc468b645793b3f0ce331032d
4
- data.tar.gz: 3f9260280b4788cd605e8f205d45507cca97e57f
3
+ metadata.gz: a3a90702e97814da4a0bf247f80d48f6ebc03e04
4
+ data.tar.gz: 7865ec7d16a21dabda72c03f5e0a632e650fac6f
5
5
  SHA512:
6
- metadata.gz: c1b93e6a5b2faf163e5e7030659f9474a64f71ab40343660680e36d2677974d50933d0392989e0ee3d80df7f0340e982f28ea6d2bf291db314df2e5eeb434d8e
7
- data.tar.gz: 0d4f7e668e79df3d3d806889fa13a8cead2211800bbb5c7dc27cc6e1f841aae79d996cf1b68dad57cb4e96039a21ddd74dee74f399a26357f6843f1d63ad92a4
6
+ metadata.gz: 0b3561eb3b6d1a0213c56d560192e79ad9df2d44cc493c4f567faab74a3f0bbbed3ff7a1ffc246a2f88fb7c0634eb9d0eae94f5f3dd7efbd3d0533a178713d91
7
+ data.tar.gz: 256c250654382f05a20fbcf5921e0be1560fe7bfeabfbdf42a8384dd846733c3d71be37a3333a271ed843278556597c0e1a0e138f379382063b39ddbbe88639f
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.0.1]
7
+
8
+ - fix gem name that gets build for the starter project
9
+
6
10
  ## [2.0.0]
7
11
 
8
12
  - Fix project names that are named with dashes and camel case.
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require "thor_template/version"
5
5
 
6
6
  Gem::Specification.new do |spec|
7
- spec.name = "thor_template"
7
+ spec.name = "USER_PROVIDED_NAME"
8
8
  spec.version = ThorTemplate::VERSION
9
9
  spec.authors = ["Tung Nguyen"]
10
10
  spec.email = ["tongueroo@gmail.com"]
@@ -1,3 +1,3 @@
1
1
  module ThorTemplate
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thor_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen