active_template 0.0.1.pre → 0.0.1.pre2

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.
@@ -8,9 +8,9 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Jakob Holderbaum", "Peter Suschlik"]
10
10
  s.email = ["gems@techfolio.de", "peter-gemcutter@suschlik.de"]
11
- s.homepage = "http://rubygems.org/gems/active_template"
11
+ s.homepage = "https://github.com/splattael/active_template"
12
12
  s.summary = %q{Render Rails templates from database}
13
- s.description = %q{Allow you to render templates from any source besides the filesystem}
13
+ s.description = %q{Allows you to render templates from any source besides the filesystem}
14
14
 
15
15
  s.rubyforge_project = "active_template"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module ActiveTemplate
2
- VERSION = "0.0.1.pre"
2
+ VERSION = "0.0.1.pre2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_template
3
3
  version: !ruby/object:Gem::Version
4
- hash: 961915968
4
+ hash: 270495461
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 1
10
- - pre
11
- version: 0.0.1.pre
10
+ - pre2
11
+ version: 0.0.1.pre2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Jakob Holderbaum
@@ -21,7 +21,7 @@ date: 2011-04-19 00:00:00 +02:00
21
21
  default_executable:
22
22
  dependencies: []
23
23
 
24
- description: Allow you to render templates from any source besides the filesystem
24
+ description: Allows you to render templates from any source besides the filesystem
25
25
  email:
26
26
  - gems@techfolio.de
27
27
  - peter-gemcutter@suschlik.de
@@ -39,7 +39,7 @@ files:
39
39
  - lib/active_template.rb
40
40
  - lib/active_template/version.rb
41
41
  has_rdoc: true
42
- homepage: http://rubygems.org/gems/active_template
42
+ homepage: https://github.com/splattael/active_template
43
43
  licenses: []
44
44
 
45
45
  post_install_message: