Skip to content

Instantly share code, notes, and snippets.

@ashee
Created February 14, 2011 22:12
Show Gist options
  • Save ashee/826677 to your computer and use it in GitHub Desktop.
Save ashee/826677 to your computer and use it in GitHub Desktop.
dubious patch
From a48ffde5191e65e4bcbb5ccf65be27e2ea32026c Mon Sep 17 00:00:00 2001
From: Amitava Shee <amitava.shee@gmail.com>
Date: Mon, 14 Feb 2011 14:49:34 -0500
Subject: [PATCH] Inference Error
---
dubious.gemspec | 2 +-
lib/dubious/cli.rb | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/dubious.gemspec b/dubious.gemspec
index f6938e4..83bec8b 100644
--- a/dubious.gemspec
+++ b/dubious.gemspec
@@ -22,6 +22,6 @@ Gem::Specification.new do |s|
s.add_dependency("thor","0.13.8")
s.add_dependency("activesupport")
s.add_dependency("i18n")
- s.add_dependency("mirah", "0.0.5")
+ s.add_dependency("mirah", "0.0.6.dev")
s.add_dependency("appengine-sdk", "~> 1.4.0")
end
diff --git a/lib/dubious/cli.rb b/lib/dubious/cli.rb
index 77b4955..dffa475 100644
--- a/lib/dubious/cli.rb
+++ b/lib/dubious/cli.rb
@@ -1,6 +1,7 @@
require 'thor'
require 'thor/group'
require 'active_support/core_ext'
+require 'active_support'
require File.dirname(__FILE__) + '/cli/init'
require File.dirname(__FILE__) + '/cli/generator'
--
1.7.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment