Commit 5c3489a2e9c7930a693f15bda0108bc63396d38a
1 parent
5b0a2d55
Exists in
master
and in
1 other branch
Redmine client added.
Showing
2 changed files
with
9 additions
and
0 deletions
Show diff stats
Gemfile
@@ -7,6 +7,7 @@ gem 'haml' | @@ -7,6 +7,7 @@ gem 'haml' | ||
7 | gem 'will_paginate' | 7 | gem 'will_paginate' |
8 | gem 'devise', '~> 1.1.8' | 8 | gem 'devise', '~> 1.1.8' |
9 | gem 'lighthouse-api' | 9 | gem 'lighthouse-api' |
10 | +gem 'redmine_client', :git => "git://github.com/oruen/redmine_client.git" | ||
10 | 11 | ||
11 | platform :ruby do | 12 | platform :ruby do |
12 | gem 'bson_ext', '~> 1.2' | 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 | GEM | 8 | GEM |
2 | remote: http://rubygems.org/ | 9 | remote: http://rubygems.org/ |
3 | specs: | 10 | specs: |
@@ -122,6 +129,7 @@ DEPENDENCIES | @@ -122,6 +129,7 @@ DEPENDENCIES | ||
122 | mongoid (~> 2.0.0.rc.7) | 129 | mongoid (~> 2.0.0.rc.7) |
123 | nokogiri | 130 | nokogiri |
124 | rails (= 3.0.5) | 131 | rails (= 3.0.5) |
132 | + redmine_client! | ||
125 | rspec (~> 2.5) | 133 | rspec (~> 2.5) |
126 | rspec-rails (~> 2.5) | 134 | rspec-rails (~> 2.5) |
127 | webmock | 135 | webmock |