thor_template 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/starter_project/thor_template.gemspec +1 -1
- data/lib/thor_template/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3a90702e97814da4a0bf247f80d48f6ebc03e04
|
4
|
+
data.tar.gz: 7865ec7d16a21dabda72c03f5e0a632e650fac6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 = "
|
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"]
|