rap 0.12.1 → 0.12.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.
Files changed (3) hide show
  1. data/History +4 -0
  2. data/bin/rap +7 -6
  3. metadata +2 -2
data/History CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.12.2 / 2009-02-23
2
+
3
+ Update executable to use Tap-0.12.2. No significant changes.
4
+
1
5
  == 0.12.1 / 2009-02-18
2
6
 
3
7
  * Fixed bug where rap would not run rake tasks
data/bin/rap CHANGED
@@ -93,19 +93,20 @@ begin
93
93
  puts "version #{Tap::VERSION} -- #{Tap::WEBSITE}"
94
94
  exit
95
95
  else
96
- env.set_signals
97
- env.build(ARGV) do |args|
96
+ app = Tap::App.instance
97
+ schema = Tap::Support::Schema.parse(ARGV)
98
+ ARGV.clear
99
+ env.build(schema, app) do |args|
98
100
  warn "warning: implict rake for [#{args.join(' ')}]"
99
101
  Rap::Rake
100
102
  end
101
- ARGV.clear
102
-
103
- app = env.app
103
+
104
104
  if app.queue.empty?
105
105
  puts "no task specified"
106
106
  exit
107
107
  end
108
-
108
+
109
+ env.set_signals
109
110
  app.run
110
111
  end
111
112
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.1
4
+ version: 0.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Chiang
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-17 00:00:00 -07:00
12
+ date: 2009-02-23 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency