diff --git a/README.md b/README.md index 67b6711..5164a75 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# QuickClone [![Build Status](https://travis-ci.org/d3sw/quick_clone.svg?branch=master)](https://travis-ci.org/d3sw/quick_clone) [![Coverage Status](https://coveralls.io/repos/github/d3sw/quick_clone/badge.svg?branch=master)](https://coveralls.io/github/d3sw/quick_clone?branch=master) +# QuickClone [![Build Status](https://travis-ci.org/d3sw/quick_clone.svg?branch=master)](https://travis-ci.org/d3sw/quick_clone) [![Coverage Status](https://coveralls.io/repos/github/d3sw/quick_clone/badge.svg?branch=master)](https://coveralls.io/github/d3sw/quick_clone?branch=master) [![Code Climate](https://codeclimate.com/github/d3sw/quick_clone/badges/gpa.svg)](https://codeclimate.com/github/d3sw/quick_clone) Quickly clone an ActiveRecord object by providing a filter of attributes names. diff --git a/lib/quick_clone/version.rb b/lib/quick_clone/version.rb index 93689b8..f69148e 100644 --- a/lib/quick_clone/version.rb +++ b/lib/quick_clone/version.rb @@ -1,3 +1,3 @@ module QuickClone - VERSION = "0.1.0".freeze + VERSION = "1.0.0".freeze end diff --git a/quick_clone.gemspec b/quick_clone.gemspec index 3646716..039b2fd 100644 --- a/quick_clone.gemspec +++ b/quick_clone.gemspec @@ -11,15 +11,6 @@ Gem::Specification.new do |spec| spec.summary = %q{Provide a simple way of cloning ActiveRecord Records} spec.homepage = "https://github.com/aalvarado/quick_clone" - # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' - # to allow pushing to a single host or delete this section to allow pushing to any host. - if spec.respond_to?(:metadata) - spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'" - else - raise "RubyGems 2.0 or newer is required to protect against " \ - "public gem pushes." - end - spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end