ruboss4ruby 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +1,10 @@
1
1
  module Ruboss
2
- RUBOSS_FRAMEWORK_VERSION = '1.0.3'
2
+ RUBOSS_FRAMEWORK_VERSION = '1.0.5'
3
3
 
4
4
  module VERSION
5
5
  MAJOR = 1
6
6
  MINOR = 0
7
- TINY = 4
7
+ TINY = 5
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.3</a>
36
+ <a href="http://rubyforge.org/projects/ruboss4ruby" class="numbers">1.0.4</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.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dima Berastau