sadie 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sadie/version.rb +1 -1
- data/sadie.gemspec +1 -1
- metadata +4 -4
data/lib/sadie/version.rb
CHANGED
data/sadie.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.email = ["fred@landmetrics.com"]
|
10
10
|
s.homepage = "http://www.landmetrics.com"
|
11
11
|
s.summary = %q{A gem that provides sadie, a data access framework}
|
12
|
-
s.description = %q{Sadie is a data framework intended to ease the pain of
|
12
|
+
s.description = %q{Sadie is a data framework intended to ease the pain of managing related data.}
|
13
13
|
|
14
14
|
s.rubyforge_project = "sadie"
|
15
15
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sadie
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Fred McDavid
|
@@ -18,7 +18,7 @@ cert_chain: []
|
|
18
18
|
date: 2012-01-19 00:00:00 Z
|
19
19
|
dependencies: []
|
20
20
|
|
21
|
-
description: Sadie is a data framework intended to ease the pain of
|
21
|
+
description: Sadie is a data framework intended to ease the pain of managing related data.
|
22
22
|
email:
|
23
23
|
- fred@landmetrics.com
|
24
24
|
executables: []
|