tabulous 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1,5 @@
1
+ == 0.0.2 (March 2, 2011)
2
+ * Changed homepage in gemspec.
3
+
1
4
  == 0.0.1 (March 2, 2011)
2
5
  * Initial release.
@@ -1,3 +1,3 @@
1
1
  module Tabulous
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -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 = "http://rubygems.org/gems/tabulous"
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
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: http://rubygems.org/gems/tabulous
430
+ homepage: https://github.com/techiferous/tabulous
431
431
  licenses: []
432
432
 
433
433
  post_install_message: