Skip to content

Commit

Permalink
Bump tiny.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Apr 3, 2010
1 parent d767f7c commit b19d580
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions inherited_resources.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{inherited_resources}
s.version = "1.1.1"
s.version = "1.1.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jos\303\251 Valim"]
Expand Down Expand Up @@ -66,14 +66,14 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<responders>, ["~> 0.5.5"])
s.add_runtime_dependency(%q<responders>, ["~> 0.6.0"])
s.add_runtime_dependency(%q<has_scope>, ["~> 0.5.0"])
else
s.add_dependency(%q<responders>, ["~> 0.5.5"])
s.add_dependency(%q<responders>, ["~> 0.6.0"])
s.add_dependency(%q<has_scope>, ["~> 0.5.0"])
end
else
s.add_dependency(%q<responders>, ["~> 0.5.5"])
s.add_dependency(%q<responders>, ["~> 0.6.0"])
s.add_dependency(%q<has_scope>, ["~> 0.5.0"])
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/inherited_resources/version.rb
@@ -1,3 +1,3 @@
module InheritedResources
VERSION = '1.1.1'.freeze
VERSION = '1.1.2'.freeze
end

0 comments on commit b19d580

Please sign in to comment.