gemsmith 5.1.0 → 5.2.0
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/gemsmith/identity.rb +1 -1
- data/lib/gemsmith/skeletons/default_skeleton.rb +1 -1
- data/lib/gemsmith/skeletons/rspec_skeleton.rb +0 -1
- data/lib/gemsmith/templates/%gem_name%/%gem_name%.gemspec.tt +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b9362b831f576eeda7beeec62b265099931e58a
|
|
4
|
+
data.tar.gz: bb61c0e3cf0a04a410cd9a28c8c24a10b70328aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63d1b36d1beb184c5ac8ceee8c7334ee145d3efc7e676401711029915caecb9d7a9a01d884c57815502edc1889f7739299fb66afcd58da1239e9314aa74d8ab0
|
|
7
|
+
data.tar.gz: 29d706b50cf572466addec3ba0cba13d5152908fb72d392efdd53db78d9014e3313a3429a59bee901adcc3348f0314ccf42f09f30766aae7b4303b9495e218a2
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/gemsmith/identity.rb
CHANGED
|
@@ -6,7 +6,7 @@ module Gemsmith
|
|
|
6
6
|
template "%gem_name%/Rakefile.tt", template_options
|
|
7
7
|
template "%gem_name%/%gem_name%.gemspec.tt", template_options
|
|
8
8
|
template "#{lib_root}/%gem_name%.rb.tt", template_options
|
|
9
|
-
template "#{lib_root}/%gem_name%/
|
|
9
|
+
template "#{lib_root}/%gem_name%/identity.rb.tt", template_options
|
|
10
10
|
end
|
|
11
11
|
|
|
12
12
|
def create_ruby_files
|
|
@@ -5,7 +5,6 @@ module Gemsmith
|
|
|
5
5
|
template "#{rspec_root}/spec_helper.rb.tt", template_options
|
|
6
6
|
template "#{rspec_root}/%gem_name%_spec.rb.tt", template_options
|
|
7
7
|
template "#{rspec_root}/support/kit/default_config.rb.tt", template_options
|
|
8
|
-
template "#{rspec_root}/support/kit/garbage_collection.rb.tt", template_options
|
|
9
8
|
template "#{rspec_root}/support/kit/stderr.rb.tt", template_options
|
|
10
9
|
template "#{rspec_root}/support/kit/stdout.rb.tt", template_options
|
|
11
10
|
template "#{rspec_root}/support/kit/temp_dir.rb.tt", template_options
|
|
@@ -2,7 +2,7 @@ $LOAD_PATH.push File.expand_path("../lib", __FILE__)
|
|
|
2
2
|
require "<%=config[:gem_name]%>/identity"
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |spec|
|
|
5
|
-
spec.name = <%= config[:
|
|
5
|
+
spec.name = <%= config[:gem_class] %>::Identity.name
|
|
6
6
|
spec.version = <%= config[:gem_class] %>::Identity.version
|
|
7
7
|
spec.platform = <%= config[:gem_platform] %>
|
|
8
8
|
spec.authors = ["<%= config[:author_name] %>"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gemsmith
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
aSif+qBc6oHD7EQWPF5cZkzkIURuwNwPBngZGxIKaMAgRhjGFXzUMAaq++r59cS9
|
|
31
31
|
xTfQ4k6fglKEgpnLAXiKdo2c8Ym+X4rIKFfedQ==
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date: 2015-07-
|
|
33
|
+
date: 2015-07-20 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: thor
|
metadata.gz.sig
CHANGED
|
Binary file
|