gris 0.5.5 → 0.5.6
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4b5b612a77a910b9a7898b37a60d93aeb7eebb7
|
4
|
+
data.tar.gz: c28517deb9173b034fd2715558c71d3356ed4f74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 09b682c7a1f8b86e9b4d555b33831889b3d4e725eb7b3b3d7d4a7e7a6f16366c3900ba0b6da6c2c7fcc63368a79f2e9454906cc2ace23e9a214ec52108805d67
|
7
|
+
data.tar.gz: 51d0e7ffb543d5906f355efb5f28554accebe8c9534956f5629bcd923fc60b7a2b0df27005a8d600293b5d00adedb44f0177eab2747972c0de091cb0102c999e
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby-2.2.
|
1
|
+
ruby-2.2.3
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
gris (0.5.
|
4
|
+
gris (0.5.6)
|
5
5
|
activesupport (~> 4.2, >= 4.2.0)
|
6
6
|
chronic (~> 0.10.0)
|
7
7
|
dalli (~> 2.7)
|
@@ -58,7 +58,7 @@ GEM
|
|
58
58
|
diff-lcs (1.2.5)
|
59
59
|
equalizer (0.0.11)
|
60
60
|
fakefs (0.6.7)
|
61
|
-
faraday (0.9.
|
61
|
+
faraday (0.9.2)
|
62
62
|
multipart-post (>= 1.2, < 3)
|
63
63
|
faraday-digestauth (0.2.1)
|
64
64
|
faraday (~> 0.7)
|
@@ -112,7 +112,7 @@ GEM
|
|
112
112
|
logging (2.0.0)
|
113
113
|
little-plugger (~> 1.1)
|
114
114
|
multi_json (~> 1.10)
|
115
|
-
minitest (5.8.
|
115
|
+
minitest (5.8.1)
|
116
116
|
multi_json (1.11.2)
|
117
117
|
multi_xml (0.5.5)
|
118
118
|
multipart-post (2.0.0)
|
@@ -134,7 +134,7 @@ GEM
|
|
134
134
|
rake (10.4.2)
|
135
135
|
representable (2.3.0)
|
136
136
|
uber (~> 0.0.7)
|
137
|
-
roar (1.0.
|
137
|
+
roar (1.0.3)
|
138
138
|
representable (>= 2.0.1, <= 3.0.0)
|
139
139
|
rspec (3.3.0)
|
140
140
|
rspec-core (~> 3.3.0)
|
@@ -149,7 +149,7 @@ GEM
|
|
149
149
|
diff-lcs (>= 1.2.0, < 2.0)
|
150
150
|
rspec-support (~> 3.3.0)
|
151
151
|
rspec-support (3.3.0)
|
152
|
-
rubocop (0.
|
152
|
+
rubocop (0.34.2)
|
153
153
|
astrolabe (~> 1.3)
|
154
154
|
parser (>= 2.2.2.5, < 3.0)
|
155
155
|
powerpack (~> 0.1)
|
@@ -1 +1 @@
|
|
1
|
-
2.2.
|
1
|
+
2.2.3
|
data/lib/gris/version.rb
CHANGED
@@ -44,9 +44,9 @@ describe Gris::Generators::ScaffoldGenerator do
|
|
44
44
|
expect(database_config_file).to match(/adapter: postgresql/)
|
45
45
|
end
|
46
46
|
|
47
|
-
it 'adds
|
47
|
+
it 'adds ruby 2.2.3 to Gemfile' do
|
48
48
|
gemfile = File.read("#{app_path}/Gemfile")
|
49
|
-
expect(gemfile).to match(/
|
49
|
+
expect(gemfile).to match(/ruby '2.2.3'/)
|
50
50
|
end
|
51
51
|
|
52
52
|
it 'adds the puma gem in the Gemfile' do
|
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.5.
|
4
|
+
version: 0.5.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dylan Fareed
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -423,7 +423,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
423
423
|
version: '0'
|
424
424
|
requirements: []
|
425
425
|
rubyforge_project:
|
426
|
-
rubygems_version: 2.4.
|
426
|
+
rubygems_version: 2.4.5.1
|
427
427
|
signing_key:
|
428
428
|
specification_version: 4
|
429
429
|
summary: A simple api microservice generator framework.
|