alephant-support 0.0.2 → 0.0.3

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: 6641b35a27e1c6cf574bb3739134d5129b8ff273
4
- data.tar.gz: 58fb9727a6fddf3c18af75b11c00015a693d31ee
3
+ metadata.gz: 23305bc386be8f6b9a030262178e3870886dd6c7
4
+ data.tar.gz: 7ece0f4478a19de7df8bf865fcadfd0d49971a56
5
5
  SHA512:
6
- metadata.gz: 14330b8e100214eb3977823fce266616f3bdd10d596071c454cdb0f5b5fdd1d31100c9d42c94fc70643030fdd98bc2fc8ea30068d7632c171645f4ebe6693c4a
7
- data.tar.gz: a6e5fd38945d1f7f1ff18f3f2a02e3a3f4e19711c907c5eae87b93a256448ddbe8ce946ff04da440f7500d3db13e2b67627cb71f7d98280f8dd3eeee45a9ce09
6
+ metadata.gz: 4c4dfdd10cc493c8541c091e6fc2f28afcca69da115f113a06e6e80a462e90ecf8925df4237938c6d0ed7659c408eb38774d9e733468ecc775a0e07124f4013f
7
+ data.tar.gz: 9c7c01d1c8bb2b77db717b446f4ffe7a423510f42f99c063a682473dec0e975fa7d0052ff978d48f4cfa14cc2ddd1d575332c003e18ccc7945aa955167aaa8fc
data/.gitignore CHANGED
@@ -3,3 +3,4 @@
3
3
  tmp
4
4
  pkg
5
5
  *.gem
6
+ Gemfile.lock
@@ -23,6 +23,7 @@ module Alephant
23
23
  end
24
24
 
25
25
  def table_data
26
+ table.load_schema unless table.schema_loaded?
26
27
  table.items.collect do |item|
27
28
  construct_attributes_from item
28
29
  end
@@ -1,5 +1,5 @@
1
1
  module Alephant
2
2
  module Support
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alephant-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Jack
@@ -160,7 +160,6 @@ files:
160
160
  - .gitignore
161
161
  - .travis.yml
162
162
  - Gemfile
163
- - Gemfile.lock
164
163
  - Guardfile
165
164
  - LICENSE.txt
166
165
  - README.md
@@ -200,4 +199,3 @@ summary: Supporting classes for the alephant framework
200
199
  test_files:
201
200
  - spec/parser_spec.rb
202
201
  - spec/spec_helper.rb
203
- has_rdoc:
data/Gemfile.lock DELETED
@@ -1,84 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- alephant-support (0.0.1)
5
- jsonpath
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- celluloid (0.15.2)
11
- timers (~> 1.1.0)
12
- celluloid-io (0.15.0)
13
- celluloid (>= 0.15.0)
14
- nio4r (>= 0.5.0)
15
- coderay (1.1.0)
16
- diff-lcs (1.2.5)
17
- ffi (1.9.3-java)
18
- formatador (0.2.4)
19
- guard (2.4.0)
20
- formatador (>= 0.2.4)
21
- listen (~> 2.1)
22
- lumberjack (~> 1.0)
23
- pry (>= 0.9.12)
24
- thor (>= 0.18.1)
25
- guard-rspec (4.2.6)
26
- guard (~> 2.1)
27
- rspec (>= 2.14, < 4.0)
28
- jsonpath (0.5.6)
29
- multi_json
30
- listen (2.5.0)
31
- celluloid (>= 0.15.2)
32
- celluloid-io (>= 0.15.0)
33
- rb-fsevent (>= 0.9.3)
34
- rb-inotify (>= 0.9)
35
- lumberjack (1.0.4)
36
- method_source (0.8.2)
37
- multi_json (1.8.4)
38
- nio4r (1.0.0-java)
39
- pry (0.9.12.6-java)
40
- coderay (~> 1.0)
41
- method_source (~> 0.8)
42
- slop (~> 3.4)
43
- spoon (~> 0.0)
44
- pry-nav (0.2.3)
45
- pry (~> 0.9.10)
46
- pry-remote (0.1.8)
47
- pry (~> 0.9)
48
- slop (~> 3.0)
49
- rake (10.1.1)
50
- rb-fsevent (0.9.4)
51
- rb-inotify (0.9.3)
52
- ffi (>= 0.5.0)
53
- rspec (2.14.1)
54
- rspec-core (~> 2.14.0)
55
- rspec-expectations (~> 2.14.0)
56
- rspec-mocks (~> 2.14.0)
57
- rspec-core (2.14.7)
58
- rspec-expectations (2.14.5)
59
- diff-lcs (>= 1.1.3, < 2.0)
60
- rspec-mocks (2.14.5)
61
- rspec-nc (0.0.6)
62
- rspec (~> 2.9)
63
- terminal-notifier (~> 1.4.2)
64
- slop (3.4.7)
65
- spoon (0.0.4)
66
- ffi
67
- terminal-notifier (1.4.2)
68
- thor (0.18.1)
69
- timers (1.1.0)
70
-
71
- PLATFORMS
72
- java
73
-
74
- DEPENDENCIES
75
- alephant-support!
76
- bundler (~> 1.3)
77
- guard
78
- guard-rspec
79
- pry
80
- pry-nav
81
- pry-remote
82
- rake
83
- rspec
84
- rspec-nc