Skip to content

Commit

Permalink
bump version to 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sethdeckard committed Mar 23, 2015
1 parent 78ceb49 commit daceb11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gull.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/sethdeckard/gull'
spec.license = 'MIT'

spec.files = `git ls-files -z`.split('\x0')
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
Expand Down
2 changes: 1 addition & 1 deletion lib/gull/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Gull
VERSION = '0.2.9'
VERSION = '0.2.10'
end

0 comments on commit daceb11

Please sign in to comment.