Skip to content

Commit 4209136

Browse files
committed
Removed definition of MQTT - 'Message Queue Telemetry Transport'
1 parent 6e30530 commit 4209136

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mqtt.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Gem::Specification.new do |gem|
99
gem.author = 'Nicholas J Humfrey'
1010
gem.email = '[email protected]'
1111
gem.homepage = 'http://github.com/njh/ruby-mqtt'
12-
gem.summary = 'Implementation of the MQTT (Message Queue Telemetry Transport) protocol'
13-
gem.description = 'Pure Ruby gem that implements the MQTT (Message Queue Telemetry Transport) protocol, a lightweight protocol for publish/subscribe messaging.'
12+
gem.summary = 'Implementation of the MQTT protocol'
13+
gem.description = 'Pure Ruby gem that implements the MQTT protocol, a lightweight protocol for publish/subscribe messaging.'
1414
gem.license = 'MIT' if gem.respond_to?(:license=)
1515

1616
gem.rubyforge_project = 'mqtt'
1717

18-
gem.files = %w(README LICENSE NEWS) + Dir.glob('lib/**/*.rb')
18+
gem.files = %w(README.md LICENSE.md NEWS.md) + Dir.glob('lib/**/*.rb')
1919
gem.test_files = Dir.glob('spec/*_spec.rb')
2020
gem.executables = %w()
2121
gem.require_paths = %w(lib)

0 commit comments

Comments
 (0)