git-bundle 1.0.3 → 1.0.4
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/git-bundle.gemspec +3 -5
- data/lib/git_bundle/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d9c83c130883d9bb05f90d5d6260689d2c9397f
|
|
4
|
+
data.tar.gz: 2904acd79f0b4b98a9960312118458dcaec70af4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 677b1c479f241d31f851ac94667f0f04168cbf0087ec33321fbdbfbdecf8aa5d2b26ce43c5230cca3488fa0ae93b5537f42a6dc66dae35ec2fd8d5f25bc5e7db
|
|
7
|
+
data.tar.gz: 30128ea57f981f488312c4b6b13e03922175dc4f4f660847e37a0b0608f73ac03bce8164da6b8aefd7a57eb47474e23a30709090dd359c9dbf3ff9ff9a7a9f5d
|
data/git-bundle.gemspec
CHANGED
|
@@ -8,11 +8,9 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = GitBundle::VERSION
|
|
9
9
|
spec.authors = ['Pierre Pretorius']
|
|
10
10
|
spec.email = ['pierre@labs.epiuse.com']
|
|
11
|
-
spec.summary = %q{
|
|
12
|
-
spec.description = %q{
|
|
13
|
-
|
|
14
|
-
in combination with local overrides:
|
|
15
|
-
bundle config local.some_gem_or_rails_engine /path/to/local/git/repository}
|
|
11
|
+
spec.summary = %q{Simplifies working with gems from git repositories in combination with local overrides.}
|
|
12
|
+
spec.description = %q{Simplifies working with gems from git repositories in combination with local overrides.
|
|
13
|
+
See the github page for more detail.}
|
|
16
14
|
spec.homepage = 'https://github.com/EPI-USE-Labs/git-bundle'
|
|
17
15
|
spec.license = 'MIT'
|
|
18
16
|
|
data/lib/git_bundle/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: git-bundle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pierre Pretorius
|
|
@@ -25,10 +25,8 @@ dependencies:
|
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '1.12'
|
|
27
27
|
description: |-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
in combination with local overrides:
|
|
31
|
-
bundle config local.some_gem_or_rails_engine /path/to/local/git/repository
|
|
28
|
+
Simplifies working with gems from git repositories in combination with local overrides.
|
|
29
|
+
See the github page for more detail.
|
|
32
30
|
email:
|
|
33
31
|
- pierre@labs.epiuse.com
|
|
34
32
|
executables:
|
|
@@ -74,5 +72,6 @@ rubyforge_project:
|
|
|
74
72
|
rubygems_version: 2.5.1
|
|
75
73
|
signing_key:
|
|
76
74
|
specification_version: 4
|
|
77
|
-
summary:
|
|
75
|
+
summary: Simplifies working with gems from git repositories in combination with local
|
|
76
|
+
overrides.
|
|
78
77
|
test_files: []
|