Skip to content

Commit

Permalink
Bump version to 1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilvk committed Dec 9, 2018
1 parent f030679 commit d13aca0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bin/slacker
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ end

# Preset the application to run on the console
Slacker.configure do |config|
config.console_enabled = true

# Setup the target connection based on the contents in database.yml
db_config = db_config_from_file(config.expand_path('database.yml'))

Expand Down
2 changes: 1 addition & 1 deletion lib/slacker/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Slacker
VERSION = "1.0.23"
VERSION = "1.0.24"
end
2 changes: 1 addition & 1 deletion slacker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|

s.rubyforge_project = "slacker"

s.files = ['README.markdown', 'Rakefile', 'Gemfile', 'slacker.gemspec'] + Dir.glob("{bin,lib,spec}/**/*")
s.files = ['README.md', 'Rakefile', 'Gemfile', 'slacker.gemspec'] + Dir.glob("{bin,lib,spec}/**/*")
s.test_files = Dir.glob("spec/**/*")
s.executables = ['slacker', 'slacker_new']
s.require_paths = ["lib"]
Expand Down

0 comments on commit d13aca0

Please sign in to comment.