git_local 0.0.2 → 0.0.3

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: 162324f58ec0dcc7a42618d829adb745b1a9d168
4
- data.tar.gz: 50bded75f0cccd73479ba51de0b670a5daed7862
3
+ metadata.gz: 26c11cea43b5910416d5670eaf5dc82f160207a6
4
+ data.tar.gz: '099683934a6673775a0fe898c9424fda140a9f76'
5
5
  SHA512:
6
- metadata.gz: 29ba407c31aa08a995408f1c806be444bb4be050ebe4b0b1ada1894006f6fabef5ce37562cabf574ddfb4c1f5e930cba9e344b5e787984857332ec5c653d67cc
7
- data.tar.gz: a0a948674d56f4b0b63b226daaf7ad0347160d8c4ba21250125a6a5487cb9a9add8b792f60a722711fd6abb09deb8e1b8943d4e6600f80689aa7ab96ff3480ac
6
+ metadata.gz: b78a382c89d92e82994fa3bbc23902003cf97949ec9da6b4c0168824e175ee764c320a89457f28c6da6463f91ef71b3c25379d0ab12927f15b2653d47f91b68a
7
+ data.tar.gz: 1cc3566ee69290c2066511eae50f57c1fdf952847e00e9f39cfbb9519ec19ef66d1d13731f735afde3c5bdc24dfa2bc6bf640568a062cafb89a5d31f9e8841b5
data/git_local.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["dev@galvanize.com"]
11
11
 
12
12
  spec.summary = "A lightweight git command line wrapper in Ruby"
13
- spec.homepage = "https://github.com/Galvanize-IT/GitLocal"
13
+ spec.homepage = "https://github.com/GalvanizeOpenSource/git_local"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,3 +1,3 @@
1
1
  module GitLocal
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_local
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Galvanize Product
@@ -85,7 +85,7 @@ files:
85
85
  - lib/git_local/repository.rb
86
86
  - lib/git_local/test_helpers.rb
87
87
  - lib/git_local/version.rb
88
- homepage: https://github.com/Galvanize-IT/GitLocal
88
+ homepage: https://github.com/GalvanizeOpenSource/git_local
89
89
  licenses:
90
90
  - MIT
91
91
  metadata: {}