alanj-shoulda_extras 0.0.4 → 0.0.5

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alanj-shoulda_extras
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alan Johnson
@@ -40,8 +40,7 @@ extra_rdoc_files:
40
40
  - README
41
41
  files:
42
42
  - README
43
- - init.rb
44
- - lib/should_be_protected.rb
43
+ - lib/shoulda_extras.rb
45
44
  has_rdoc: true
46
45
  homepage: http://github.com/alanj/shoulda_extras
47
46
  post_install_message:
data/init.rb DELETED
@@ -1,4 +0,0 @@
1
- if RAILS_ENV == 'test'
2
- require File.expand_path(File.dirname(__FILE__)) +
3
- "/lib/should_be_protected.rb"
4
- end