Skip to content

Commit 7c213b4

Browse files
committed
yay
1 parent 17bea74 commit 7c213b4

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

.rspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
--format documentation
2+
--color
3+
--require spec_helper

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
language: ruby
3+
cache: bundler
4+
rvm:
5+
- 2.7.0
6+
before_install: gem install bundler -v 2.1.4

Gemfile.lock

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
PATH
2+
remote: .
3+
specs:
4+
neo4j_bolt (0.1.0)
5+
6+
GEM
7+
remote: https://rubygems.org/
8+
specs:
9+
diff-lcs (1.5.0)
10+
rake (12.3.3)
11+
rspec (3.11.0)
12+
rspec-core (~> 3.11.0)
13+
rspec-expectations (~> 3.11.0)
14+
rspec-mocks (~> 3.11.0)
15+
rspec-core (3.11.0)
16+
rspec-support (~> 3.11.0)
17+
rspec-expectations (3.11.1)
18+
diff-lcs (>= 1.2.0, < 2.0)
19+
rspec-support (~> 3.11.0)
20+
rspec-mocks (3.11.2)
21+
diff-lcs (>= 1.2.0, < 2.0)
22+
rspec-support (~> 3.11.0)
23+
rspec-support (3.11.1)
24+
25+
PLATFORMS
26+
ruby
27+
28+
DEPENDENCIES
29+
neo4j_bolt!
30+
rake (~> 12.0)
31+
rspec (~> 3.0)
32+
33+
BUNDLED WITH
34+
2.1.4

0 commit comments

Comments
 (0)