blirb 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Blirb
2
2
  class Coordinator
3
3
  attr_reader :current_task, :tasks
4
- DEFAULT_TASKS = 'blirb_tasks/tasks.rb'
4
+ DEFAULT_TASKS = File.expand_path('../../../blirb_tasks/tasks.rb', __FILE__)
5
5
 
6
6
  def initialize file_path = nil
7
7
  @tasks = []
data/lib/blirb/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Blirb
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/pkg/blirb-0.0.1.gem CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blirb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-08-17 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &70314144342360 !ruby/object:Gem::Requirement
16
+ requirement: &70279904900380 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70314144342360
24
+ version_requirements: *70279904900380
25
25
  description: ruby adventure awaits! also, you will learn stuff.
26
26
  email:
27
27
  - ian.asaff@gmail.com