Rakefile in no_integrity-0.3.1 vs Rakefile in no_integrity-0.4.0
- old
+ new
@@ -1,16 +1,2 @@
require 'rubygems'
-require 'rake'
-
-begin
- require 'jeweler'
- Jeweler::Tasks.new do |gemspec|
- gemspec.name = "no_integrity"
- gemspec.summary = "Key/value store inside of your model."
- gemspec.description = "NoIntegrity adds a key/value store inside of your model and then creates the necessary getter/setter methods for accessing those keys as though they were direct attributes of the model."
- gemspec.email = "patricktulskie@gmail.com"
- gemspec.homepage = "http://localhost"
- gemspec.authors = ["Patrick Tulskie"]
- end
-rescue LoadError
- puts "Jeweler not available. Install it with: gem install jeweler"
-end
+require 'rake'
\ No newline at end of file