-
- Downloads
Merge pull request #1157 from CodeAdept/api_blob_contents
API blob contents
No related branches found
No related tags found
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- doc/api/projects.md 53 additions, 0 deletionsdoc/api/projects.md
- lib/api/projects.rb 40 additions, 0 deletionslib/api/projects.rb
- spec/api/projects_spec.rb 31 additions, 1 deletionspec/api/projects_spec.rb
Loading
| @@ -18,7 +18,7 @@ gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git" | Loading
| @@ -18,7 +18,7 @@ gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git" |
gem 'grack', :git => "https://github.com/gitlabhq/grack.git" | gem 'grack', :git => "https://github.com/gitlabhq/grack.git" | ||
gem "linguist", "~> 1.0.0", :git => "https://github.com/gitlabhq/linguist.git" | gem "linguist", "~> 1.0.0", :git => "https://github.com/gitlabhq/linguist.git" | ||
gem "grape" | gem "grape", "~> 0.2.1" | ||
gem "stamp" | gem "stamp" | ||
gem "kaminari" | gem "kaminari" | ||
gem "haml-rails" | gem "haml-rails" | ||
Loading
| Loading
|
Please register or sign in to comment