File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 55
66Gem ::Specification . new do |s |
77 s . name = "git_presenter"
8- s . version = "0.1.1 "
8+ s . version = "0.2.0 "
99
1010 s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
1111 s . authors = [ "Colin Gemmell" ]
12- s . date = "2012-03-23 "
12+ s . date = "2012-03-26 "
1313 s . description = "Code presentation tool using git"
1414 s . email = "pythonandchips@gmail.com"
1515 s . executables = [ "git-presenter" ]
@@ -40,7 +40,8 @@ Gem::Specification.new do |s|
4040 "spec/lib/git_presenter/slide_spec.rb" ,
4141 "spec/lib/git_presenter/writer_spec.rb" ,
4242 "spec/spec_helper.rb" ,
43- "spec/support/repo_helpers.rb"
43+ "spec/support/command_line_helper.rb" ,
44+ "spec/support/git_helpers.rb"
4445 ]
4546 s . homepage = "http://github.com/pythonandchips/git-presenter"
4647 s . licenses = [ "MIT" ]
You can’t perform that action at this time.
0 commit comments