alephant-support 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/lib/alephant/support/dynamodb/table.rb +1 -0
- data/lib/alephant/support/version.rb +1 -1
- metadata +1 -3
- data/Gemfile.lock +0 -84
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23305bc386be8f6b9a030262178e3870886dd6c7
|
4
|
+
data.tar.gz: 7ece0f4478a19de7df8bf865fcadfd0d49971a56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c4dfdd10cc493c8541c091e6fc2f28afcca69da115f113a06e6e80a462e90ecf8925df4237938c6d0ed7659c408eb38774d9e733468ecc775a0e07124f4013f
|
7
|
+
data.tar.gz: 9c7c01d1c8bb2b77db717b446f4ffe7a423510f42f99c063a682473dec0e975fa7d0052ff978d48f4cfa14cc2ddd1d575332c003e18ccc7945aa955167aaa8fc
|
data/.gitignore
CHANGED
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.
|
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
|