neography-batch 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/neography-batch/batch.rb +1 -1
- data/lib/neography-batch/batch_reference.rb +1 -1
- data/lib/neography-batch.rb +1 -1
- data/neography-batch.gemspec +1 -1
- data/publish.sh +3 -0
- data/spec/batch_reference_spec.rb +1 -1
- data/spec/batch_spec.rb +1 -1
- metadata +2 -1
data/lib/neography-batch.rb
CHANGED
data/neography-batch.gemspec
CHANGED
data/publish.sh
ADDED
data/spec/batch_spec.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neography-batch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -75,6 +75,7 @@ files:
|
|
75
75
|
- lib/neography-batch/batch.rb
|
76
76
|
- lib/neography-batch/batch_reference.rb
|
77
77
|
- neography-batch.gemspec
|
78
|
+
- publish.sh
|
78
79
|
- spec/batch_reference_spec.rb
|
79
80
|
- spec/batch_spec.rb
|
80
81
|
- spec/spec_helper.rb
|