alephant-lookup 0.1.0 → 0.1.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: ef3ba4169c1f38bd9cb7b77e7232d6b397df859d
4
- data.tar.gz: 625f0e7bc33ab02f9f7f6c37e2ef66095224edb2
3
+ metadata.gz: 8f5fb427c6675099976cce2c6e8ddb9e378c943c
4
+ data.tar.gz: 711d50dc672670a5104f3d95923f2416c54c5f85
5
5
  SHA512:
6
- metadata.gz: 9e38028f8348ebeda01dcf0467bdc0ba510f813c5b0367106e1f65804a2c4f09fe4c4d62e9547fd4a023af25f2d2a7275e4b4b2a927c6d650d68fd4b285f20c0
7
- data.tar.gz: d863bb7b732d3f8a3201b585c9ba88d5517b95e6276e9eee043d0f841e8991e3bc0a1cefe53b2ad653cbfafd3ab8cad36a3fc154e9813cc34327f2fa092ef02b
6
+ metadata.gz: cd854746696793dc8deabc0fe68892faf41d243d37f182b981fedd00259858a652115d18875834337286546e43a881951a79aa42b1a215753706f796a9ffa3e4
7
+ data.tar.gz: 37640da8a784fcb46a5bef9428355bafbfe95c1a1d00fba31a40ef736f17fa880d660efec78506528ccd18ba3ef3fb9a025a11362469fecaa1a0a045079d314e
@@ -6,7 +6,7 @@ module Alephant
6
6
  module Lookup
7
7
  @@lookup_tables = {}
8
8
 
9
- def self.create(table_name, component_id)
9
+ def self.create(table_name, component_id = nil)
10
10
  @@lookup_tables[table_name] ||= LookupTable.new(table_name)
11
11
  LookupHelper.new(@@lookup_tables[table_name], component_id)
12
12
  end
@@ -1,5 +1,5 @@
1
1
  module Alephant
2
2
  module Lookup
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alephant-lookup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Kenny