Skip to content

Commit

Permalink
Fix packaging problem, bump version to alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
zbynek committed Aug 19, 2019
1 parent 4f96df3 commit fe7a3e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions awestruct.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'awestruct/version'
spec = Gem::Specification.new do |s|
s.name = 'awestruct'
s.version = Awestruct::VERSION
s.date = '2019-08-13'
s.date = '2019-08-19'

s.authors = ['Bob McWhirter', 'Jason Porter', 'Lance Ball', 'Dan Allen', 'Torsten Curdt', 'other contributors']
s.email = ['bob@mcwhirter.org', 'lightguard.jp@gmail.com', 'lball@redhat.com', 'dan.j.allen@gmail.com', 'tcurdt@vafer.org']
Expand All @@ -23,7 +23,7 @@ spec = Gem::Specification.new do |s|
s.rdoc_options = ['--charset=UTF-8']
s.extra_rdoc_files = 'README.md'

s.files = `git ls-files -z -- {lib,man,spec}/* {README,LICENSE}* *{.gemspec,file}`.split("\0")
s.files = `git ls-files -z -- lib/* man/* spec/* README* LICENSE* *.gemspec *file`.split("\0")
s.test_files = s.files.select { |path| path =~ /^spec\/.*_spec\.rb/ }
s.executables = `git ls-files -z -- bin/*`.split("\0").map {|f| File.basename f }
s.require_paths = ['lib']
Expand Down
2 changes: 1 addition & 1 deletion lib/awestruct/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Awestruct
VERSION = '0.6.0.alpha2'
VERSION = '0.6.0.alpha3'
end

0 comments on commit fe7a3e7

Please sign in to comment.