gitload 1.0.0 → 1.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: b47cc1ca00c209914861d7a51e982e412e32eb97213e12063ce36dd457ea8e80
4
- data.tar.gz: 7ad315d4ca350c455d6d5a82a6ba547c40d95388e0b32cb936591a8dadc449da
2
+ SHA1:
3
+ metadata.gz: f09c4d09e341f13f4ecc287d2096decbc7602d40
4
+ data.tar.gz: 518f6a2bcde0f8ccf79c49085076a108e731f365
5
5
  SHA512:
6
- metadata.gz: 9cf1bba2fdec79825fc082b320a650769f0df4e138f7cf10c8446d3036819df5e32a10c50104fbecfd74c476e84a529affcac17bbe27022044f4b3d7e224a22a
7
- data.tar.gz: 990f2af80b6032d08ffd0bb1bab1e9f3282a2ed2aad50340b8bca23ecece0a57c62e257911e461f9f827388b11494ed7512332f94d5cf551e563adc286cfcf3a
6
+ metadata.gz: 6d2841f425c65e353a749d57fc02230ed019a57dbc45c5c170c0c39666c45f3b36743820ac87ad035b3445ff0d4236f99a4a349fc330500de8ed21f85ee2dbb7
7
+ data.tar.gz: b661892bdd45dbbba2c52e03d1c7b445a8b38544dce5558104a923bc390d4d3730ccb8bcecfdf053489ef5376228431cca7fb25efacbb05b953f524849ad5a16
data/README.md CHANGED
@@ -3,6 +3,5 @@
3
3
  Easily clone all your GitHub repositories.
4
4
 
5
5
  [![Gem Version](https://badge.fury.io/rb/gitload.svg)](http://badge.fury.io/rb/gitload)
6
- [![Dependency Status](https://gemnasium.com/AlphaHydrae/gitload.svg)](https://gemnasium.com/AlphaHydrae/gitload)
7
6
  [![Build Status](https://travis-ci.org/AlphaHydrae/gitload.svg?branch=master)](http://travis-ci.org/AlphaHydrae/gitload)
8
7
  [![Coverage Status](https://coveralls.io/repos/AlphaHydrae/gitload/badge.svg)](https://coveralls.io/r/AlphaHydrae/gitload)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
data/lib/gitload/repo.rb CHANGED
@@ -28,6 +28,7 @@ module Gitload
28
28
  if @cloned && !options[:force]
29
29
  return
30
30
  elsif File.exists? dest
31
+ @cloned = true
31
32
  CommandLine.print "#{dest} already exists", color: :green
32
33
  return
33
34
  end
data/lib/gitload.rb CHANGED
@@ -2,7 +2,7 @@
2
2
  require 'paint'
3
3
 
4
4
  module Gitload
5
- VERSION = '1.0.0'
5
+ VERSION = '1.0.1'
6
6
  end
7
7
 
8
8
  Dir[File.join File.dirname(__FILE__), File.basename(__FILE__, '.*'), '*.rb'].each{ |lib| require lib }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitload
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Oulevay (Alpha Hydrae)
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-31 00:00:00.000000000 Z
11
+ date: 2019-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: paint
@@ -239,7 +239,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
239
239
  - !ruby/object:Gem::Version
240
240
  version: '0'
241
241
  requirements: []
242
- rubygems_version: 3.0.3
242
+ rubyforge_project:
243
+ rubygems_version: 2.5.1
243
244
  signing_key:
244
245
  specification_version: 4
245
246
  summary: Gitload downloads your repositories.