aviator 0.3.0 → 0.3.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: 4add1dd8d4a03f788ba34a3620c7a0bbd14edf45
4
- data.tar.gz: a9c19cc6493120f6f82c524ab6f03184e2f4efe8
3
+ metadata.gz: 91db68a0d88754625a9429d26723890f3d62d947
4
+ data.tar.gz: f1f77f25818c96353a457d3f94ce9a18803bc7fd
5
5
  SHA512:
6
- metadata.gz: 18bd57b05470eeae1adbb4e91bdb8e84d0d5974ca744286fcf86ef9a4303aa2fb91cdcd796a7fd8d41a78c4398ac885339490fc2d5fe86d5965a7c1f04a989aa
7
- data.tar.gz: 27c5c9c8f4e1be7d86260f5aee1aec028dac77eff86df268081886093857da3b810fc79de3ad9b27a26e9faf3fadccb3055801cb526f437160c28dfb5af3ff33
6
+ metadata.gz: 4c01738dfb491cec14c80c782ec48160685dbea1373e017e425f80d5eaa684967e49af2eeca4a9baa5862230f5c7f23fc4ed2bbf06a9057a027850101ffb577c
7
+ data.tar.gz: 8931f4817c4afd6a2049de867cdd8387a173c86ab7201d595886239397ca0285ddaa7b470258df91ab7522cd39bc5d9eb8daf52ce14ae99ea29bf93c93df5d08
@@ -1,9 +1,9 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 1.8.7
4
3
  - 1.9.3
5
4
  - 2.0.0
6
5
  - 2.1.0
6
+ - 2.2.2
7
7
  bundler_args: --without development
8
8
  script:
9
9
  - cp test/environment.yml.travis-ci test/environment.yml
data/Gemfile CHANGED
@@ -15,7 +15,7 @@ group :test do
15
15
  gem 'rake'
16
16
  gem 'simplecov', '~> 0.7.0'
17
17
  gem 'coveralls', '~> 0.7.0'
18
- gem 'json', '~> 1.7.0'
18
+ gem 'json', '~> 1.8.0'
19
19
  gem 'minitest', '~> 4.7.0'
20
20
  gem 'minitest-reporters', '~> 0.14.20'
21
21
  gem 'mocha', '~> 1.1.0'
@@ -15,7 +15,7 @@ class Hashish
15
15
 
16
16
  def ==(other_obj)
17
17
  other_obj.class == self.class &&
18
- other_obj.hash == self.hash
18
+ other_obj.to_hash == self.to_hash
19
19
  end
20
20
 
21
21
  def [](key)
@@ -42,7 +42,7 @@ class Hashish
42
42
  @hash.has_key? normalize(name)
43
43
  end
44
44
 
45
- def hash
45
+ def to_hash
46
46
  @hash
47
47
  end
48
48
 
@@ -1,3 +1,3 @@
1
1
  module Aviator
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aviator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Maglana
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-22 00:00:00.000000000 Z
11
+ date: 2015-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday