radius-template 0.0.1 → 0.0.2
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.
|
@@ -84,7 +84,6 @@ module Radius
|
|
|
84
84
|
end
|
|
85
85
|
|
|
86
86
|
content
|
|
87
|
-
end
|
|
88
87
|
end
|
|
89
88
|
|
|
90
89
|
def build_object_tag(key, main_obj)
|
|
@@ -110,10 +109,7 @@ module Radius
|
|
|
110
109
|
define_tag ("#{key}:#{attribute.to_s}") do |tag|
|
|
111
110
|
obj = tag.locals.get(main_klass).send(attribute) rescue tag.missing!
|
|
112
111
|
end
|
|
113
|
-
|
|
114
112
|
end
|
|
115
|
-
|
|
116
|
-
|
|
117
113
|
end
|
|
118
114
|
end
|
|
119
115
|
|
data/radius-template.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["ceritium@gmail.com"]
|
|
11
11
|
spec.description = %q{Simple Ruby on Rails wrapper around radius gem}
|
|
12
12
|
spec.summary = %q{Simple Ruby on Rails wrapper around radius gem}
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "https://github.com/fourmach/radius-template"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: radius-template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -63,7 +63,7 @@ files:
|
|
|
63
63
|
- lib/radius/template/radius_template.rb
|
|
64
64
|
- lib/radius/template/version.rb
|
|
65
65
|
- radius-template.gemspec
|
|
66
|
-
homepage:
|
|
66
|
+
homepage: https://github.com/fourmach/radius-template
|
|
67
67
|
licenses:
|
|
68
68
|
- MIT
|
|
69
69
|
post_install_message:
|
|
@@ -78,7 +78,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
78
78
|
version: '0'
|
|
79
79
|
segments:
|
|
80
80
|
- 0
|
|
81
|
-
hash: -
|
|
81
|
+
hash: -66475538643278254
|
|
82
82
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
83
|
none: false
|
|
84
84
|
requirements:
|
|
@@ -87,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
87
87
|
version: '0'
|
|
88
88
|
segments:
|
|
89
89
|
- 0
|
|
90
|
-
hash: -
|
|
90
|
+
hash: -66475538643278254
|
|
91
91
|
requirements: []
|
|
92
92
|
rubyforge_project:
|
|
93
93
|
rubygems_version: 1.8.25
|