google_hash 0.8.8 → 0.8.9

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: 740798833621dbefcffec3eb78ac7a7fe472c562
4
- data.tar.gz: 0435d451ab7088b1734e50e1616b4a82d49621b4
3
+ metadata.gz: 3d4a00aced4b559a55a20aec05d369d460b9137e
4
+ data.tar.gz: cf14467fd332cf5463922939c51e63362ccabcc5
5
5
  SHA512:
6
- metadata.gz: 8a9ed92b16cb9ef6e4f2bed83d5434e4d7a5375cc47c810c43e6b0d90041ca97fe2f6203f8122e4534ff46ba6a3ca11f1ec7b68facec96e8f812502c82cfb3da
7
- data.tar.gz: 734d6e7bbc493ce322ca8e73dcd2309a73da0dd6de5b4a7e0144dae97861d702dc5c577dacb931c639d3f4f602f7138c41f655c0d6468328247b888897733618
6
+ metadata.gz: 1d7e3c4cfb37e5f185adb0fa52cf87c016643ec86586e82251f83459e13b22a2842fe21c29f632fefb8ae935eb626f79475df31371de67885e4c64e7de2e956a
7
+ data.tar.gz: 06d813011b63e66e22b5fb2a1000617346f061d5f3d13551690942c2d4d17216cb8f7c970fb06970213992150213d8a356010cf092449400a59adb07137de9df
@@ -1,3 +1,6 @@
1
+ 0.8.9
2
+ hopefully fix build failure OS X newer xcode releases
3
+
1
4
  0.8.8
2
5
  re-deploy from corrupted deploy [?]
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.8
1
+ 0.8.9
@@ -901,7 +901,7 @@ TYPED_TEST(HashtableAllTest, Swap) {
901
901
  #ifdef _MSC_VER
902
902
  other_ht.swap(this->ht_);
903
903
  #else
904
- swap(this->ht_, other_ht);
904
+ std::swap(this->ht_, other_ht);
905
905
  #endif
906
906
 
907
907
  EXPECT_EQ(this->UniqueKey(1), this->ht_.deleted_key());
@@ -2,17 +2,17 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: google_hash 0.8.5 ruby lib
5
+ # stub: google_hash 0.8.9 ruby lib
6
6
  # stub: ext/extconf.rb
7
7
 
8
8
  Gem::Specification.new do |s|
9
9
  s.name = "google_hash"
10
- s.version = "0.8.5"
10
+ s.version = "0.8.9"
11
11
 
12
12
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
13
13
  s.require_paths = ["lib"]
14
14
  s.authors = ["rogerdpack"]
15
- s.date = "2015-01-21"
15
+ s.date = "2015-10-12"
16
16
  s.description = "Ruby wrappers to the google hash library"
17
17
  s.email = "rogerdpack@gmail.com"
18
18
  s.extensions = ["ext/extconf.rb"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_hash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.8
4
+ version: 0.8.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - rogerdpack
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-22 00:00:00.000000000 Z
11
+ date: 2015-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sane