Skip to content

Commit

Permalink
Version bump and deploy_my_gem
Browse files Browse the repository at this point in the history
  • Loading branch information
tvon-a committed Dec 1, 2014
1 parent fba6601 commit dfc9138
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source 'https://rubygems.org'
source 'https://gems.covermymeds.com'
gemspec

gem 'simplecov', :require => false
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "bundler"
require "deploy_my_gem/task"
require "bundler/setup"
Bundler::GemHelper.install_tasks

Expand Down
1 change: 1 addition & 0 deletions gyoku.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|

s.add_development_dependency "rake"
s.add_development_dependency "rspec"
s.add_development_dependency "deploy_my_gem"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down
2 changes: 1 addition & 1 deletion lib/gyoku/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Gyoku
VERSION = '1.2.2'
VERSION = '1.2.2.1'
end

0 comments on commit dfc9138

Please sign in to comment.