git-bundle 1.0.3 → 1.0.4

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: 72bdf46a0d1691d386a73789d3e409c7ffa568e1
4
- data.tar.gz: 45e26b76656b3d9b64f4e0866c1482ab7d820571
3
+ metadata.gz: 0d9c83c130883d9bb05f90d5d6260689d2c9397f
4
+ data.tar.gz: 2904acd79f0b4b98a9960312118458dcaec70af4
5
5
  SHA512:
6
- metadata.gz: 3dc6df327ce0f7efd7b1043329ff17dc1a9b71e06d478e02745a6fcfd12fa82eac3a2643141a2516bdf71836286bc822c90cae8fb54389314fca1c6b542bb7f4
7
- data.tar.gz: d95a4aa59168ac53cfa95a24c7eb17d542ff3deada25c0baf6a62c1b72100d0b23001a44781250a7f473f5be0903091f2bda8c2fd9dba774ffbdf8c18fc5c1db
6
+ metadata.gz: 677b1c479f241d31f851ac94667f0f04168cbf0087ec33321fbdbfbdecf8aa5d2b26ce43c5230cca3488fa0ae93b5537f42a6dc66dae35ec2fd8d5f25bc5e7db
7
+ data.tar.gz: 30128ea57f981f488312c4b6b13e03922175dc4f4f660847e37a0b0608f73ac03bce8164da6b8aefd7a57eb47474e23a30709090dd359c9dbf3ff9ff9a7a9f5d
@@ -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{Simplify working with local gems/engines overrides and git}
12
- spec.description = %q{This gem simplifies working with gems from git repositories:
13
- gem 'forum_engine', git: 'https://github.com/your_name/forum_engine.git', branch: :master
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
 
@@ -1,3 +1,3 @@
1
1
  module GitBundle
2
- VERSION = '1.0.3'
2
+ VERSION = '1.0.4'
3
3
  end
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.3
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
- This gem simplifies working with gems from git repositories:
29
- gem 'forum_engine', git: 'https://github.com/your_name/forum_engine.git', branch: :master
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: Simplify working with local gems/engines overrides and git
75
+ summary: Simplifies working with gems from git repositories in combination with local
76
+ overrides.
78
77
  test_files: []