davegem 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.
Files changed (3) hide show
  1. data/Rakefile +2 -2
  2. data/VERSION +1 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -12,8 +12,8 @@ begin
12
12
  gem.authors = ["Dave Broome"]
13
13
  gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
14
14
 
15
- gem.require_path = "lib"
16
- gem.autorequire = "davegem"
15
+ # gem.require_path = "lib"
16
+ # gem.autorequire = "davegem"
17
17
 
18
18
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
19
19
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: davegem
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
  - Dave Broome
8
- autorequire: davegem
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11