Skip to content

Commit

Permalink
interim release 1.1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Dec 19, 2008
1 parent 8f14b43 commit 97278ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/spec/version.rb
Expand Up @@ -4,7 +4,7 @@ module VERSION
MAJOR = 1
MINOR = 1
TINY = 11
MINESCULE = 2
MINESCULE = 3


STRING = [MAJOR, MINOR, TINY, MINESCULE].join('.')
Expand Down
8 changes: 4 additions & 4 deletions rspec.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{rspec}
s.version = "1.1.11.2"
s.version = "1.1.11.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["RSpec Development Team"]
s.date = %q{2008-12-18}
s.date = %q{2008-12-19}
s.description = %q{Behaviour Driven Development for Ruby.}
s.email = ["rspec-devel@rubyforge.org"]
s.executables = ["autospec", "spec"]
Expand All @@ -18,14 +18,14 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.rubyforge_project = %q{rspec}
s.rubygems_version = %q{1.3.1}
s.summary = %q{rspec 1.1.11.2}
s.summary = %q{rspec 1.1.11.3}

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

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<cucumber>, [">= 0.1.13"])
s.add_runtime_dependency(%q<cucumber>, [">= 0.1.13"])
s.add_development_dependency(%q<hoe>, [">= 1.8.2"])
end
end
Expand Down

0 comments on commit 97278ab

Please sign in to comment.