solid 0.1.6.rc1 → 0.1.6.rc2

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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/solid/commands.rb +1 -1
  3. data/solid.gemspec +1 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.6.rc1
1
+ 0.1.6.rc2
@@ -4,7 +4,7 @@ module Solid
4
4
 
5
5
  class << self
6
6
 
7
- def init
7
+ def init(dna_file)
8
8
  chef_solo = ChefSolo.new
9
9
  chef_solo.install
10
10
  end
data/solid.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{solid}
8
- s.version = "0.1.6.rc1"
8
+ s.version = "0.1.6.rc2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Thing-3"]
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 1
8
8
  - 6
9
- - rc1
10
- version: 0.1.6.rc1
9
+ - rc2
10
+ version: 0.1.6.rc2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Thing-3