Skip to content

Commit

Permalink
Updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
elektronaut committed Jun 17, 2011
1 parent 12f19d3 commit 35a675a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions floormanager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{floormanager}
s.version = "0.2.1"
s.version = "0.3.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Inge J\303\270rgensen"]
Expand All @@ -18,6 +18,8 @@ Gem::Specification.new do |s|
]
s.files = [
".document",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"README.rdoc",
"Rakefile",
Expand All @@ -28,7 +30,9 @@ Gem::Specification.new do |s|
"lib/floormanager/queue.rb",
"lib/floormanager/result.rb",
"lib/floormanager/states.rb",
"lib/floormanager/workers.rb"
"lib/floormanager/workers.rb",
"test/helper.rb",
"test/test_floormanager.rb"
]
s.homepage = %q{http://github.com/elektronaut/floormanager}
s.require_paths = ["lib"]
Expand Down

0 comments on commit 35a675a

Please sign in to comment.