rutemaweb 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,5 @@
1
+ === 0.9.1 / 2008-10-16
2
+ * relaxed gem version rules for rutema versions
1
3
  === 0.9.0 / 2008-10-06
2
4
  * Updated design (actually designed something that is half-way usable)
3
5
  * Left panel lists latest runs with status
@@ -6,7 +6,7 @@ require 'ramaze'
6
6
  class String; undef_method :start_with? end
7
7
  gem 'activerecord','=2.1.1'
8
8
  require 'active_record'
9
- gem 'rutema',"=1.0.0"
9
+ gem 'rutema',">=1.0.0"
10
10
  require 'patir/configuration'
11
11
  require 'patir/command'
12
12
  require 'patir/base'
@@ -9,7 +9,7 @@ module RutemaWeb
9
9
  module Version
10
10
  MAJOR=0
11
11
  MINOR=9
12
- TINY=0
12
+ TINY=1
13
13
  STRING=[ MAJOR, MINOR, TINY ].join( "." )
14
14
  end
15
15
  #Starts Ramaze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rutemaweb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vassilis Rizopoulos
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-10-06 00:00:00 +02:00
12
+ date: 2008-10-16 00:00:00 +02:00
13
13
  default_executable: rutemaweb
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -90,7 +90,7 @@ dependencies:
90
90
  requirements:
91
91
  - - ">="
92
92
  - !ruby/object:Gem::Version
93
- version: 1.7.0
93
+ version: 1.8.0
94
94
  version:
95
95
  description: "== DESCRIPTION: rutemaweb is the web frontend for rutema. It can be used as a viewer for database files created with the ActiveRecord reporter. == FEATURES/PROBLEMS: == SYNOPSIS: rutemaweb [results.db] and browse to http://localhost:7000 for the glorious view == REQUIREMENTS: * patir (http://patir.rubyforge.org) * activerecord (http://ar.rubyonrails.com/) * sqlite3 (http://rubyforge.org/projects/sqlite-ruby/) * ramaze (http://www.ramaze.net/) * ruport (http://rubyreports.org/) * acts_as_reportable * erubis"
96
96
  email: riva@braveworld.net