Skip to content

Commit fc3ffb2

Browse files
committed
Changed albacore dependency from '=0.2.4' to '> 0.2.4' and removed the 'tools/albacore/nuspec_patch' require to get rake to build happily.
1 parent c24de5a commit fc3ffb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RakeFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'fileutils'
2-
gem 'albacore', '=0.2.4'
2+
gem 'albacore', '> 0.2.4'
33
require 'albacore'
4-
require 'tools/albacore/nuspec_patch'
4+
# require 'tools/albacore/nuspec_patch'
55

66
NH_VERSION = '3.x'
77

0 commit comments

Comments
 (0)