Skip to content

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Feb 22, 2011
1 parent 091cd4d commit 0b0642b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
= Changelog


== Release 1.3.3

* FIXED: Permission error (see http://stackoverflow.com/questions/5085174/rails-gem-permissions-problem-tabs-on-rails)

== Release 1.3.2

* CHANGED: Use Bundler to declare dependencies.
Expand Down
2 changes: 1 addition & 1 deletion lib/tabs_on_rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module TabsOnRails
module Version
MAJOR = 1
MINOR = 3
PATCH = 2
PATCH = 3
BUILD = nil

STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join(".")
Expand Down
7 changes: 3 additions & 4 deletions tabs_on_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{tabs_on_rails}
s.version = "1.3.2"
s.version = "1.3.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Simone Carletti"]
s.date = %q{2010-12-21}
s.date = %q{2011-02-23}
s.description = %q{ TabsOnRails is a simple Ruby on Rails plugin for creating and managing Tabs. It provides helpers for creating tabs with a flexible interface.
}
s.email = %q{weppos@weppos.net}
Expand All @@ -15,11 +15,10 @@ Gem::Specification.new do |s|
s.homepage = %q{http://www.simonecarletti.com/code/tabs_on_rails}
s.rdoc_options = ["--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.5.2}
s.summary = %q{A simple Ruby on Rails plugin for creating and managing Tabs.}

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 0b0642b

Please sign in to comment.