chinchilla 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/chinchilla.rb CHANGED
@@ -4,6 +4,6 @@ require "chinchilla/runner"
4
4
 
5
5
  module Chinchilla
6
6
  def self.start(options={})
7
- Runner.start(options)
7
+ Runner.new(options).run
8
8
  end
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module Chinchilla
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chinchilla
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -123,7 +123,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
123
123
  version: '0'
124
124
  segments:
125
125
  - 0
126
- hash: 311499010911845055
126
+ hash: 2362535692980596119
127
127
  required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  none: false
129
129
  requirements:
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  version: '0'
133
133
  segments:
134
134
  - 0
135
- hash: 311499010911845055
135
+ hash: 2362535692980596119
136
136
  requirements: []
137
137
  rubyforge_project:
138
138
  rubygems_version: 1.8.23