massa 0.2.0 → 0.2.1

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: 5c457ea828dc010e2e68a77b8c204b046d508dcc
4
- data.tar.gz: 32d572849d89047fd037c66166ff368394df120c
3
+ metadata.gz: 81dbc05161f0bf222ae992a9a1d8f2f63adfc96f
4
+ data.tar.gz: c0ad920815a787e978138c65b5570ae4407962be
5
5
  SHA512:
6
- metadata.gz: 755b4163c931cf35f2c20a165d30b04fb2e3e5f31b3594add855b3a9480896103d63ae4604ef298ac4017bedd41410e03df599d915e59a4a138705fe85e102d1
7
- data.tar.gz: 7759d7eb0724a6a97c3cd6124e9c10ce1538f18d3dae9302570c583b7e9e9dde52da13edb8fef60ef8351c3303cd5397585827722f9d7da2a22068e5e2d95732
6
+ metadata.gz: 83d4ba08f8014b5bdcda70a22d29cc08b201c73fbaecef3de83a67dddb13cdcfa84bb4d54e59105992f397861a7f0c4411e83da3c8f3971f31e1acd9fd0ad43e
7
+ data.tar.gz: 848d6f93eefea69cff16b042341e7344093883fe0029f839672ad989d4295dff9352670c64cde979207b3572ce843b451efdf7fc9c5bbd20a40fe78da20e30f6
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- massa (0.2.0)
4
+ massa (0.2.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -67,4 +67,4 @@ DEPENDENCIES
67
67
  rubocop-rspec
68
68
 
69
69
  BUNDLED WITH
70
- 1.11.2
70
+ 1.12.3
@@ -5,7 +5,7 @@ rubocop:
5
5
 
6
6
  brakeman:
7
7
  description: 'Brakeman'
8
- command: 'bundle exec brakeman -Aqz'
8
+ command: 'bundle exec brakeman -Aqz4'
9
9
  required: true
10
10
 
11
11
  rails_best_practices:
@@ -9,7 +9,7 @@
9
9
  #
10
10
  # brakeman:
11
11
  # description: 'Brakeman'
12
- # command: 'bundle exec brakeman -Aqz'
12
+ # command: 'bundle exec brakeman -Aqz4'
13
13
  # required: true
14
14
  #
15
15
  # rails_best_practices:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Massa
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: massa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Caton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-19 00:00:00.000000000 Z
11
+ date: 2016-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler