sadie 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
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.2"
5
+ VERSION = "0.0.3"
6
6
  end
data/sadie.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Sadie::VERSION
8
8
  s.authors = ["Fred McDavid"]
9
9
  s.email = ["fred@landmetrics.com"]
10
- s.homepage = "http://www.landmetrics.com"
10
+ s.homepage = "http://www.landmetrics.com/Sadie"
11
11
  s.summary = %q{A gem that provides sadie, a data access framework}
12
12
  s.description = %q{Sadie is a data framework intended to ease the pain of managing related data.}
13
13
 
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Fred McDavid
@@ -48,7 +48,7 @@ files:
48
48
  - test/test_primers/two/deep/conf.ini
49
49
  - test/test_primers/two/deep/expensive.res
50
50
  - test/test_primers/two/deep/two_results.res
51
- homepage: http://www.landmetrics.com
51
+ homepage: http://www.landmetrics.com/Sadie
52
52
  licenses: []
53
53
 
54
54
  post_install_message: