liquidizer 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +3 -1
  2. data/VERSION +1 -1
  3. data/liquidizer.gemspec +4 -4
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  require 'rake'
2
4
  require 'rake/testtask'
3
5
 
@@ -21,7 +23,7 @@ WIth this gem, you can render your Ruby on Rails views with liquid templates tha
21
23
  END
22
24
 
23
25
  gemspec.email = 'adam.ciganek@gmail.com'
24
- gemspec.homepage = 'http://github.com/metatribe/liquidizer'
26
+ gemspec.homepage = 'http://github.com/madadam/liquidizer'
25
27
  gemspec.authors = ['Adam Cigánek']
26
28
 
27
29
  gemspec.add_dependency 'liquid', '>= 2.0.0'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.2
1
+ 0.5.3
data/liquidizer.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{liquidizer}
8
- s.version = "0.5.2"
8
+ s.version = "0.5.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Adam Cig\303\241nek"]
12
- s.date = %q{2010-03-18}
11
+ s.authors = ["Adam Cigánek"]
12
+ s.date = %q{2010-06-01}
13
13
  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.
14
14
  }
15
15
  s.email = %q{adam.ciganek@gmail.com}
@@ -46,7 +46,7 @@ Gem::Specification.new do |s|
46
46
  "test/support_test.rb",
47
47
  "test/test_helper.rb"
48
48
  ]
49
- s.homepage = %q{http://github.com/metatribe/liquidizer}
49
+ s.homepage = %q{http://github.com/madadam/liquidizer}
50
50
  s.rdoc_options = ["--charset=UTF-8"]
51
51
  s.require_paths = ["lib"]
52
52
  s.rubygems_version = %q{1.3.6}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 2
9
- version: 0.5.2
8
+ - 3
9
+ version: 0.5.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - "Adam Cig\xC3\xA1nek"
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-18 00:00:00 +01:00
17
+ date: 2010-06-01 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -71,7 +71,7 @@ files:
71
71
  - test/support_test.rb
72
72
  - test/test_helper.rb
73
73
  has_rdoc: true
74
- homepage: http://github.com/metatribe/liquidizer
74
+ homepage: http://github.com/madadam/liquidizer
75
75
  licenses: []
76
76
 
77
77
  post_install_message: