bones-extras 1.2.3 → 1.2.4

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.
@@ -1,3 +1,8 @@
1
+ == 1.2.4 / 2010-06-02
2
+
3
+ 1 Bug Fix
4
+ * Variable name collision in the rubyforge tasks
5
+
1
6
  == 1.2.2 / 2010-04-18
2
7
 
3
8
  * 1 bug fix
data/Rakefile CHANGED
@@ -13,7 +13,7 @@ Bones {
13
13
  authors 'Tim Pease'
14
14
  email 'tim.pease@gmail.com'
15
15
  url 'http://github.com/TwP/bones-extras'
16
- version '1.2.3'
16
+ version '1.2.4'
17
17
  ignore_file '.gitignore'
18
18
 
19
19
  depend_on 'bones'
@@ -67,11 +67,11 @@ module Bones::Plugins::Rubyforge
67
67
 
68
68
  desc 'Publish RDoc to RubyForge'
69
69
  task :doc_release => %w(doc:clobber_rdoc doc:rdoc) do
70
- config = YAML.load(
70
+ rubyforge_config = YAML.load(
71
71
  File.read(File.expand_path('~/.rubyforge/user-config.yml'))
72
72
  )
73
73
 
74
- host = "#{config['username']}@rubyforge.org"
74
+ host = "#{rubyforge_config['username']}@rubyforge.org"
75
75
  remote_dir = "/var/www/gforge-projects/#{config.rubyforge.name}/"
76
76
  remote_dir << config.rdoc.remote_dir if config.rdoc.remote_dir
77
77
  local_dir = config.rdoc.dir
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 2
8
- - 3
9
- version: 1.2.3
8
+ - 4
9
+ version: 1.2.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tim Pease
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-05-18 00:00:00 -06:00
17
+ date: 2010-06-02 00:00:00 -06:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -27,8 +27,8 @@ dependencies:
27
27
  segments:
28
28
  - 3
29
29
  - 4
30
- - 2
31
- version: 3.4.2
30
+ - 3
31
+ version: 3.4.3
32
32
  type: :runtime
33
33
  version_requirements: *id001
34
34
  - !ruby/object:Gem::Dependency
@@ -41,8 +41,8 @@ dependencies:
41
41
  segments:
42
42
  - 3
43
43
  - 4
44
- - 2
45
- version: 3.4.2
44
+ - 3
45
+ version: 3.4.3
46
46
  type: :development
47
47
  version_requirements: *id002
48
48
  description: |-