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
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 | ... | ... |