massa 0.2.0.rc1 → 0.2.0.rc2

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: 5294c5345ac2c5b006693c600568831d1de6649d
4
- data.tar.gz: 2afeac396df3302a6edd7241692487745147684f
3
+ metadata.gz: d0a599d19faf68ceb42c8d18a16af465a1d3c32c
4
+ data.tar.gz: d1d276572d14eeb5e7dca110c458c274d69f5860
5
5
  SHA512:
6
- metadata.gz: 60eac8dff6af846ab950b3478e9a388e056216756cd4952ebee9e475bdf7e59b4b4b08db077500a46ed7b7243e7a6330236f0a3cc05612f3c714545467463b64
7
- data.tar.gz: 25585fa5aecf1887868b16382eafc075360f4d7cccb8db8892c8e0cf7955f1c25c21be43ff7c599e2e52eb75797d6abe430f471dda4e6b5cf3874f05256a0cf3
6
+ metadata.gz: fe829944407a66a6600d0bf4b787f91c65d4a36a874d282f7e64a6f06b3ddba6f0265eecaa632728133d9ffefa10bd0fdf7af65ccaae76804177d5431d7000d2
7
+ data.tar.gz: bc7aac46e5f9080dfbdca5f35281061da797c624930b17bdbeb93856fd7a67535ac4ab29c479f33900e42b6757ae2ab8b3cfdee6f0daa2b3da95c54eb8253e0a
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- massa (0.2.0.rc1)
4
+ massa (0.2.0.rc2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -7,9 +7,9 @@ module Massa
7
7
  def initialize(name, attributes)
8
8
  @name = name
9
9
  @description = attributes['description']
10
- @gem = attributes['gem'].nil? ? true : attributes[:gem]
10
+ @gem = attributes['gem'].nil? ? true : attributes['gem']
11
11
  @command = attributes['command']
12
- @required = attributes['required'].nil? ? true : attributes[:required]
12
+ @required = attributes['required'].nil? ? true : attributes['required']
13
13
  end
14
14
 
15
15
  alias required? required
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Massa
4
- VERSION = '0.2.0.rc1'
4
+ VERSION = '0.2.0.rc2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: massa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.rc1
4
+ version: 0.2.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Caton