Skip to content

Commit

Permalink
Changes the homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Jun 1, 2010
1 parent 50b0c15 commit 8089ddf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion Rakefile
@@ -1,3 +1,5 @@
# encoding: utf-8

require 'rake'
require 'rake/testtask'

Expand All @@ -21,7 +23,7 @@ WIth this gem, you can render your Ruby on Rails views with liquid templates tha
END

gemspec.email = 'adam.ciganek@gmail.com'
gemspec.homepage = 'http://github.com/metatribe/liquidizer'
gemspec.homepage = 'http://github.com/madadam/liquidizer'
gemspec.authors = ['Adam Cigánek']

gemspec.add_dependency 'liquid', '>= 2.0.0'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.5.2
0.5.3
8 changes: 4 additions & 4 deletions liquidizer.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{liquidizer}
s.version = "0.5.2"
s.version = "0.5.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Adam Cig\303\241nek"]
s.date = %q{2010-03-18}
s.authors = ["Adam Cigánek"]
s.date = %q{2010-06-01}
s.description = %q{WIth this gem, you can render your Ruby on Rails views with liquid templates that are loaded from database. This way, the look and feel of your site can be safely configured by it's users.
}
s.email = %q{adam.ciganek@gmail.com}
Expand Down Expand Up @@ -46,7 +46,7 @@ Gem::Specification.new do |s|
"test/support_test.rb",
"test/test_helper.rb"
]
s.homepage = %q{http://github.com/metatribe/liquidizer}
s.homepage = %q{http://github.com/madadam/liquidizer}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
Expand Down

0 comments on commit 8089ddf

Please sign in to comment.