Skip to content

Commit

Permalink
Bump to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten committed Mar 15, 2017
1 parent 7232712 commit d02055a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/spina/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spina
VERSION = "0.11.0"
VERSION = "0.11.1"
end
3 changes: 1 addition & 2 deletions spina.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.description = 'CMS'
s.licenses = ['MIT']

s.files = Dir['{app,config,db,lib}/**/*'] + ['Rakefile', 'README.md']
s.files = Dir['{app,config,db,lib,vendor}/**/*'] + ['Rakefile', 'README.md']
# s.test_files = Dir['test/**/*']

s.add_dependency 'rails', '>= 5.0'
Expand All @@ -32,7 +32,6 @@ Gem::Specification.new do |s|
s.add_dependency 'turbolinks', '~> 5'
s.add_dependency 'kaminari'
s.add_dependency 'globalize', '~> 5.1.0.beta1'
# s.add_dependency 'activemodel-serializers-xml'
s.add_dependency 'rack-rewrite', '~> 1.5.0'
s.add_dependency 'bourbon'
s.add_dependency 'neat'
Expand Down

0 comments on commit d02055a

Please sign in to comment.