gris 0.5.9 → 0.6.0

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: aa0597dd3271c7ee42e4a9687b4ef7c60cd87ed4
4
- data.tar.gz: a6ec4d9e1d5a47e68ba1bb4f43d9bc8cfb08c026
3
+ metadata.gz: e442419cb2acf2a727b4479cf0dd96abc9b67c11
4
+ data.tar.gz: 1cdc3caa247d14bf57458283400ab2ac87a7b7d9
5
5
  SHA512:
6
- metadata.gz: 22fbda40978f237d530280d94d79204fd5efcf0e37bca3eae9cddfe06a2fd528ba9dd1ce77f70724b78efd1499c05d38a89a28498130ab7cd84a42e207d847e2
7
- data.tar.gz: 89e7dc1d05839a9e83ae05f8f405f73c0f0628b8682e287014c57fa93bd42ef4b9e02227d422acd2df431fad338074400547f75a758798e074edd56669a67d26
6
+ metadata.gz: 9ac390a50ec60b1370637cbb419fd232beffc316a540e1af715bf824c0a8543609ef822b2e7ee4be035ace1f1e3ce027bc2af823158be546c3d5e6f4ab4d23ce
7
+ data.tar.gz: 8dc4b7dede9f6e13508d041ec84bcd2599253880c4fe0cae266729c299e7a966b53985daad5c145a2bd65aacdb197834d349c2369b18832b1b1bc88724414d59
@@ -1,6 +1,6 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2015-12-21 17:33:53 -0500 using RuboCop version 0.34.2.
3
+ # on 2015-12-28 10:08:44 -0500 using RuboCop version 0.34.2.
4
4
  # The point is for the user to remove these configuration records
5
5
  # one by one as the offenses are removed from the code base.
6
6
  # Note that changes in the inspected code, or installation of new
@@ -30,7 +30,7 @@ Metrics/ClassLength:
30
30
  Metrics/CyclomaticComplexity:
31
31
  Max: 11
32
32
 
33
- # Offense count: 83
33
+ # Offense count: 80
34
34
  # Configuration parameters: AllowURI, URISchemes.
35
35
  Metrics/LineLength:
36
36
  Max: 159
@@ -1 +1 @@
1
- ruby-2.2.3
1
+ ruby-2.2.4
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gris (0.5.9)
4
+ gris (0.6.0)
5
5
  activesupport (~> 4.2, >= 4.2.0)
6
6
  chronic (~> 0.10.0)
7
7
  dalli (~> 2.7)
@@ -189,4 +189,4 @@ DEPENDENCIES
189
189
  rubocop
190
190
 
191
191
  BUNDLED WITH
192
- 1.10.6
192
+ 1.11.2
@@ -6,5 +6,3 @@
6
6
  log/*
7
7
  tmp/*
8
8
  !.keep
9
- .ruby-gemset
10
- .ruby-version
@@ -1 +1 @@
1
- 2.2.3
1
+ 2.2.4
@@ -1,5 +1,5 @@
1
1
  source 'https://rubygems.org'
2
- ruby '2.2.3'
2
+ ruby '2.2.4'
3
3
 
4
4
  gem 'rack-cors'
5
5
  gem 'pg'
@@ -1,5 +1,5 @@
1
1
  module Gris
2
- VERSION = '0.5.9'
2
+ VERSION = '0.6.0'
3
3
 
4
4
  class Version
5
5
  class << self
@@ -49,9 +49,9 @@ describe Gris::Generators::ScaffoldGenerator do
49
49
  expect(seed_file).to match(/all the record creation needed to seed the database/)
50
50
  end
51
51
 
52
- it 'adds ruby 2.2.3 to Gemfile' do
52
+ it 'adds ruby 2.2.4 to Gemfile' do
53
53
  gemfile = File.read("#{app_path}/Gemfile")
54
- expect(gemfile).to match(/ruby '2.2.3'/)
54
+ expect(gemfile).to match(/ruby '2.2.4'/)
55
55
  end
56
56
 
57
57
  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.9
4
+ version: 0.6.0
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-12-22 00:00:00.000000000 Z
11
+ date: 2015-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor