zena 0.16.6 → 0.16.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
1
+ == 0.16.7 2010-07-11
2
+
3
+ * 1 minor enhancement
4
+ * fixed rails version in /bin/zena
5
+
1
6
  == 0.16.6 2010-04-23
2
7
 
3
8
  * 1 minor enhancement
data/bin/zena CHANGED
@@ -1,5 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  require 'rubygems'
3
+ gem 'rails', '=2.3.4'
4
+
3
5
  require 'zena/info'
4
6
 
5
7
  if %w(--version -v).include? ARGV.first
@@ -1,4 +1,6 @@
1
1
  # Specifies gem version of Rails to use when vendor/rails is not present
2
+
3
+ # When changing this, also change in /bin/zena
2
4
  RAILS_GEM_VERSION = '2.3.4' unless defined? RAILS_GEM_VERSION
3
5
 
4
6
  # Bootstrap the Rails environment, frameworks, and default configuration
@@ -9,7 +9,7 @@ ZENA_CALENDAR_LANGS = ["en", "fr", "de"] # FIXME: build this dynamically from ex
9
9
  ENABLE_XSENDFILE = false
10
10
 
11
11
  module Zena
12
- VERSION = '0.16.6'
12
+ VERSION = '0.16.7'
13
13
  REVISION = 1336
14
14
  ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..', '..'))
15
15
  end
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{zena}
8
- s.version = "0.16.6"
8
+ s.version = "0.16.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Gaspard Bucher"]
12
- s.date = %q{2010-04-23}
12
+ s.date = %q{2010-07-11}
13
13
  s.default_executable = %q{zena}
14
14
  s.description = %q{zena is a Ruby on Rails CMS (content managment system) with a focus on usability, ease of customization and web 2.0 goodness (application like behaviour).}
15
15
  s.email = %q{gaspard@teti.ch}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 16
8
- - 6
9
- version: 0.16.6
8
+ - 7
9
+ version: 0.16.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Gaspard Bucher
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-23 00:00:00 +02:00
17
+ date: 2010-07-11 00:00:00 +02:00
18
18
  default_executable: zena
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency