Skip to content

Commit f1a23cf

Browse files
author
Evan Phoenix
committed
Add grit depedency to spec
1 parent 7081682 commit f1a23cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Rakefile

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Hoe.spec "gx" do
1717

1818
developer "Evan Phoenix", "[email protected]"
1919

20+
extra_deps << ['grit', '~> 2.4']
21+
2022
# self.rubyforge_name = 'gxx' # if different than 'gx'
2123
end
2224

lib/gx.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Gx
2-
VERSION = '1.0.0'
2+
VERSION = '1.0.1'
33
end

0 commit comments

Comments
 (0)