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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1e8b2bf427994da9fe641a5244a7447b0b9b32f2
4
- data.tar.gz: b9ff8aac39618f74c59af745038a245c31dc7823
3
+ metadata.gz: 1b9362b831f576eeda7beeec62b265099931e58a
4
+ data.tar.gz: bb61c0e3cf0a04a410cd9a28c8c24a10b70328aa
5
5
  SHA512:
6
- metadata.gz: d1378624d3efd9f85077846974cb20b05b5ffcc290ad74f7da571a8488bf28f80cf16d1fbe398ad7f2b194d8b26c3070b973da7f24e2fc56319d2dc80cc73ed5
7
- data.tar.gz: 5b1e1807ee0e45cfde515a7054f82dd668e917299d3cdb064e2fd98bd658cd332579a8357be07e0368b55899e481f3a6047d6c14effcf0155461618e1b06c6c9
6
+ metadata.gz: 63d1b36d1beb184c5ac8ceee8c7334ee145d3efc7e676401711029915caecb9d7a9a01d884c57815502edc1889f7739299fb66afcd58da1239e9314aa74d8ab0
7
+ data.tar.gz: 29d706b50cf572466addec3ba0cba13d5152908fb72d392efdd53db78d9014e3313a3429a59bee901adcc3348f0314ccf42f09f30766aae7b4303b9495e218a2
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -9,7 +9,7 @@ module Gemsmith
9
9
  end
10
10
 
11
11
  def self.version
12
- "5.1.0"
12
+ "5.2.0"
13
13
  end
14
14
 
15
15
  def self.label_version
@@ -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%/version.rb.tt", template_options
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[:gem_name] %>::Identity.name
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.1.0
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-05 00:00:00.000000000 Z
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