Sha256: 53a49886fc7f15933fb3eb6141a907969ccefc2fc054a24d7d152734e4a2c243
Contents?: true
Size: 792 Bytes
Versions: 1
Compression:
Stored size: 792 Bytes
Contents
Gem::Specification.new do |s| s.name = "gnome-campfire-notifications" s.version = "0.2.0" s.summary = "GNOME desktop notifications for Campfire." s.description = "A Ruby script that issues GNOME desktop notifications when something is said in your Campfire chatroom." s.authors = ["Michael Nelson"] s.email = "michael@nelsonware.com" s.executables << "gnome-campfire-notifications" s.files = `git ls-files`.split s.test_files = `git ls-files -- test/*`.split s.homepage = "https://github.com/mcnelson/gnome-campfire-notifications" s.license = "LGPL-2.0" s.add_dependency 'twitter-stream' s.add_development_dependency 'minitest' s.add_development_dependency 'vcr' s.add_development_dependency 'webmock' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gnome-campfire-notifications-0.2.0 | gnome-campfire-notifications.gemspec |