fossil 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.2.4
data/fossil.gemspec CHANGED
@@ -5,17 +5,22 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fossil}
8
- s.version = "0.2.3"
8
+ s.version = "0.2.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Patrick Lardin, Daniel Sudol"]
12
- s.date = %q{2010-01-12}
12
+ s.date = %q{2010-01-15}
13
13
  s.description = %q{Access FOS/betrieve db with this Sequel based orm wrapper}
14
14
  s.email = %q{plardin@xojet.com}
15
15
  s.files = [
16
16
  "Rakefile",
17
17
  "VERSION",
18
18
  "fossil.gemspec",
19
+ "lib/fos_schema/FOS_SCHEMA_3.8.22.r3.csv",
20
+ "lib/fos_schema/FOS_SCHEMA_3.8.27.r1.csv",
21
+ "lib/fos_schema/FOS_SCHEMA_3.9.0.csv",
22
+ "lib/fos_schema/fos_schema_snapshot.rb",
23
+ "lib/fos_schema/fos_table_gen.rb",
19
24
  "lib/fossil.rb",
20
25
  "lib/hash_extentions.rb",
21
26
  "lib/models/ac_qualification.rb",