lab42_ihash 0.0.1.beta → 0.0.1.beta1

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: 340ee6217f0f1fabdcc7d5af631fe6c40982b6e9
4
- data.tar.gz: ec83fb030f1ae017e193525fcedae4c8e335606b
3
+ metadata.gz: 084f57282d3c55f2445afd875bca5d9bb2632d5f
4
+ data.tar.gz: e5b500929253de32e3461976fb516768e608e71f
5
5
  SHA512:
6
- metadata.gz: 90f46bf55fb52af4d0d6deda21421d66e2f530c2f27869a8f2348eb48160387f35ce15fb1af1f83e9e529af76258013836367eb98aebf23ac9d711c150fee9fd
7
- data.tar.gz: 1f67e0a1699424b0e0e45a21fe740cadb0e0db02e5cc94420c7ca7562cc0ad10ec90417468fe82c678120f66888286a54d441e92805ac021bf5769b09a7b8176
6
+ metadata.gz: ef712b7755d7b003d2b36846444bd7a50e2de1a2c201dd5fef4271c94ad7a744fc899aeb4d90a145930627adc6ff41c98304b637136506c33cee9a72b3774598
7
+ data.tar.gz: b20f37cbf7e47cf62ddeba11b49f37e7fead4ef4b6cabe0702a4d50ff1073c6466d7b8a6b74111112bfc16547f1c909278c77bbbaf0b145909ef4ad4cdf7646e
@@ -1,8 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lab42_intellihash (0.0.1)
5
- forwarder2 (~> 0.2)
4
+ lab42_ihash (0.0.1.beta1)
6
5
 
7
6
  GEM
8
7
  remote: https://rubygems.org/
@@ -14,7 +13,6 @@ GEM
14
13
  coderay (1.1.0)
15
14
  diff-lcs (1.2.5)
16
15
  facets (2.9.3)
17
- forwarder2 (0.2.0)
18
16
  method_source (0.8.2)
19
17
  pry (0.9.12.6)
20
18
  coderay (~> 1.0)
@@ -42,7 +40,7 @@ PLATFORMS
42
40
  DEPENDENCIES
43
41
  ae (~> 1.8)
44
42
  bundler (~> 1.6)
45
- lab42_intellihash!
43
+ lab42_ihash!
46
44
  pry (~> 0.9)
47
45
  pry-nav (~> 0.2)
48
46
  qed (~> 2.9)
data/README.md CHANGED
@@ -29,6 +29,13 @@ The services `IHash` provides are of the number of four:
29
29
  IHash = Lab42::IHash
30
30
  ```
31
31
 
32
+ Or to do the same in one line of code
33
+
34
+ ```ruby
35
+ require 'lab42/ihash/auto_import'
36
+ ```
37
+
38
+
32
39
 
33
40
  ## Manual (QED Driven)
34
41
 
@@ -1,4 +1,3 @@
1
1
  LIBRARY_PATH = File.expand_path '../../lib'
2
2
 
3
- require 'lab42/ihash'
4
- IHash = Lab42::IHash
3
+ require 'lab42/ihash/auto_import'
@@ -0,0 +1,3 @@
1
+ require_relative '../ihash'
2
+
3
+ ::IHash = Lab42::IHash
@@ -1,5 +1,5 @@
1
1
  module Lab42
2
2
  class IHash
3
- VERSION = '0.0.1.beta'
3
+ VERSION = '0.0.1.beta1'
4
4
  end # class IHash
5
5
  end # module Lab42
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lab42_ihash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.beta
4
+ version: 0.0.1.beta1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Dober
@@ -115,6 +115,7 @@ files:
115
115
  - demo/applique/require_ihash.rb
116
116
  - lab42_ihash.gemspec
117
117
  - lib/lab42/ihash.rb
118
+ - lib/lab42/ihash/auto_import.rb
118
119
  - lib/lab42/ihash/version.rb
119
120
  homepage: https://github.com/RobertDober/lab42_ihash
120
121
  licenses: