Skip to content

Commit

Permalink
#5 - workingon build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
imageaid committed May 3, 2016
1 parent d7de009 commit 890f6a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.1.2 - should be fix for a bad build command.
2 changes: 1 addition & 1 deletion lib/rails_services/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RailsServices
VERSION = '1.1.1'
VERSION = '1.1.2'
end
4 changes: 1 addition & 3 deletions rails_services.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ Gem::Specification.new do |gem|
gem.homepage = 'https://github.com/imageaid/rails_service_generator'
gem.license = 'MIT'

gem.files = FileList['lib/*',
'bin/*',
'test/*'].to_a
gem.files = Dir.glob('{bin,lib}/**/*') + %w(LICENSE.txt README.md CHANGELOG.md)

gem.executables = gem.files.grep(%r{^bin/}) { |f| File.basename(f) }
gem.test_files = `git ls-files -- {test,gem,features}/*`.split("\n")
Expand Down

0 comments on commit 890f6a1

Please sign in to comment.