ore-tasks 0.1.2 → 0.1.3

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/ChangeLog.md +5 -0
  2. data/gemspec.yml +2 -2
  3. data/lib/ore/tasks.rb +4 -2
  4. metadata +6 -6
@@ -1,3 +1,8 @@
1
+ ### 0.1.3 / 2010-10-30
2
+
3
+ * Fixed a bug in the `console` task where the full require-paths of the Ore
4
+ project were not being added to the `$LOAD_PATH`.
5
+
1
6
  ### 0.1.2 / 2010-10-27
2
7
 
3
8
  * Require ore ~> 0.2.0.
@@ -1,5 +1,5 @@
1
1
  name: ore-tasks
2
- version: 0.1.2
2
+ version: 0.1.3
3
3
  summary: Rake tasks for managing and releasing RubyGems using Ore.
4
4
  description:
5
5
  Simple Rake tasks for managing and releasing a RubyGem project generated
@@ -10,6 +10,6 @@ homepage: http://github.com/ruby-ore/ore-tasks
10
10
  has_yard: true
11
11
 
12
12
  development_dependencies:
13
- ore: ~> 0.2.0
13
+ ore: ~> 0.2.2
14
14
  rspec: ~> 2.0.0
15
15
  yard: ~> 0.6.0
@@ -54,8 +54,10 @@ module Ore
54
54
  Bundler.setup(:default)
55
55
  end
56
56
 
57
- # add the project code directories
58
- $LOAD_PATH.unshift(*@project.require_paths)
57
+ # add the project code directories to the $LOAD_PATH
58
+ @project.require_paths.each do |dir|
59
+ $LOAD_PATH.unshift(File.join(@project.root,dir))
60
+ end
59
61
 
60
62
  # clear ARGV so IRB is not confused
61
63
  ARGV.clear
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Postmodern
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-10-27 00:00:00 -07:00
17
+ date: 2010-10-30 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -28,8 +28,8 @@ dependencies:
28
28
  segments:
29
29
  - 0
30
30
  - 2
31
- - 0
32
- version: 0.2.0
31
+ - 2
32
+ version: 0.2.2
33
33
  type: :development
34
34
  version_requirements: *id001
35
35
  - !ruby/object:Gem::Dependency
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  version: "0"
112
112
  requirements: []
113
113
 
114
- rubyforge_project:
114
+ rubyforge_project: ore-tasks
115
115
  rubygems_version: 1.3.7
116
116
  signing_key:
117
117
  specification_version: 3