aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-05-24 10:42:27 +0100
committerRobin Houston <robin.houston@gmail.com>2012-06-06 19:32:17 +0100
commit4b312989bb02110fd2402cb4bc7c11656550fe2a (patch)
treeca0201874435153affa06f61025dfd247f1842a6
parent338595cefe4e95d0f6006b0f760bcb56cdd1cc17 (diff)
Add the annotate gem
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock8
2 files changed, 8 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 3b37a9f7e..9ba03385b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,5 +41,5 @@ end
group :develop do
gem 'ruby-debug'
- gem 'annotate'
+ gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git'
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 2bfdc2aec..1a9a9b713 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,4 +1,10 @@
GIT
+ remote: git://github.com/ctran/annotate_models.git
+ revision: 18cd39ad01829deba5aa34634b8540d6675ab978
+ specs:
+ annotate (2.4.1.beta1)
+
+GIT
remote: git://github.com/robinhouston/xapian-full.git
revision: a40074b2de825905b92d5ff6f3d6e094b1240c35
specs:
@@ -69,7 +75,7 @@ PLATFORMS
ruby
DEPENDENCIES
- annotate
+ annotate!
fakeweb
fast_gettext (>= 0.6.0)
gettext (>= 1.9.3)