dryml 1.3.0.RC1 → 1.3.0.RC2

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/dryml.rb +1 -1
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0.RC1
1
+ 1.3.0.RC2
data/lib/dryml.rb CHANGED
@@ -182,7 +182,7 @@ private
182
182
  def taglibs_for(controller_path)
183
183
  ( taglibs_in_dir('application').unshift(APPLICATION_TAGLIB) +
184
184
  subsite_taglibs(controller_path) +
185
- (controller_path.camelize+"Controller").constantize.try.included_taglibs||[]
185
+ ((controller_path.camelize+"Controller").constantize.try.included_taglibs||[])
186
186
  ).compact
187
187
  end
188
188
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: dryml
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 1.3.0.RC1
5
+ version: 1.3.0.RC2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tom Locke
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-05 00:00:00 -04:00
13
+ date: 2011-08-15 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -32,7 +32,7 @@ dependencies:
32
32
  requirements:
33
33
  - - "="
34
34
  - !ruby/object:Gem::Version
35
- version: 1.3.0.RC1
35
+ version: 1.3.0.RC2
36
36
  type: :runtime
37
37
  version_requirements: *id002
38
38
  - !ruby/object:Gem::Dependency