Skip to content

Commit

Permalink
Remove Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
beorc committed Aug 6, 2015
1 parent 149fc9f commit 2a10173
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 66 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.gem
.bundle
*.swp
Gemfile.lock
64 changes: 0 additions & 64 deletions Gemfile.lock

This file was deleted.

4 changes: 2 additions & 2 deletions fluent-plugin-logzio.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |s|
s.name = 'fluent-plugin-logzio'
s.version = '0.0.1'
s.version = '0.0.2'
s.authors = ['Yury Kotov']
s.email = ['bairkan@gmail.com']
s.homepage = 'https://github.com/logzio/fluent-plugin-logzio'
Expand All @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency 'net-http-persistent', '~> 2.7'
s.add_dependency 'fluentd', '~> 0.12'
s.add_development_dependency 'rake', '~> 10.4'
s.add_development_dependency 'bundler', '~> 0'
s.add_development_dependency 'bundler', '~> 1.10'
s.add_development_dependency 'rspec', '~> 3.3'
s.add_development_dependency 'test-unit', '~> 3.1'
end

0 comments on commit 2a10173

Please sign in to comment.