Skip to content

Commit

Permalink
use the latest version of Steam (1.5.1) + bump version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Jan 5, 2020
1 parent 064ca56 commit ef255fe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion MIT-LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion lib/locomotive/wagon/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Locomotive
module Wagon
VERSION = '3.0.2'
VERSION = '3.0.3'
end
end
6 changes: 3 additions & 3 deletions locomotivecms_wagon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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)/})
Expand All @@ -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'
Expand Down

0 comments on commit ef255fe

Please sign in to comment.