hoe 2.6.1 → 2.6.2

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.
data.tar.gz.sig CHANGED
Binary file
data/History.txt CHANGED
@@ -1,3 +1,13 @@
1
+ === 2.6.2 / 2010-08-31
2
+
3
+ * 1 minor enhancement:
4
+
5
+ * Updated inline dependency when using inline plugin
6
+
7
+ * 1 bug fix:
8
+
9
+ * Fixed timebomb to bottom out properly on the end value
10
+
1
11
  === 2.6.1 / 2010-06-02
2
12
 
3
13
  * 2 bug fixes:
data/Rakefile CHANGED
@@ -4,6 +4,8 @@ $: << 'lib'
4
4
 
5
5
  require './lib/hoe.rb'
6
6
 
7
+ Hoe.add_include_dirs "../../minitest/dev/lib"
8
+
7
9
  Hoe.plugin :seattlerb
8
10
 
9
11
  Hoe.spec "hoe" do
data/lib/hoe.rb CHANGED
@@ -58,7 +58,7 @@ require 'hoe/rake'
58
58
 
59
59
  class Hoe
60
60
  # duh
61
- VERSION = '2.6.1'
61
+ VERSION = '2.6.2'
62
62
 
63
63
  @@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
64
64
  :publish, :rcov, :rubyforge, :gemcutter, :signing, :test]
@@ -596,7 +596,7 @@ class Hoe
596
596
  rest = (finis - Time.now)
597
597
  full = (finis - start)
598
598
 
599
- ((n - m) * rest / full).to_i + m
599
+ [((n - m) * rest / full).to_i + m, m].max
600
600
  end
601
601
 
602
602
  ##
data/lib/hoe/inline.rb CHANGED
@@ -22,7 +22,7 @@ module Hoe::Inline
22
22
  # Define tasks for plugin.
23
23
 
24
24
  def define_inline_tasks
25
- extra_deps << 'RubyInline'
25
+ extra_deps << ['RubyInline', "~> 3.8.4"]
26
26
  clean_globs << File.expand_path("~/.ruby_inline")
27
27
  task :test => :clean
28
28
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 6
9
- - 1
10
- version: 2.6.1
9
+ - 2
10
+ version: 2.6.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Davis
@@ -36,7 +36,7 @@ cert_chain:
36
36
  FBHgymkyj/AOSqKRIpXPhjC6
37
37
  -----END CERTIFICATE-----
38
38
 
39
- date: 2010-06-03 00:00:00 -07:00
39
+ date: 2010-09-01 00:00:00 -07:00
40
40
  default_executable:
41
41
  dependencies:
42
42
  - !ruby/object:Gem::Dependency
@@ -79,12 +79,12 @@ dependencies:
79
79
  requirements:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
- hash: 15
82
+ hash: 11
83
83
  segments:
84
84
  - 1
85
- - 6
85
+ - 7
86
86
  - 0
87
- version: 1.6.0
87
+ version: 1.7.0
88
88
  type: :development
89
89
  version_requirements: *id003
90
90
  description: |-
metadata.gz.sig CHANGED
Binary file