Skip to content

Commit

Permalink
Typo in merge_file fixed and bumping to 0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
iced committed Feb 23, 2012
1 parent 587f383 commit 6d765b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 1 addition & 1 deletion iron_worker_ng.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "iron_worker_ng"
s.version = "0.1.0"
s.version = "0.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andrew Kirilenko", "Iron.io, Inc"]
Expand Down
2 changes: 1 addition & 1 deletion lib/iron_worker_ng/feature/common/merge_file.rb
Expand Up @@ -22,7 +22,7 @@ def bundle(zip)

module InstanceMethods
def merge_file(path, dest = '.')
@features << IronWorkerNG::Feature::Common::MergerFile::Feature.new(path, dest)
@features << IronWorkerNG::Feature::Common::MergeFile::Feature.new(path, dest)
end

def self.included(base)
Expand Down

0 comments on commit 6d765b3

Please sign in to comment.