lightweight_attributes.gemspec in lightweight_attributes-0.1.0 vs lightweight_attributes.gemspec in lightweight_attributes-0.1.1
- old
+ new
@@ -1,10 +1,10 @@
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
Gem::Specification.new do |spec|
spec.name = "lightweight_attributes"
- spec.version = '0.1.0'.freeze
+ spec.version = '0.1.1'.freeze
spec.authors = ["Akira Matsuda"]
spec.email = ["ronnie@dio.jp"]
spec.summary = 'Good old lightweight attributes for Active Record'
spec.description = 'Bring the speed back to your Active Record models!'