Skip to content

Commit

Permalink
fix tag and rake release if performance gem is not bumped [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ujifgc committed Jul 6, 2016
1 parent 614869f commit 64be5c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions gem_rake_helper.rb
Expand Up @@ -5,10 +5,8 @@

# Skip the releasing tag
class Bundler::GemHelper
def release_gem(*args)
guard_clean
built_gem_path = build_gem
rubygem_push(built_gem_path)
def version_tag
"#{version}"
end
end

Expand Down
2 changes: 1 addition & 1 deletion padrino/subgems.rb
Expand Up @@ -4,6 +4,6 @@
PADRINO_SUBGEMS ||= Hash[padrino_gemspec.dependencies.map{ |gem| [gem.name, gem.requirement.to_s] }]

PADRINO_GEMS ||= PADRINO_SUBGEMS.merge(
'padrino-performance' => performance_gemspec.version.to_s,
'padrino' => padrino_gemspec.version.to_s,
'padrino-performance' => performance_gemspec.version.to_s,
)

0 comments on commit 64be5c3

Please sign in to comment.