orientdb-binary 0.7.0 → 0.7.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: 483a460ffe7adabe38fcdc83ccabf71c76b3381e
4
- data.tar.gz: e5ae7de8051cd0aff177aa923c849f054dbb4fa9
3
+ metadata.gz: f0dbc1ea16b695c940e53c9bfc8a806bff16c2ca
4
+ data.tar.gz: fbf2bf494cbd6fb478018af6114d5ba657a3dfcf
5
5
  SHA512:
6
- metadata.gz: 0fa2d9e79d8f4849af773e273dc1498c6f1e0b1d0d2d893afffa0d8d3dfdb919574bd4461dd3a659fc7f79da09758df2b027cee16abdec3faae7b2b0caced534
7
- data.tar.gz: 5777ffec8ad36e4812b0ad5db63c230933d78d0be82a55443bd17de43afb9a36b7ae630581305c57a3cde3510bc3414c5197b05d245eb7030982fef2cdc89cf2
6
+ metadata.gz: d5eccede9b6aba253166a44f9ed7d5199df346f6a49db527bbc8be132ed6347a9303ae690857787de3fafb1094e4c3b45aba2bc7f8b3e28a713f2138453165dc
7
+ data.tar.gz: 445f4cb0cd0cda17007e85209a65ea3767846df28ac7a6d347f675872c8233f8ce36ba6042739d363196b7b36a1b1321147183672f8a39f20091aeb6b6ffc725
@@ -1,5 +1,5 @@
1
1
  module OrientdbBinary
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
3
3
  NAME = "OrientDB Binary Protocol Ruby Client"
4
4
  PROTOCOL_VERSION = 20
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["ostrowski.michal@gmail.com"]
11
11
  spec.summary = %q{OrientDB native client for Ruby 2}
12
12
  spec.description = %q{Graph Database OrientDB native client for Ruby}
13
- spec.homepage = "http://orientdb-binary.espresse.net"
13
+ spec.homepage = "http://github.com/espresse/orientdb_binary"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orientdb-binary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Ostrowski
@@ -132,7 +132,7 @@ files:
132
132
  - test/database/test_serializer.rb
133
133
  - test/server/test_server.rb
134
134
  - test/test_helper.rb
135
- homepage: http://orientdb-binary.espresse.net
135
+ homepage: http://github.com/espresse/orientdb_binary
136
136
  licenses:
137
137
  - MIT
138
138
  metadata: {}