ruboss4ruby 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,7 @@
1
1
  require 'rake'
2
2
  require 'ftools'
3
3
  require 'rexml/document'
4
+ require 'ruboss4ruby/configuration'
4
5
 
5
6
  APP_ROOT = Ruboss::Configuration::APP_ROOT
6
7
 
@@ -4,7 +4,7 @@ module Ruboss
4
4
  module VERSION
5
5
  MAJOR = 1
6
6
  MINOR = 0
7
- TINY = 3
7
+ TINY = 4
8
8
 
9
9
  STRING = [MAJOR, MINOR, TINY].join('.')
10
10
  end
data/website/index.html CHANGED
@@ -33,7 +33,7 @@
33
33
  <h1>ruboss4ruby</h1>
34
34
  <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/ruboss4ruby"; return false'>
35
35
  <p>Get Version</p>
36
- <a href="http://rubyforge.org/projects/ruboss4ruby" class="numbers">1.0.2</a>
36
+ <a href="http://rubyforge.org/projects/ruboss4ruby" class="numbers">1.0.3</a>
37
37
  </div>
38
38
  <h2>What</h2>
39
39
  <p>Ruboss Framework Integration Support for Rails 2.+ and Merb 0.9.3+</p>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboss4ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dima Berastau
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-10-20 00:00:00 -07:00
12
+ date: 2008-10-21 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency