Skip to content

Commit

Permalink
adding file list to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
David Snyder committed Jan 21, 2012
1 parent 8814285 commit 8c760e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion swineherd-fs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ Gem::Specification.new do |s|
s.version = "0.0.1"
s.authors = ["David Snyder","Jacob Perkins"]
s.date = %q{2012-01-20}
s.description = %q{A Unix-like filesystem abstraction for Amazon S3 and Hadoop HDFS.}
s.description = %q{A filesystem abstraction for Amazon S3 and Hadoop HDFS}
s.summary = %q{A filesystem abstraction for Amazon S3 and Hadoop HDFS}
s.email = %q{"david@infochimps.com"}
s.homepage = %q{http://github.com/infochimps-labs/swineherd-fs}

s.files = ["LICENSE", "VERSION","Gemfile", "swineherd-fs.gemspec", "rspec.watchr", "README.textile", "lib/swineherd-fs.rb","lib/swineherd-fs/localfilesystem.rb", "lib/swineherd-fs/s3filesystem.rb", "lib/swineherd-fs/hadoopfilesystem.rb", "spec/spec_helper.rb", "spec/filesystem_spec.rb"]
s.test_files = ["spec/spec_helper.rb", "spec/filesystem_spec.rb"]
s.require_paths = ["lib"]

s.add_development_dependency("rspec")
Expand All @@ -16,3 +20,4 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<right_aws>, [">= 0"])
s.add_runtime_dependency(%q<jruby-openssl>, [">= 0"])
end

0 comments on commit 8c760e1

Please sign in to comment.