git_mass_do 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f3511305b88a8cb8a9f710a787557d00b35650a
4
- data.tar.gz: cb74e9a40e520c32a3bdb5404b9fa8d560d0b38d
3
+ metadata.gz: d90d0c837825cf3401ef6e91bb26bd28c6771f49
4
+ data.tar.gz: 245f5fe4a2c8370d820da33ce9d58d27bb297888
5
5
  SHA512:
6
- metadata.gz: e6e982d7cddb3f0ce542171bfd9f5f8ce0340fa7e480c2f49a84f17c7f69d3297e8d19761c129f82c36689524b18362818c20e2025a270ad66d5f0bae3610a94
7
- data.tar.gz: 4d5e18cdaa578232da5ddc075b7e4e437a350d16f011798d432a1aabf050d2e049e315aabe986badfc2f1d83a4bdf955a375437e1a220fb5b10b63b6c04e211b
6
+ metadata.gz: fa2392c8ae7238f249a340a75f9e6e8f81d5bf7c698bfe17b4425698148d7cf543c49f7e7842b0c284c2ddb8387d3ffc07b9c20e28b31eb9a4e08e9dd990edf7
7
+ data.tar.gz: c4332e333bc0ef68558f1a58a40621ee57861647dbbb2a6b7a4db6e120158f1ea6df6f12de78b645fef3a47c7bce2ae993a4f1f06570914d995dafb896779d6b
data/README.md CHANGED
@@ -1,10 +1,5 @@
1
1
  # Execute mass actions on your github repositories.
2
2
 
3
- <<<<<<< HEAD
4
3
  Actions currently supported:
5
- =======
6
- actions currently supported:
7
-
8
- >>>>>>> 0a4b41b8bdc18fbeb02fb2d11ccb89cca7b4562e
9
4
  * Git clone all your repositories (and add upstream remote if it is a fork)
10
5
  * Git pull all repositories in directory
data/git_mass_do.gemspec CHANGED
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'git_mass_do'
3
- s.version = '0.0.1'
3
+ s.version = '0.0.2'
4
4
  s.required_ruby_version = '~>2.0'
5
5
 
6
6
  s.summary = 'Execute mass actions on git repositories concurrently'
7
7
  s.authors = ['Renan Ranelli']
8
8
  s.email = ['renanranelli@gmail.com']
9
- s.homepage = 'http://github.com/rranelli/git_mass_do'
9
+ s.homepage = 'http://github.com/rranelli/github-ruby-cloner'
10
10
  s.license = 'MIT'
11
11
 
12
12
  s.files = `git ls-files -z`.split("\x0")
@@ -11,7 +11,7 @@ module GitMassDo
11
11
 
12
12
  desc 'git_mass_do clone :username', 'Git pulls all repositories contained in current directory.'
13
13
  def clone(username)
14
- Cloner.new(username).clone!
14
+ Cloner.new(username).clone_em_all!
15
15
  end
16
16
  end
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_mass_do
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Renan Ranelli
@@ -122,7 +122,7 @@ files:
122
122
  - spec/git_mass_do/puller_spec.rb
123
123
  - spec/git_mass_do/repository_fetcher_spec.rb
124
124
  - spec/spec_helper.rb
125
- homepage: http://github.com/rranelli/git_mass_do
125
+ homepage: http://github.com/rranelli/github-ruby-cloner
126
126
  licenses:
127
127
  - MIT
128
128
  metadata: {}