tabulous 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.rdoc +3 -0
- data/lib/tabulous/version.rb +1 -1
- data/tabulous.gemspec +1 -1
- metadata +10 -10
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.
|
data/lib/tabulous/version.rb
CHANGED
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.
|
|
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:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 21
|
|
5
|
+
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.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-
|
|
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:
|
|
452
|
+
hash: 21
|
|
453
453
|
segments:
|
|
454
454
|
- 1
|
|
455
|
-
-
|
|
456
|
-
-
|
|
457
|
-
version: 1.
|
|
455
|
+
- 3
|
|
456
|
+
- 7
|
|
457
|
+
version: 1.3.7
|
|
458
458
|
requirements: []
|
|
459
459
|
|
|
460
460
|
rubyforge_project: tabulous
|
|
461
|
-
rubygems_version: 1.
|
|
461
|
+
rubygems_version: 1.3.7
|
|
462
462
|
signing_key:
|
|
463
463
|
specification_version: 3
|
|
464
464
|
summary: Easy tabbed navigation for Rails.
|