gris 0.6.2 → 0.6.5
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 +4 -4
- data/Gemfile.lock +20 -20
- data/gris.gemspec +2 -2
- data/lib/gris/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b05eaf6d9ab2e41cb3d108fc07dca0bc34ccd8c0
|
|
4
|
+
data.tar.gz: d9f4ad7e0d37376735e4315f6bac5225162b2528
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e614b1f1a74f0f569fe84badb26defd1075a9cdb16a0fb1ddcac8cbdd07c82f3b4a508ed94d9a5f1c97967a85387f0a05d828ff887359e80a4b990a8f57597c
|
|
7
|
+
data.tar.gz: fa46bcbfe1d22e05ce60eb61f3b1d60221fd19be6d63599074e8960a945192677cf92930f20b258921f8daa1b8cbadd3d7cb49bedfef2cfa8401d181ce645518
|
data/Gemfile.lock
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
gris (0.6.
|
|
4
|
+
gris (0.6.5)
|
|
5
5
|
activesupport (~> 4.2, >= 4.2.0)
|
|
6
6
|
chronic (~> 0.10.0)
|
|
7
7
|
dalli (~> 2.7)
|
|
8
8
|
git (~> 1.2, >= 1.2.8)
|
|
9
|
-
grape (>= 0.11.0)
|
|
9
|
+
grape (>= 0.11.0, < 0.16)
|
|
10
10
|
grape-roar (~> 0.3.0, >= 0.3.0)
|
|
11
11
|
grape-swagger (~> 0.10.0)
|
|
12
12
|
hashie-forbidden_attributes (~> 0.1.0)
|
|
13
13
|
indefinite_article (~> 0.2)
|
|
14
14
|
logging (~> 2.0)
|
|
15
15
|
racksh (~> 1.0)
|
|
16
|
-
rake
|
|
16
|
+
rake
|
|
17
17
|
roar (~> 1.0.1)
|
|
18
18
|
thor (~> 0.19, >= 0.19.1)
|
|
19
19
|
|
|
20
20
|
GEM
|
|
21
21
|
remote: https://rubygems.org/
|
|
22
22
|
specs:
|
|
23
|
-
activemodel (4.2.
|
|
24
|
-
activesupport (= 4.2.
|
|
23
|
+
activemodel (4.2.6)
|
|
24
|
+
activesupport (= 4.2.6)
|
|
25
25
|
builder (~> 3.1)
|
|
26
|
-
activerecord (4.2.
|
|
27
|
-
activemodel (= 4.2.
|
|
28
|
-
activesupport (= 4.2.
|
|
26
|
+
activerecord (4.2.6)
|
|
27
|
+
activemodel (= 4.2.6)
|
|
28
|
+
activesupport (= 4.2.6)
|
|
29
29
|
arel (~> 6.0)
|
|
30
|
-
activesupport (4.2.
|
|
30
|
+
activesupport (4.2.6)
|
|
31
31
|
i18n (~> 0.7)
|
|
32
32
|
json (~> 1.7, >= 1.7.7)
|
|
33
33
|
minitest (~> 5.1)
|
|
@@ -55,7 +55,7 @@ GEM
|
|
|
55
55
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
56
56
|
diff-lcs (1.2.5)
|
|
57
57
|
equalizer (0.0.11)
|
|
58
|
-
fakefs (0.8.
|
|
58
|
+
fakefs (0.8.1)
|
|
59
59
|
faraday (0.9.2)
|
|
60
60
|
multipart-post (>= 1.2, < 3)
|
|
61
61
|
faraday-digestauth (0.2.1)
|
|
@@ -71,7 +71,7 @@ GEM
|
|
|
71
71
|
ffi (1.9.10)
|
|
72
72
|
futuroscope (0.1.11)
|
|
73
73
|
git (1.3.0)
|
|
74
|
-
grape (0.
|
|
74
|
+
grape (0.15.0)
|
|
75
75
|
activesupport
|
|
76
76
|
builder
|
|
77
77
|
hashie (>= 2.1.0)
|
|
@@ -93,7 +93,7 @@ GEM
|
|
|
93
93
|
hashie (3.4.3)
|
|
94
94
|
hashie-forbidden_attributes (0.1.1)
|
|
95
95
|
hashie (>= 3.0)
|
|
96
|
-
hyperclient (0.
|
|
96
|
+
hyperclient (0.8.1)
|
|
97
97
|
faraday
|
|
98
98
|
faraday-digestauth
|
|
99
99
|
faraday_hal_middleware
|
|
@@ -107,7 +107,7 @@ GEM
|
|
|
107
107
|
activesupport
|
|
108
108
|
json (1.8.3)
|
|
109
109
|
little-plugger (1.1.4)
|
|
110
|
-
logging (2.
|
|
110
|
+
logging (2.1.0)
|
|
111
111
|
little-plugger (~> 1.1)
|
|
112
112
|
multi_json (~> 1.10)
|
|
113
113
|
minitest (5.8.4)
|
|
@@ -115,7 +115,7 @@ GEM
|
|
|
115
115
|
multi_xml (0.5.5)
|
|
116
116
|
multipart-post (2.0.0)
|
|
117
117
|
net-http-digest_auth (1.4)
|
|
118
|
-
parser (2.3.0.
|
|
118
|
+
parser (2.3.0.7)
|
|
119
119
|
ast (~> 2.2)
|
|
120
120
|
powerpack (0.1.1)
|
|
121
121
|
rack (1.6.4)
|
|
@@ -129,7 +129,7 @@ GEM
|
|
|
129
129
|
rack (>= 1.0)
|
|
130
130
|
rack-test (>= 0.5)
|
|
131
131
|
rainbow (2.1.0)
|
|
132
|
-
rake (
|
|
132
|
+
rake (11.1.2)
|
|
133
133
|
representable (2.3.0)
|
|
134
134
|
uber (~> 0.0.7)
|
|
135
135
|
roar (1.0.4)
|
|
@@ -138,7 +138,7 @@ GEM
|
|
|
138
138
|
rspec-core (~> 3.4.0)
|
|
139
139
|
rspec-expectations (~> 3.4.0)
|
|
140
140
|
rspec-mocks (~> 3.4.0)
|
|
141
|
-
rspec-core (3.4.
|
|
141
|
+
rspec-core (3.4.4)
|
|
142
142
|
rspec-support (~> 3.4.0)
|
|
143
143
|
rspec-expectations (3.4.0)
|
|
144
144
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
@@ -147,12 +147,12 @@ GEM
|
|
|
147
147
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
148
148
|
rspec-support (~> 3.4.0)
|
|
149
149
|
rspec-support (3.4.1)
|
|
150
|
-
rubocop (0.
|
|
151
|
-
parser (>= 2.3.0.
|
|
150
|
+
rubocop (0.39.0)
|
|
151
|
+
parser (>= 2.3.0.7, < 3.0)
|
|
152
152
|
powerpack (~> 0.1)
|
|
153
153
|
rainbow (>= 1.99.1, < 3.0)
|
|
154
154
|
ruby-progressbar (~> 1.7)
|
|
155
|
-
unicode-display_width (~> 0.
|
|
155
|
+
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
156
156
|
ruby-progressbar (1.7.5)
|
|
157
157
|
ruby_parser (3.8.1)
|
|
158
158
|
sexp_processor (~> 4.1)
|
|
@@ -163,7 +163,7 @@ GEM
|
|
|
163
163
|
tzinfo (1.2.2)
|
|
164
164
|
thread_safe (~> 0.1)
|
|
165
165
|
uber (0.0.15)
|
|
166
|
-
unicode-display_width (0.3
|
|
166
|
+
unicode-display_width (1.0.3)
|
|
167
167
|
uri_template (0.7.0)
|
|
168
168
|
virtus (1.0.5)
|
|
169
169
|
axiom-types (~> 0.1)
|
data/gris.gemspec
CHANGED
|
@@ -20,10 +20,10 @@ Gem::Specification.new do |s|
|
|
|
20
20
|
|
|
21
21
|
s.add_runtime_dependency 'thor', '~> 0.19', '>= 0.19.1'
|
|
22
22
|
s.add_runtime_dependency 'activesupport', '~> 4.2', '>= 4.2.0'
|
|
23
|
-
s.add_runtime_dependency 'rake'
|
|
23
|
+
s.add_runtime_dependency 'rake'
|
|
24
24
|
s.add_runtime_dependency 'git', '~> 1.2', '>= 1.2.8'
|
|
25
25
|
s.add_runtime_dependency 'logging', '~> 2.0'
|
|
26
|
-
s.add_runtime_dependency 'grape', '>= 0.11.0'
|
|
26
|
+
s.add_runtime_dependency 'grape', '>= 0.11.0', '< 0.16'
|
|
27
27
|
s.add_runtime_dependency 'grape-roar', '~> 0.3.0', '>= 0.3.0'
|
|
28
28
|
s.add_runtime_dependency 'grape-swagger', '~> 0.10.0'
|
|
29
29
|
s.add_runtime_dependency 'roar', '~> 1.0.1'
|
data/lib/gris/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gris
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dylan Fareed
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-04-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -54,22 +54,16 @@ dependencies:
|
|
|
54
54
|
name: rake
|
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
|
56
56
|
requirements:
|
|
57
|
-
- - "~>"
|
|
58
|
-
- !ruby/object:Gem::Version
|
|
59
|
-
version: '10.4'
|
|
60
57
|
- - ">="
|
|
61
58
|
- !ruby/object:Gem::Version
|
|
62
|
-
version:
|
|
59
|
+
version: '0'
|
|
63
60
|
type: :runtime
|
|
64
61
|
prerelease: false
|
|
65
62
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
63
|
requirements:
|
|
67
|
-
- - "~>"
|
|
68
|
-
- !ruby/object:Gem::Version
|
|
69
|
-
version: '10.4'
|
|
70
64
|
- - ">="
|
|
71
65
|
- !ruby/object:Gem::Version
|
|
72
|
-
version:
|
|
66
|
+
version: '0'
|
|
73
67
|
- !ruby/object:Gem::Dependency
|
|
74
68
|
name: git
|
|
75
69
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -111,6 +105,9 @@ dependencies:
|
|
|
111
105
|
- - ">="
|
|
112
106
|
- !ruby/object:Gem::Version
|
|
113
107
|
version: 0.11.0
|
|
108
|
+
- - "<"
|
|
109
|
+
- !ruby/object:Gem::Version
|
|
110
|
+
version: '0.16'
|
|
114
111
|
type: :runtime
|
|
115
112
|
prerelease: false
|
|
116
113
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -118,6 +115,9 @@ dependencies:
|
|
|
118
115
|
- - ">="
|
|
119
116
|
- !ruby/object:Gem::Version
|
|
120
117
|
version: 0.11.0
|
|
118
|
+
- - "<"
|
|
119
|
+
- !ruby/object:Gem::Version
|
|
120
|
+
version: '0.16'
|
|
121
121
|
- !ruby/object:Gem::Dependency
|
|
122
122
|
name: grape-roar
|
|
123
123
|
requirement: !ruby/object:Gem::Requirement
|