Skip to content

Commit 2dfe0a2

Browse files
authored
Merge pull request #5 from doximity/rs_initial_empty_gem_release
Bump to 0.0.2 to cut release
2 parents 9cbfda0 + 4930a44 commit 2dfe0a2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Changelog
22
=========
33

4+
## 0.0.2 04/12/2022
5+
* Update gemspec causing faiulre to push to ruby gems
6+
47
## 0.0.1 04/07/2022
58
* Initial empty gem

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
neo4j-http (0.0.1)
4+
neo4j-http (0.0.2)
55
activesupport (>= 5.2)
66
faraday (< 2)
77
faraday-retry

lib/neo4j/http/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Neo4j
22
module Http
3-
VERSION = "0.0.1"
3+
VERSION = "0.0.2"
44
end
55
end

0 commit comments

Comments
 (0)