Skip to content

Commit

Permalink
upgrade gems + bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Mar 8, 2018
1 parent 742bcde commit b9e41d0
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: ruby
rvm:
- 2.4.3
- 2.5.0
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:
locomotivecms_common (0.2.0)
locomotivecms_common (0.3.0)
activesupport (~> 5.1.5)
attr_extras (~> 5.2.0)
colorize
Expand Down
22 changes: 0 additions & 22 deletions LICENSE.txt

This file was deleted.

20 changes: 20 additions & 0 deletions MIT-LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
The MIT License (MIT)

Copyright (c) 2018 Joel AZEMAR, Arnaud Sellenet, NoCoffee

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion lib/locomotive/common/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Locomotive
module Common
VERSION = '0.2.0'
VERSION = '0.3.0'
end
end
2 changes: 1 addition & 1 deletion locomotivecms_common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
spec.name = 'locomotivecms_common'
spec.version = Locomotive::Common::VERSION
spec.authors = ['Didier Lafforgue', 'Arnaud Sellenet', 'Joel Azemar']
spec.email = ['[email protected]', '[email protected]', '[email protected]']
spec.email = ['[email protected]', '[email protected]', '[email protected]']
spec.description = %q{The LocomotiveCMS Common is a shared libraries package}
spec.summary = %q{The LocomotiveCMS Common is a shared libraries package for all LocomotiveCMS dependencies}
spec.homepage = 'http://www.locomotivecms.com'
Expand Down
8 changes: 4 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
require 'coveralls'

SimpleCov.start do
formatter SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
]
# formatter SimpleCov::Formatter::MultiFormatter[
# SimpleCov::Formatter::HTMLFormatter,
# Coveralls::SimpleCov::Formatter
# ]

add_filter 'spec/'
end
Expand Down

0 comments on commit b9e41d0

Please sign in to comment.