bitshares-cityhash 0.9.1 → 0.9.2

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: 404a22d513da567915bc1b950df4655491c3adc8
4
- data.tar.gz: 1085bc524f0ad377a3831d7eb9ac0b772c0ead83
3
+ metadata.gz: b3db3634c796090ab76fa3e9d91663c14c86bc7c
4
+ data.tar.gz: d7464c22069e507d321807b9da744861e5bb871f
5
5
  SHA512:
6
- metadata.gz: 668ad0fe8d25abf641b8525bb1aeb85b677923dc39d1858044776944a11318d1fa1055425c16d47a8cd4e9c1487f9f02b3a3aff7918858a389bbfecbf28814df
7
- data.tar.gz: 9a8408bbb0f6765466977712767090f051a1844ae1ca61c97129272b21c2ec067538b4c44487d7b6504ee43f9ff44ed0a0aee16b1dbde78cc4bdaaea546fd899
6
+ metadata.gz: 5353cca56a28bf1cfe0accba12709b53f50a377027c215ab77c4a4c3f2daace296f8d9ba619087efeb1cc520993efa7b2a3a40f2f45fbdee3903ea3e9df363f7
7
+ data.tar.gz: 0673bc73ade480b5a955faa82c05943317ced26e5eab304fae4210111972d49e47ad6fd18995ab2a3b17545df2486b401159629c6cbe8682a9590e72e3eaead2
@@ -0,0 +1,8 @@
1
+ .PHONY: gem push
2
+
3
+ gem:
4
+ gem build cityhash.gemspec
5
+
6
+ push: gem
7
+ gem push bitshares-cityhash-*.gem
8
+
data/README.md CHANGED
@@ -4,7 +4,7 @@ Ruby wrapper for google's cityhash.
4
4
 
5
5
  ### Install
6
6
 
7
- gem install cityhash
7
+ gem install bitshares-cityhash
8
8
 
9
9
  ### Usage
10
10
 
@@ -10,7 +10,6 @@ Gem::Specification.new do |s|
10
10
  s.authors = ["Vasiliy Ermolovich", "syalon"]
11
11
  s.email = ["younash@gmail.com", "hanomirin@foxmail.com"]
12
12
  s.homepage = "https://github.com/syalon/bitshares-cityhash.git"
13
- s.summary = %q{ruby bindings for google's cityhash}
14
13
 
15
14
  s.rubyforge_project = "cityhash"
16
15
 
@@ -1,3 +1,3 @@
1
1
  module CityHash
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bitshares-cityhash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vasiliy Ermolovich
@@ -25,6 +25,7 @@ files:
25
25
  - CHANGELOG.md
26
26
  - Gemfile
27
27
  - LICENSE.txt
28
+ - Makefile
28
29
  - README.md
29
30
  - Rakefile
30
31
  - cityhash.gemspec
@@ -60,5 +61,5 @@ rubyforge_project: cityhash
60
61
  rubygems_version: 2.6.14.3
61
62
  signing_key:
62
63
  specification_version: 4
63
- summary: ruby bindings for google's cityhash
64
+ summary: cityhash gem for bitshares blockchain.
64
65
  test_files: []