Skip to content

Commit

Permalink
Merge pull request #11 from jmatsu/bumpup_012
Browse files Browse the repository at this point in the history
Bump up version to 0.1.2
  • Loading branch information
jmatsu authored Aug 1, 2018
2 parents ddc3d39 + 12e4fe5 commit fbcbc94
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
danger-apkstats (0.1.1)
danger-apkstats (0.1.2)
danger-plugin-api (~> 1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion danger-apkstats.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/jmatsu/danger-apkstats"
spec.license = "MIT"

spec.files = `git ls-files`.split($/)
spec.files = `git ls-files | grep -v 'fixture/'`.split($/)
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/apkstats/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Apkstats
VERSION = "0.1.1"
VERSION = "0.1.2"
end
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$:.unshift((ROOT + "spec").to_s)

def fixture_path
"#{(ROOT + 'spec' + 'fixture')}/"
"#{(ROOT + 'fixture')}/"
end

require "bundler/setup"
Expand Down

0 comments on commit fbcbc94

Please sign in to comment.