tabulous 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ == 1.0.1 (March 9, 2011)
2
+ * No longer requires Rubygems version > 1.4.0; requires > 1.3.7 instead.
3
+
1
4
  == 1.0.0 (March 4, 2011)
2
5
  * Moved tab file from config/initializers/tabulous.rb to app/tabs/tabulous.rb.
3
6
  * Changed syntax so that config.tabs and config.actions accepts a block.
@@ -1,3 +1,3 @@
1
1
  module Tabulous
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
data/tabulous.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.summary = "Easy tabbed navigation for Rails."
12
12
  s.description = "Tabulous provides an easy way to add tabs to your Rails application."
13
13
 
14
- s.required_rubygems_version = ">= 1.4.0"
14
+ s.required_rubygems_version = ">= 1.3.7"
15
15
  s.rubyforge_project = "tabulous"
16
16
 
17
17
  s.add_dependency "colored", "~> 1.2.0"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tabulous
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
5
- prerelease:
4
+ hash: 21
5
+ prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Wyatt Greene
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-04 00:00:00 -05:00
18
+ date: 2011-03-09 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -449,16 +449,16 @@ required_rubygems_version: !ruby/object:Gem::Requirement
449
449
  requirements:
450
450
  - - ">="
451
451
  - !ruby/object:Gem::Version
452
- hash: 7
452
+ hash: 21
453
453
  segments:
454
454
  - 1
455
- - 4
456
- - 0
457
- version: 1.4.0
455
+ - 3
456
+ - 7
457
+ version: 1.3.7
458
458
  requirements: []
459
459
 
460
460
  rubyforge_project: tabulous
461
- rubygems_version: 1.4.1
461
+ rubygems_version: 1.3.7
462
462
  signing_key:
463
463
  specification_version: 3
464
464
  summary: Easy tabbed navigation for Rails.