Skip to content

Commit 61f577a

Browse files
committed
Added stream.rb to the package.
1 parent c6c23e0 commit 61f577a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby-git.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
spec = Gem::Specification.new do |s|
22
s.platform = Gem::Platform::RUBY
33
s.name = "git"
4-
s.version = "1.1.3"
4+
s.version = "1.1.4"
55
s.author = "Scott Chacon"
66
s.email = "schacon@gmail.com"
77
s.summary = "A package for using Git in Ruby code."
8-
s.files = ["lib/git", "lib/git/author.rb", "lib/git/base.rb", "lib/git/branch.rb", "lib/git/branches.rb", "lib/git/diff.rb", "lib/git/index.rb", "lib/git/lib.rb", "lib/git/log.rb", "lib/git/object.rb", "lib/git/path.rb", "lib/git/remote.rb", "lib/git/repository.rb", "lib/git/stash.rb", "lib/git/stashes.rb", "lib/git/status.rb", "lib/git/working_directory.rb", "lib/git.rb"]
8+
s.files = ["lib/git", "lib/git/author.rb", "lib/git/base.rb", "lib/git/branch.rb", "lib/git/branches.rb", "lib/git/diff.rb", "lib/git/index.rb", "lib/git/lib.rb", "lib/git/log.rb", "lib/git/object.rb", "lib/git/path.rb", "lib/git/remote.rb", "lib/git/repository.rb", "lib/git/stash.rb", "lib/git/stashes.rb", "lib/git/status.rb", "lib/git/stream.rb", "lib/git/working_directory.rb", "lib/git.rb"]
99
s.require_path = "lib"
1010
s.autorequire = "git"
1111
s.test_files = Dir.glob('tests/*.rb')

0 commit comments

Comments
 (0)