acts_as_hashable 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 96c41090ceb3c7fa641c3d120194f1f553aec8e3
4
- data.tar.gz: ae8c03743c9ecbef87c3944dbcfefa9f056819e0
3
+ metadata.gz: e994e8eeb818346bb046a388a35b7ba05f77f510
4
+ data.tar.gz: 2ca80577bc31e27371fab1d3c257d9015e972e84
5
5
  SHA512:
6
- metadata.gz: 12f6625c97ebc77a3a9c07659836f33a72cc24908733af3c0a46624e0e5ac6094aca062a06e1be296d8da94f315bc7dfb119e86a5efeb145770b85b0c93de521
7
- data.tar.gz: 06cbfecd4d49b5bf94f450d539e7b4aacd3cd81f700ce9fb9ac7680c9cd6c27611181b0a9893dfea907c20d6f84456acf92ec3934c56f5f33e41f95438e6b840
6
+ metadata.gz: fb972ba3ce6921afd2d2d8a2eff6f74ced9b040b7b4ae6976846b3facb55eb1267558794d3112ccd37326382126db01a73c8fc8b4b3c4971d07c6a816536266e
7
+ data.tar.gz: 3213d779b10815dc64164439fec4d32ebc687c7149326ddf234ebaadc2bd41e4d93baec2a1f7db7b7d9cb174a14211248a31554e585634355da2480e4711fc01
@@ -0,0 +1,8 @@
1
+ #
2
+ # Copyright (c) 2018-present, Blue Marble Payroll, LLC
3
+ #
4
+ # This source code is licensed under the MIT license found in the
5
+ # LICENSE file in the root directory of this source tree.
6
+ #
7
+
8
+ require_relative 'acts_as_hashable/acts_as_hashable'
@@ -6,5 +6,5 @@
6
6
  #
7
7
 
8
8
  module ActsAsHashable
9
- VERSION = "1.0.0"
9
+ VERSION = "1.0.1"
10
10
  end
@@ -5,7 +5,7 @@
5
5
  # LICENSE file in the root directory of this source tree.
6
6
  #
7
7
 
8
- require './lib/acts_as_hashable/acts_as_hashable'
8
+ require './lib/acts_as_hashable'
9
9
 
10
10
  class Toy
11
11
  acts_as_hashable
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_hashable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Ruggio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-06 00:00:00.000000000 Z
11
+ date: 2018-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -43,6 +43,7 @@ files:
43
43
  - LICENSE
44
44
  - README.md
45
45
  - acts_as_hashable.gemspec
46
+ - lib/acts_as_hashable.rb
46
47
  - lib/acts_as_hashable/acts_as_hashable.rb
47
48
  - lib/acts_as_hashable/hashable.rb
48
49
  - lib/acts_as_hashable/utilities.rb