tabulous 0.0.1 → 0.0.2
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 +4 -4
data/CHANGELOG.rdoc
CHANGED
data/lib/tabulous/version.rb
CHANGED
data/tabulous.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.platform = Gem::Platform::RUBY
|
|
8
8
|
s.authors = ["Wyatt Greene"]
|
|
9
9
|
s.email = ["techiferous@gmail.com"]
|
|
10
|
-
s.homepage = "
|
|
10
|
+
s.homepage = "https://github.com/techiferous/tabulous"
|
|
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
|
|
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:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Wyatt Greene
|
|
@@ -427,7 +427,7 @@ files:
|
|
|
427
427
|
- test/unit_test_helper.rb
|
|
428
428
|
- test/units/tabulous_formatter_test.rb
|
|
429
429
|
has_rdoc: true
|
|
430
|
-
homepage:
|
|
430
|
+
homepage: https://github.com/techiferous/tabulous
|
|
431
431
|
licenses: []
|
|
432
432
|
|
|
433
433
|
post_install_message:
|