Skip to content

Commit

Permalink
Regenerate gemspec for version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Perkins committed Jun 1, 2011
1 parent 89ba034 commit 3315063
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions swineherd.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{swineherd}
s.version = "0.0.1"
s.version = "0.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jacob Perkins"]
s.date = %q{2011-04-20}
s.date = %q{2011-06-01}
s.description = %q{Swineherd is for running scripts and workflows on filesystems.}
s.email = %q{jacob.a.perkins@gmail.com}
s.executables = ["hdp-tree", "hadoop-stream"]
Expand Down Expand Up @@ -39,6 +39,7 @@ Gem::Specification.new do |s|
"lib/swineherd/filesystem/localfilesystem.rb",
"lib/swineherd/filesystem/localfs.rb",
"lib/swineherd/filesystem/s3filesystem.rb",
"lib/swineherd/foo",
"lib/swineherd/script.rb",
"lib/swineherd/script/hadoop_script.rb",
"lib/swineherd/script/pig_script.rb",
Expand All @@ -56,15 +57,14 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/Ganglion/swineherd}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.4.2}
s.summary = %q{Flexible data workflow glue.}
s.test_files = [
"examples/pagerank/pagerank.rb",
"examples/pagerank/scripts/cut_off_list.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit 3315063

Please sign in to comment.