radius-ts 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/tasks/jeweler.rake +4 -4
  3. metadata +5 -5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.3.1
@@ -3,13 +3,13 @@ begin
3
3
  Jeweler::Tasks.new do |gem|
4
4
  gem.name = "radius-ts"
5
5
  gem.summary = "A tag-based templating language for Ruby. (JRuby Extensions)"
6
- gem.description = "Radius is a powerful tag-based template language for Ruby inspired by the template languages used in MovableType and TextPattern. It uses tags similar to XML, but can be used to generate any form of plain text (HTML, e-mail, etc...). This is likely the last release before merging back upstream to jlong/radius."
6
+ gem.description = "This package has reached End-Of-Life. 1.3.0 is the last release, since then, everything has gone directly into the Radius gem."
7
7
  gem.email = "todd@rubidine.com"
8
8
  gem.homepage = "http://github.com/xtoddx/radius-ts"
9
9
  gem.authors = [
10
- "John W. Long (me@johnwlong.com)",
11
- "David Chelimsky (dchelimsky@gmail.com)",
12
- "Bryce Kerley (bkerley@brycekerley.net)",
10
+ "John W. Long <me@johnwlong.com>",
11
+ "David Chelimsky <dchelimsky@gmail.com>",
12
+ "Bryce Kerley <bkerley@brycekerley.net>",
13
13
  "Todd Willey <todd@rubidine.com>"
14
14
  ]
15
15
  gem.files = FileList["[A-Z]*", "{bin,lib,tasks,test}/**/*"].exclude("tmp")
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radius-ts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
- - John W. Long (me@johnwlong.com)
8
- - David Chelimsky (dchelimsky@gmail.com)
9
- - Bryce Kerley (bkerley@brycekerley.net)
7
+ - John W. Long <me@johnwlong.com>
8
+ - David Chelimsky <dchelimsky@gmail.com>
9
+ - Bryce Kerley <bkerley@brycekerley.net>
10
10
  - Todd Willey <todd@rubidine.com>
11
11
  autorequire:
12
12
  bindir: bin
@@ -25,7 +25,7 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: "0"
27
27
  version:
28
- description: Radius is a powerful tag-based template language for Ruby inspired by the template languages used in MovableType and TextPattern. It uses tags similar to XML, but can be used to generate any form of plain text (HTML, e-mail, etc...). This is likely the last release before merging back upstream to jlong/radius.
28
+ description: This package has reached End-Of-Life. 1.3.0 is the last release, since then, everything has gone directly into the Radius gem.
29
29
  email: todd@rubidine.com
30
30
  executables: []
31
31