radius-ts 1.3.0 → 1.3.1
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.
- data/VERSION +1 -1
- data/tasks/jeweler.rake +4 -4
- metadata +5 -5
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.3.
|
|
1
|
+
1.3.1
|
data/tasks/jeweler.rake
CHANGED
|
@@ -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 = "
|
|
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
|
|
11
|
-
"David Chelimsky
|
|
12
|
-
"Bryce Kerley
|
|
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.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- John W. Long
|
|
8
|
-
- David Chelimsky
|
|
9
|
-
- Bryce Kerley
|
|
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:
|
|
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
|
|