joe_utils 0.0.7 → 0.0.8

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
2
  SHA1:
3
- metadata.gz: 6514b9588191960e54440418ff4e3c976839f89f
4
- data.tar.gz: 1f90ed7d09c340a884af1748f9ecb9776033e205
3
+ metadata.gz: d0e49293cc29f7397047c1d681464fff373da7c4
4
+ data.tar.gz: 089a02ee779dd2e3fcfb8183d60bb6f1e0b377f3
5
5
  SHA512:
6
- metadata.gz: 42eb125676fdccf0227f598d18347a4a3d139aed664fd77d9fae8200370ddc183349ba905383dfe99c813b66828fe8213361fb38d502914f2ff29c6d25e5a207
7
- data.tar.gz: dc78c8a5f0243a0942e9b42d65b5f60c45c96fad012f9b159a289e60aaf791422bb6ea53ee2029dcd323ccd31e650716e9dccb8945e21f87ea92139450ee2455
6
+ metadata.gz: 2b8d447b945b7dd3548981c4a0dd3024580d9dd2435651a461c6c3f4fc9aba64b793c1d146d0580a70fa8688a5582c5d934df303c8450f5bd96a352b1561f163
7
+ data.tar.gz: f7f366d780b779b28cfbe00beaa2198df9487df5c9b2099c216baa45f9427789280b05bd792b4e54616dad8abd55104dfbf434e231b99df2eeb0ea6854703542
@@ -41,7 +41,7 @@ class ProjectUtility
41
41
  commit_git
42
42
  commit_github if options[:github]
43
43
  deploy_heroku if options[:heroku]
44
- options[:gem_name] ? build_gem(options[:gem_name], options) : puts(INCLUDE_GEM_NAME)
44
+ build_gem(options[:gem_name], options) if options[:gem_name]
45
45
  end
46
46
  end
47
47
 
data/joe_utils.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'joe_utils'
3
- s.version = '0.0.7'
3
+ s.version = '0.0.8'
4
4
  s.executables = %w(project_utility.rb)
5
5
  s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ['Josef Erneker']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: joe_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josef Erneker