Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit 463f6a0

Browse files
committed
Make Gemfile.lock and version.rb match.
The gemspec is currently distributed within the gem, so it may cause confusion that the versions don't match. Therefore: - Bump version. - Update bundle.
1 parent 2ce2f66 commit 463f6a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
git_commit_size_scraper (1.0.1)
4+
git_commit_size_scraper (1.0.2)
55
statistical_array (~> 1.0)
66

77
GEM
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GitCommitSizeScraper
2-
VERSION = "1.0.1"
2+
VERSION = "1.0.2"
33
end

0 commit comments

Comments
 (0)