Commit 5c3489a2e9c7930a693f15bda0108bc63396d38a

Authored by Nick Recobra
1 parent 5b0a2d55
Exists in master and in 1 other branch production

Redmine client added.

Showing 2 changed files with 9 additions and 0 deletions   Show diff stats
Gemfile
... ... @@ -7,6 +7,7 @@ gem 'haml'
7 7 gem 'will_paginate'
8 8 gem 'devise', '~> 1.1.8'
9 9 gem 'lighthouse-api'
  10 +gem 'redmine_client', :git => "git://github.com/oruen/redmine_client.git"
10 11  
11 12 platform :ruby do
12 13 gem 'bson_ext', '~> 1.2'
... ...
Gemfile.lock
  1 +GIT
  2 + remote: git://github.com/oruen/redmine_client.git
  3 + revision: ab198901fdd7f67f43614c8e72e6c10f38c9387a
  4 + specs:
  5 + redmine_client (0.0.1)
  6 + activeresource (>= 2.3.0)
  7 +
1 8 GEM
2 9 remote: http://rubygems.org/
3 10 specs:
... ... @@ -122,6 +129,7 @@ DEPENDENCIES
122 129 mongoid (~> 2.0.0.rc.7)
123 130 nokogiri
124 131 rails (= 3.0.5)
  132 + redmine_client!
125 133 rspec (~> 2.5)
126 134 rspec-rails (~> 2.5)
127 135 webmock
... ...