Commit b17342f7de9f6d125f59379cc4cf8f50076ab8a1
1 parent
a9a28782
Exists in
master
and in
1 other branch
Updated Gemfile to use oruen_redmine_client, with :require => "redmine_client"
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
Gemfile
| @@ -8,7 +8,7 @@ gem 'will_paginate', '>=3' | @@ -8,7 +8,7 @@ gem 'will_paginate', '>=3' | ||
| 8 | gem 'htmlentities', "~> 4.3.0" | 8 | gem 'htmlentities', "~> 4.3.0" |
| 9 | gem 'devise', '~> 1.4.0' | 9 | gem 'devise', '~> 1.4.0' |
| 10 | gem 'lighthouse-api' | 10 | gem 'lighthouse-api' |
| 11 | -gem 'redmine_client', :git => "git://github.com/oruen/redmine_client.git" | 11 | +gem 'oruen_redmine_client', :git => "git://github.com/oruen/redmine_client.git", :require => 'redmine_client' |
| 12 | gem 'mongoid_rails_migrations' | 12 | gem 'mongoid_rails_migrations' |
| 13 | gem 'useragent', '~> 0.3.1' | 13 | gem 'useragent', '~> 0.3.1' |
| 14 | gem 'pivotal-tracker' | 14 | gem 'pivotal-tracker' |
Gemfile.lock
| 1 | GIT | 1 | GIT |
| 2 | remote: git://github.com/oruen/redmine_client.git | 2 | remote: git://github.com/oruen/redmine_client.git |
| 3 | - revision: 0df20a8b695869b03cfa129560b938a0af346add | 3 | + revision: e578d298649f653f7102b245f9e5056314f2dc05 |
| 4 | specs: | 4 | specs: |
| 5 | - redmine_client (0.0.1) | 5 | + oruen_redmine_client (0.0.1) |
| 6 | activeresource (>= 2.3.0) | 6 | activeresource (>= 2.3.0) |
| 7 | 7 | ||
| 8 | GEM | 8 | GEM |
| @@ -229,9 +229,9 @@ DEPENDENCIES | @@ -229,9 +229,9 @@ DEPENDENCIES | ||
| 229 | mongoid_rails_migrations | 229 | mongoid_rails_migrations |
| 230 | nokogiri | 230 | nokogiri |
| 231 | octokit | 231 | octokit |
| 232 | + oruen_redmine_client! | ||
| 232 | pivotal-tracker | 233 | pivotal-tracker |
| 233 | rails (= 3.0.10) | 234 | rails (= 3.0.10) |
| 234 | - redmine_client! | ||
| 235 | rspec (~> 2.6) | 235 | rspec (~> 2.6) |
| 236 | rspec-rails (~> 2.6) | 236 | rspec-rails (~> 2.6) |
| 237 | ruby-debug | 237 | ruby-debug |