git_mass_do 0.0.1 → 0.0.2
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 +4 -4
- data/README.md +0 -5
- data/git_mass_do.gemspec +2 -2
- data/lib/git_mass_do/cli.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d90d0c837825cf3401ef6e91bb26bd28c6771f49
|
|
4
|
+
data.tar.gz: 245f5fe4a2c8370d820da33ce9d58d27bb297888
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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/
|
|
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")
|
data/lib/git_mass_do/cli.rb
CHANGED
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.
|
|
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/
|
|
125
|
+
homepage: http://github.com/rranelli/github-ruby-cloner
|
|
126
126
|
licenses:
|
|
127
127
|
- MIT
|
|
128
128
|
metadata: {}
|