branches 1.0.0 → 1.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c82356498e5b531cfd52459f46b0ef8e4693a427
4
- data.tar.gz: 2544e5d6c5596ce06d2f192ca30ce9d3461d010f
3
+ metadata.gz: ac1e912b1e50a91ee8976ba66c4bfa58c7347a70
4
+ data.tar.gz: d6758de77fa43ce9acb885f5fb8fc59aaad1b348
5
5
  SHA512:
6
- metadata.gz: 6cbdf01e5d3bf7913c5d6c23a7a4bef20c2e9d924e396f92298b8d43d081077f58fd93150b2665b44cc6ad50f5168f7e18076f18fe2f93e04ad3bfadb9a6e337
7
- data.tar.gz: 8d4dc40bae02cf33ee37655a593e8104236b57cf5da54f312eddf329650194f7b9aaac1570a5a249dccb57d9e9ceef1bd2277a3b80575493db316b429aa23dd7
6
+ metadata.gz: 92af7879aaabfa75f1915c038f54be4a4197bf833bd5d8fad2eff7a54c386744f0a275d6df4535e674b8123c3b2e0a8afaac5ee4848409b3850e907296df51a9
7
+ data.tar.gz: a5a40902d23b01859732635856aba870e9739c795287c8e7971e58a9d3ec6348f595788088a87503d1e6a7189a2b75f6d7023ad969397f811cc5dbe7c7e00711
data/branches.gemspec CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Branches::VERSION
9
9
  spec.authors = ["Blake Erickson"]
10
10
  spec.email = ["o.blakeerickson@gmail.com"]
11
- spec.summary = %q{A command line tool to show a list of git branches by date}
12
- spec.description = %q{A command line tool to show a list of git branches by date}
13
- spec.homepage = "http://blaketv.com"
11
+ spec.summary = %q{A command-line tool to show a list of git branches by date}
12
+ spec.description = %q{A command-line tool to show a list of git branches by date}
13
+ spec.homepage = "https://github.com/oblakeerickson/branches"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module Branches
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: branches
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blake Erickson
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: A command line tool to show a list of git branches by date
41
+ description: A command-line tool to show a list of git branches by date
42
42
  email:
43
43
  - o.blakeerickson@gmail.com
44
44
  executables:
@@ -55,7 +55,7 @@ files:
55
55
  - branches.gemspec
56
56
  - lib/branches.rb
57
57
  - lib/branches/version.rb
58
- homepage: http://blaketv.com
58
+ homepage: https://github.com/oblakeerickson/branches
59
59
  licenses:
60
60
  - MIT
61
61
  metadata: {}
@@ -78,5 +78,5 @@ rubyforge_project:
78
78
  rubygems_version: 2.2.2
79
79
  signing_key:
80
80
  specification_version: 4
81
- summary: A command line tool to show a list of git branches by date
81
+ summary: A command-line tool to show a list of git branches by date
82
82
  test_files: []