imagine_cms 3.0.0.beta13 → 3.0.0

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.
@@ -4,7 +4,7 @@ require 'active_support/core_ext/module/aliasing.rb'
4
4
  class Array
5
5
  def safe_join(sep = $,)
6
6
  sep ||= "".html_safe
7
- sep = ERB::Util.html_escape(sep)
7
+ sep = sep.html_safe
8
8
 
9
9
  map { |i| ERB::Util.html_escape(i) }.join(sep).html_safe
10
10
  end
@@ -1,3 +1,3 @@
1
1
  module ImagineCms
2
- VERSION = "3.0.0.beta13"
2
+ VERSION = "3.0.0"
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imagine_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.beta13
5
- prerelease: 6
4
+ version: 3.0.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Aaron Namba
@@ -532,9 +532,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
532
532
  required_rubygems_version: !ruby/object:Gem::Requirement
533
533
  none: false
534
534
  requirements:
535
- - - ! '>'
535
+ - - ! '>='
536
536
  - !ruby/object:Gem::Version
537
- version: 1.3.1
537
+ version: '0'
538
538
  requirements: []
539
539
  rubyforge_project: imagine_cms
540
540
  rubygems_version: 1.8.24