class NPM2Gem::GemspecUpdater
Public Class Methods
new(file_path, current_version)
click to toggle source
Calls superclass method
NPM2Gem::BaseFileUpdater::new
# File lib/npm2gem/version_updaters/gemspec_updater.rb, line 5 def initialize(file_path, current_version) super( file_path, current_version ) end