sadie 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/sadie/version.rb +1 -1
  2. data/sadie.gemspec +1 -1
  3. metadata +4 -4
data/lib/sadie/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
  # this file sets the version of the Sadie gem
3
3
 
4
4
  class Sadie
5
- VERSION = "0.0.1"
5
+ VERSION = "0.0.2"
6
6
  end
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 constructing, accessing, and managing the resources required by large stores of inter-related data. It supports sessions, lazy on-demand, one-time evaluation and file-based storage/retrieval operations for resource-heavy data.}
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
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 constructing, accessing, and managing the resources required by large stores of inter-related data. It supports sessions, lazy on-demand, one-time evaluation and file-based storage/retrieval operations for resource-heavy data.
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: []