radiant 0.6.5.1 → 0.6.6

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 (4) hide show
  1. data/CHANGELOG +1 -1
  2. data/CONTRIBUTORS +1 -1
  3. data/lib/radiant.rb +1 -1
  4. metadata +1 -1
data/CHANGELOG CHANGED
@@ -1,6 +1,6 @@
1
1
  == Change Log
2
2
 
3
- === 0.6.5.1 Chiseled
3
+ === 0.6.6 Chiseled
4
4
  * Make sure extension view paths override Radiant view paths. [Josh French]
5
5
  * Fix problem in framework.rake when public/javascripts/admin doesn't exist.
6
6
  [Sean Cribbs]
@@ -4,7 +4,7 @@
4
4
  The following people have submitted changes which have been applied to the
5
5
  core:
6
6
 
7
- === 0.6.5.1 Chiseled
7
+ === 0.6.6 Chiseled
8
8
  * Josh French
9
9
  * Sean Cribbs
10
10
 
@@ -5,7 +5,7 @@ unless defined? Radiant::Version
5
5
  module Version
6
6
  Major = '0'
7
7
  Minor = '6'
8
- Tiny = '5.1'
8
+ Tiny = '6'
9
9
 
10
10
  class << self
11
11
  def to_s
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.5.1
4
+ version: 0.6.6
5
5
  platform: ruby
6
6
  authors: []
7
7