From ef255fef5fd7601e8475ccce881b374c89b4545c Mon Sep 17 00:00:00 2001 From: Didier Lafforgue Date: Sun, 5 Jan 2020 17:58:38 +0100 Subject: [PATCH] use the latest version of Steam (1.5.1) + bump version to 3.0.3 --- Gemfile | 2 +- MIT-LICENSE | 2 +- README.md | 2 +- lib/locomotive/wagon/version.rb | 2 +- locomotivecms_wagon.gemspec | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index bb204070..dba156a5 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'wdm', '~> 0.1.1', require: 'wdm' if RUBY_PLATFORM =~ /mswin|mingw/i # Development # gem 'locomotivecms_common', github: 'locomotivecms/common', ref: '4d1bd56' , require: false # gem 'locomotivecms_coal', github: 'locomotivecms/coal', ref: 'e1719db', require: false -gem 'locomotivecms_steam', github: 'locomotivecms/steam', ref: 'f332e85', require: false +# gem 'locomotivecms_steam', github: 'locomotivecms/steam', ref: 'f332e85', require: false # gem 'duktape', github: 'judofyr/duktape.rb', ref: '20ef6a5' # Local development diff --git a/MIT-LICENSE b/MIT-LICENSE index 907b3e8a..681ec282 100644 --- a/MIT-LICENSE +++ b/MIT-LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2019 NoCoffee +Copyright (c) 2020 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 diff --git a/README.md b/README.md index 730ecd52..882ca370 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,4 @@ Please, visit the documentation website of Locomotive. Feel free to contact me (didier at nocoffee dot fr). -Copyright (c) 2019 NoCoffee, released under the MIT license +Copyright (c) 2020 NoCoffee, released under the MIT license diff --git a/lib/locomotive/wagon/version.rb b/lib/locomotive/wagon/version.rb index 601c310c..9524e814 100644 --- a/lib/locomotive/wagon/version.rb +++ b/lib/locomotive/wagon/version.rb @@ -1,5 +1,5 @@ module Locomotive module Wagon - VERSION = '3.0.2' + VERSION = '3.0.3' end end diff --git a/locomotivecms_wagon.gemspec b/locomotivecms_wagon.gemspec index dc602978..06bb319b 100644 --- a/locomotivecms_wagon.gemspec +++ b/locomotivecms_wagon.gemspec @@ -13,9 +13,9 @@ Gem::Specification.new do |gem| gem.homepage = 'https://www.locomotivecms.com' gem.license = 'MIT' - gem.files = Dir['bin/*'] + + gem.files = Dir['bin/*'] + Dir.glob('generators/**/*', File::FNM_DOTMATCH) + - Dir['lib/**/*.rb'] + + Dir['lib/**/*.rb'] + %w(locomotivecms_wagon.gemspec MIT-LICENSE README.md) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) @@ -31,7 +31,7 @@ Gem::Specification.new do |gem| gem.add_dependency 'locomotivecms_common', '~> 0.4.0' gem.add_dependency 'locomotivecms_coal', '~> 1.6.0' - gem.add_dependency 'locomotivecms_steam', '~> 1.5.0' + gem.add_dependency 'locomotivecms_steam', '~> 1.5.1' gem.add_dependency 'haml', '~> 5.1.2' gem.add_dependency 'listen', '~> 3.1.5'