cond 0.3.1 → 0.3.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/CHANGES.rdoc CHANGED
@@ -1,6 +1,11 @@
1
1
 
2
2
  = cond Changes
3
3
 
4
+ == Version 0.3.2
5
+
6
+ * fix typo in readme
7
+ * update tools
8
+
4
9
  == Version 0.3.1
5
10
 
6
11
  * update build tools
data/README.rdoc CHANGED
@@ -31,7 +31,7 @@ Resolve errors without unwinding the stack.
31
31
 
32
32
  == Install
33
33
 
34
- % gem install live_ast
34
+ % gem install cond
35
35
 
36
36
  Or from inside an unpacked .tgz download, <code>rake install</code> /
37
37
  <code>rake uninstall</code>.
data/devel/levitate.rb CHANGED
@@ -1,5 +1,7 @@
1
1
 
2
2
  class Levitate
3
+ include Rake::DSL if defined? Rake::DSL
4
+
3
5
  def initialize(gem_name)
4
6
  @gem_name = gem_name
5
7
 
data/lib/cond/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Cond
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: cond
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.1
5
+ version: 0.3.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - James M. Lawrence
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-18 00:00:00 Z
13
+ date: 2011-08-01 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  requirements: []
119
119
 
120
120
  rubyforge_project:
121
- rubygems_version: 1.8.2
121
+ rubygems_version: 1.8.6
122
122
  signing_key:
123
123
  specification_version: 3
124
124
  summary: Resolve errors without unwinding the stack.