empty_eye 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.4.1 / 2012-03-11 / Grady Griffin
2
+
3
+ * added homepage to gemspec
4
+
1
5
  # 0.4.0 / 2012-03-11 / Grady Griffin
2
6
 
3
7
  * added tests for validation and configurations
data/empty_eye.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = EmptyEye::VERSION::STRING
8
8
  s.authors = ["thegboat"]
9
9
  s.email = ["gradygriffin@gmail.com"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/thegboat/emtpy_eye"
11
11
  s.summary = %q{Active Record MTI gem}
12
12
  s.description = %q{Active Record MTI gem powered by database views}
13
13
 
@@ -2,7 +2,7 @@ module EmptyEye
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 4
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: empty_eye
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 0
10
- version: 0.4.0
9
+ - 1
10
+ version: 0.4.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - thegboat
@@ -118,7 +118,7 @@ files:
118
118
  - spec/sti_to_mti_crud_spec.rb
119
119
  - spec/validation_spec.rb
120
120
  has_rdoc: true
121
- homepage: ""
121
+ homepage: https://github.com/thegboat/emtpy_eye
122
122
  licenses: []
123
123
 
124
124
  post_install_message: