Skip to content
Snippets Groups Projects
Commit 527c2cb1 authored by Valery Sizov's avatar Valery Sizov
Browse files

Version bumb

parent 354a3988
No related branches found
No related tags found
1 merge request!8Version bumb
Pipeline #
Loading
Loading
@@ -5,7 +5,7 @@ gemspec
 
gem 'elasticsearch-model'
gem 'elasticsearch-api'
gem 'rugged', '~> 0.24.0b13'
gem 'rugged', '~> 0.24'
gem 'rake'
gem 'pry'
gem 'charlock_holmes', '~> 0.7.3'
Loading
Loading
PATH
remote: .
specs:
gitlab-elasticsearch-git (0.0.11)
gitlab-elasticsearch-git (0.0.13)
activemodel (~> 4.2)
activesupport (~> 4.2)
charlock_holmes (~> 0.7)
elasticsearch-api (~> 1.0)
elasticsearch-model (~> 0.1.8)
github-linguist (~> 4.7)
rugged (~> 0.24.0b13)
rugged (~> 0.24)
 
GEM
remote: https://rubygems.org/
Loading
Loading
@@ -92,7 +92,7 @@ DEPENDENCIES
pry
rake
rspec
rugged (~> 0.24.0b13)
rugged (~> 0.24)
 
BUNDLED WITH
1.11.2
Loading
Loading
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
 
spec.add_runtime_dependency 'elasticsearch-model', '~> 0.1.8'
spec.add_runtime_dependency 'elasticsearch-api', '~> 1.0'
spec.add_runtime_dependency 'rugged', '~> 0.24.0b13'
spec.add_runtime_dependency 'rugged', '~> 0.24'
spec.add_runtime_dependency 'charlock_holmes', '~> 0.7'
spec.add_runtime_dependency 'github-linguist', '~> 4.7'
spec.add_runtime_dependency 'activemodel', '~> 4.2'
Loading
Loading
module Elasticsearch
module Git
VERSION = "0.0.12"
VERSION = "0.0.13"
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment